Skip to content

Instantly share code, notes, and snippets.

@Lytol
Last active December 28, 2015 15:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Lytol/7521527 to your computer and use it in GitHub Desktop.
Save Lytol/7521527 to your computer and use it in GitHub Desktop.
Counter-Strike:GO Server

Game Modes

  • Classic Casual - game_type 0 game_mode 0
  • Classic Competitive - game_type 0 game_mode 1
  • Arms Race - game_type 1 game_mode 0
  • Demolition - game_type 1 game_mode 1
  • Deathmatch - game_type 1 game_mode 2

General

  • rcon_password <password> - Authenticate the remote connection

Use rcon <command> for all server commands listed below

Bots

  • bot_kick - Kick all the bots
  • bot_add_t - Add bot to Terrorists
  • bot_add_ct - Add bot to Counter-Terrorists

Players

  • kick <name> - Kick the player

Game and Maps

  • changelevel <map> - Change to the specified map
  • mp_restartgame 1 - Restart the game
  • mp_autoteambalance -0 - Do not balance teams

Server vars

  • sv_cheats 1 - Turn on cheats
  • sv_showimpacts 1 - Show bullet impacts

Weapons

Cheats must be enabled for the following

  • give weapon_flashbang
  • give weapon_smokegrenade
  • give weapon_hegrenade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment