// **************************************************************************** // Counter-Strike: Global Offensive // Config - server.cfg // Date - 26/04/2026 // **************************************************************************** // .................................. Basic ................................. // // hostname - Name of the server. hostname "SERVERNAME" // rcon_password - Remote console password. rcon_password "ADMINPASSWORD" // sv_password - Server password for private servers. sv_password "" // sv_contact - Contact email for server sysop. sv_contact "" // ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 // sv_cheats - Allow cheats on the server. sv_cheats 0 // sv_tags - Server tags. Used to provide extra information to clients when they're browsing for servers. sv_tags "" // sv_region - The region of the world to report this server in. // -1=World, 0=US East, 1=US West, 2=South America, 3=Europe, 4=Asia, 5=Australia, 6=Middle East, 7=Africa sv_region -1 // host_name_store - Show server name in query responses. host_name_store 1 // host_info_show - Show server information level in queries. host_info_show 1 // host_players_show - Show player information level in queries. host_players_show 2 // ............................. Server Logging ............................. // // log - Enables logging to file, console, and udp < on | off >. log on // sv_logbans - Log server bans in the server logs. sv_logbans 1 // sv_logecho - Echo log information to the console. sv_logecho 1 // sv_logfile - Log server information in the log file. sv_logfile 1 // sv_log_onefile - Log server information to only one file. sv_log_onefile 0 // sv_hibernate_when_empty - Put server in hibernation mode when empty. sv_hibernate_when_empty 1 // sv_hibernate_ms - Frame time during hibernation in milliseconds. sv_hibernate_ms 5 // ................................ Ban List ................................ // // exec banned_user.cfg - Load the banned user ID list. exec banned_user.cfg // exec banned_ip.cfg - Load the banned IP address list. exec banned_ip.cfg // writeid - Write banned user IDs to banned_user.cfg. writeid // writeip - Write banned IPs to banned_ip.cfg. writeip // ............................ Startup Commands ............................ // // Startup trigger is typically defined by launch parameters or mapgroup configuration.