CS 1.
6 – Basic Server Setup Commands
hostname "My CS 1.6 Server" // Server name
rcon_password "admin123" // Set remote admin password
sv_password "letmein" // Password to join server
sv_cheats 0 // Disable cheats (1 to enable)
sv_lan 0 // 0 = internet, 1 = LAN only
map de_dust2 // Load a map manually
changelevel de_inferno // Change map instantly
maxplayers 16 // Max number of players
sv_maxrate 25000 // Max bandwidth per client
sv_minrate 10000 // Minimum bandwidth
sv_timeout 60 // Disconnect timeout in secs
log on // Enable logging
mp_logdetail 1 // Show more info in logs
mp_logmessages 1 // Log chat messages
exec server.cfg // Run your server config file