Counter-Strike 1.6 is the original competitive CS: Bomb Defusal (de_ maps) and Hostage Rescue (cs_ maps). You deployed the server, so you are the admin. CS 1.6 uses GoldSrc RCON (UDP), which our web console does not speak, so you run admin commands from the in-game console (~ key) with rcon.
How your friends join
- Open the console (~) and run:
connect IP:27015 - Or find it in the in-game server browser (Internet tab, or add by IP). Your server name starts with 2hours.gg.
If you set a Join password on deploy, friends add it first: password yourpass; connect IP:27015
Admin from the in-game console
Open the console with ~, then log in once with your RCON password (shown on the server card), and prefix each admin command with rcon:
rcon_password yourpassword- Log in as admin for this session (use the RCON password from the server card).
rcon changelevel de_inferno- Switch map. de_ maps are Bomb Defusal, cs_ maps are Hostage Rescue.
rcon status- List connected players, their WON/Steam ids and ping.
rcon mp_friendlyfire 1- Friendly fire on (1) or off (0).
rcon mp_timelimit 30- Minutes before the map changes (0 = no limit).
rcon mp_roundtime 2.5- Minutes per round.
rcon sv_alltalk 1- Let both teams hear each other (1) or team-only voice (0).
rcon kick <name>- Remove a player.
What ships built in
Every official map ships with the server (Dust2, Inferno, Nuke, Office and more), so nobody downloads anything. Custom maps need a FastDL host, which is not set up on this first release. There is no web console for CS 1.6: GoldSrc RCON is UDP, which our browser console does not speak, so you run everything from the in-game console instead.