Tutorial to download 2018 server files using steam CMD
Requirements
VPS or dedicated server
This tutorial is written using Ubuntu 22.04 as the installed operating system.-
Bare minimum: 2 Threads/2GB ram/30GB Storage-
> Recommended: 3 Threads/3GB ram/50GB StorageServer provider recommendations
You must be registered for see links
You must be registered for see links
You must be registered for see links
best value
You must be registered for see links
Tutorial
Installing SteamCMDsudo add-apt-repository multiverse
sudo apt install software-properties-common -y
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install lib32gcc-s1 steamcmd -y
sudo apt install steamcmd -y
sudo apt-get -y install lib32z1
sudo apt-get -y install lib32stdc++6
sudo apt-get -y install lib32gcc1
curl -sqL "
You must be registered for see links
" | tar zxvf
2) Installing the files (This will take a while...)
CMDs
./steamcmd.sh +login anonymous +download_depot 740 731 1726760845998127111 +quit
./steamcmd.sh +login anonymous +download_depot 740 740 9121620377426899826 +quit
3) You will have to combine the files together in order to complete the server files.the file path to the files are below, this is assuming you are in the same directory you have Steam
CMD./linux32/steamapps/content/app_740/depot_731/linux32/steamapps/content/app_740/depot_7404)
Install the additional files not included in the Steam CMD install.additional-files5)
Set the sv_setsteamaccount variable in server.cfg from above channelLogin to
You must be registered for see links
Set the app ID to 730, memo is used as the name for the token. The memo can be anythingCopy the token, go to csgo/cfg/server.cfg you got from additional-files and replace "YOUR_TOKEN" with your token on line 136)
Setting up a new user to run the serversudo useradd -m steamsudo passwd steam
Note: You will need to move the server files to /home/steam before you continue6)
Starting the server!
Optional: Change to the user you created if you are using one
Optional: sudo -u steam -sOptional: cd /home/steam
Run the command below in the root directory of your server.
srcds_run -game csgo -console -debug -condebug -usercon -maxplayers_override 30 -tickrate 64 +map de_dust2 -port 27015 +game_type 0 +game_mode 0
and boom! you have a 2018 server. keep in mind this tutorial is not mine and was copy and pasted from Dicks HvH server. thanks!