Server & Match Commands
Server administration and match settings for private servers.
All Server & Match Commands (20)
changelevel Change to a different map (e.g. changelevel de_mirage)
map Load a map and restart the server (e.g. map de_dust2)
game_mode Set game mode (0=casual, 1=competitive, 2=wingman)
game_type Set game type (0=classic, 1=arms race, etc.)
mp_autoteambalance Auto-balance teams (0=off, 1=on)
mp_limitteams Max player imbalance between teams (0=no limit)
mp_timelimit Time limit per map in minutes (0=none)
mp_maxrounds Max rounds per half
mp_overtime_enable Enable overtime in competitive (1=on)
mp_overtime_maxrounds Max rounds in overtime
mp_halftime Enable halftime (1=on)
mp_friendlyfire Enable friendly fire (0=off, 1=on)
mp_solid_teammates Teammates block each other (0=pass through, 1=solid)
mp_autokick Auto-kick idle players and team killers
sv_password Server password (empty = public)
sv_lan Run server in LAN mode only (1=LAN)
hostname Set the server name displayed in browser
rcon_password Remote console password for server administration
rcon Execute a remote console command (e.g. rcon sv_cheats 1)
kick Kick a player by name or userid
Other Command Categories
Frequently Asked Questions
- How many server & match commands are there in CS2?
- There are 20 server & match commands in CS2. 20 can be used in any game mode, and 0 require sv_cheats 1.
- Which server & match commands require sv_cheats?
- None of the server & match commands require sv_cheats. All 20 commands can be used in any game mode including competitive matchmaking.
- How do I use server & match commands in CS2?
- Open the developer console by pressing the tilde key (~). If it does not open, enable it in Settings > Game > Enable Developer Console. Then type the command and press Enter. You can add these commands to your autoexec.cfg for them to run automatically on launch.
- How do I save console commands permanently?
- Create an autoexec.cfg file in your CS2 cfg folder (Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/) and add your commands there. End the file with host_writeconfig. These commands run automatically every time CS2 launches.