Counter-Strike: Global Offensive/Dedicated Servers
Jump to navigation
Jump to search
Download and Running the SteamCMD Update Tool
- Download the SteamCMD Update Tool:
- Extract the contents to a directory (Example (Windows): C:\SteamCMD\)
- NOTE: Do not extract the contents of the updater tool to the regular Steam Client or in to a folder that has the older HLDSUpdateTool program.
- Launching SteamCMD
- Windows: Open a command prompt and type in c:\SteamCMD\steamcmd (or use whatever directory you created)
- Linux: Type STEAMEXE=steamcmd ./steam.sh
- NOTE: The program will automatically update and enter you in to a Steam> prompt. Type help for more information.
- Login with your CS:GO Steam Account
login username password
- If you receive a Steam Guard error, check your e-mail for your access code and execute the following commands (you'll only need to do this once):
set_steam_guard_code yourcodehere login username password
Running the Dedicated Server
The program will auto-update and put you at the "Steam>" prompt. You can type "help" for more info.
4. login using your CS:GO Steam account. Example:
login username password
4b1. if you get a Steam Guard error, then enter it after you get your code in email. Example:
set_steam_guard_code steamguardcode
4b2. Login again.
5. Set your CS:GO dedicated server install dir. Example:
force_install_dir ../csgo-ds/
6. Update the CS:GO server app.
App_update 740 validate
7. Exit the update tool and start the server:
Classic Casual:
srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_allclassic +map de_dust
Classic Competitive:
srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_allclassic +map de_dust
Arms Race:
srcds -game csgo -console -usercon +game_type 1 +game_mode 0 +mapgroup mg_armsrace +map de_dust
Demolition:
srcds -game csgo -console -usercon +game_type 1 +game_mode 1 +mapgroup mg_demolition +map de_dust