0% found this document useful (0 votes)
6 views

CS 1.6 Server – Basic Server Setup & Control Commands

This document provides essential commands for setting up a basic Counter-Strike 1.6 server. It includes commands for configuring the server name, admin password, player limits, bandwidth settings, and logging options. Additionally, it outlines how to manage maps and enable or disable cheats.

Uploaded by

kingshayanali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

CS 1.6 Server – Basic Server Setup & Control Commands

This document provides essential commands for setting up a basic Counter-Strike 1.6 server. It includes commands for configuring the server name, admin password, player limits, bandwidth settings, and logging options. Additionally, it outlines how to manage maps and enable or disable cheats.

Uploaded by

kingshayanali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like