Skip to content

Counter Strike 2 configuration

Updated July 02, 2026
Counter Strike 2
Counter-Strike 2 Configuration | GameServerKings KB

Counter-Strike 2 Configuration

This guide covers the configuration files and key settings for your Counter-Strike 2 server. For first boot and connecting, see Getting Started.

The main config is at game/csgo/cfg/server.cfg. CS2 inherits most cvars from CS:GO with small differences.

CFG
hostname "My GSK CS2 Server"
sv_password ""
rcon_password "STRONG_RANDOM"
sv_region 1

sv_lan 0
sv_pure 1
mp_friendlyfire 0
sv_alltalk 0
sv_voiceenable 1

mp_warmuptime 30
mp_warmup_pausetimer 0
mp_halftime 1
mp_maxrounds 24
mp_match_can_clinch 1
mp_overtime_enable 1
mp_overtime_maxrounds 6
mp_overtime_startmoney 12500
mp_round_restart_delay 5
mp_buytime 20
mp_buy_anywhere 0
mp_freezetime 15

mp_roundtime 1.92
mp_roundtime_defuse 1.92
mp_timelimit 0

mp_autoteambalance 1
mp_limitteams 2

mp_solid_teammates 1
mp_teammates_are_enemies 0

mp_match_end_restart 0
mp_match_restart_delay 15

sv_deadtalk 0
sv_full_alltalk 0

cash_team_terrorist_loser_bonus 1400
cash_team_loser_bonus 1400

mp_startmoney 800
mp_maxmoney 16000

cl_disablefreezecam 1

sv_downloadurl ""
sv_allowdownload 1
sv_allowupload 1

writeid
writeip
SettingNotes
hostnameServer browser display
sv_passwordSet for private
rcon_passwordRequired for remote management
sv_pure1 enforces consistency; 0 allows custom assets
mp_maxrounds24 = first to 13 (MR12 competitive)
mp_freezetimeSeconds before round start
mp_buytimeBuy window in seconds
sv_region0=US East, 1=US West, 2=SA, 3=EU, 4=Asia, 5=Aus, 6=ME, 7=Africa

After editing, run exec server.cfg in the console or restart.

Made with 💜 by GameServerKings