Game servers by the hour. Pay only when you play.

Counter-Strike: Condition Zero server guide and commands

Counter-Strike: Condition Zero is classic CS with first-class bots: Bomb Defusal (de_ maps) and Hostage Rescue (cs_ maps), and the AI fills the server so it is never empty. You deployed the server, so you are the admin. CZ 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

Bots

Condition Zero fills the server with bots by default, so there is always a game going. Tune them from the console:

rcon bot_quota 6
How many bots play. Set 0 for a human-only match.
rcon bot_difficulty 2
Bot skill: 0 Easy, 1 Normal, 2 Hard, 3 Expert.

Admin from the in-game console

Open the console with ~, 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.
rcon changelevel de_inferno
Switch map. de_ maps are Bomb Defusal, cs_ maps are Hostage Rescue.
rcon status
List connected players and bots, their 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 kick <name>
Remove a player.

What ships built in

Every official map ships with the server, so nobody downloads anything. Custom maps need a FastDL host, which is not set up on this first release. There is no web console: GoldSrc RCON is UDP, which our browser console does not speak, so you run everything from the in-game console.

See also

← Back to all guides