Skip to main content

RCON Commands

RCON Access Guide

RCON INFO

The RCON provided by Valve is currently broken and non-functional. Please use fake_rcon instead.

Accessing Admin Commands

Open your in-game console and use the following commands to log in as an admin on your server.

Temporary Admin Access on Free Server

The RCON password will be displayed on your Free server panel.

Step 1: Enter your RCON password

fake_rcon_password type_rcon_pass_here

Step 2: Verify your access

fake_rcon say hi
CONSOLE
>fake_rcon_password rcon1337
[Client] You can now use the fake_rcon command
>fake_rcon say hi
Console: hi

Common RCON Commands

After gaining RCON access, you can use these commands to manage your server:

CommandDescriptionExample
fake_rcon statusShows all connected players and server infofake_rcon status
fake_rcon kick <name/id>Kicks a player from the serverfake_rcon kick "Player1"
fake_rcon say <message>Broadcasts a message to all playersfake_rcon say "Match starts in 2 minutes"
fake_rcon mp_restartgame <seconds>Restarts the game after specified secondsfake_rcon mp_restartgame 5

Troubleshooting

Common Issues

RCON command not working

Make sure you've correctly entered the fake_rcon_password command first. Check for any typos in the password.

Message not appearing in game

Some commands may require quotes around text with spaces. Try: fake_rcon say "Your message here"

Can't see console output

Make sure your developer console is enabled in game settings. Press ~ (tilde) to open it.

Map Commands

Display Available Maps

Shows a list of all maps that can be loaded on the server.

fake_rcon maps *

Change Current Map

Changes the current map to any available map on the server.

Format:

say !map <mapname>

OR

say_team !map <mapname>

Examples:

say !map dust2
say_team !map nuke
say !map inferno

Game Configuration

Restart Game

Restarts the game after a specified number of seconds. (FREE server only)

Format:

fake_rcon mp_restartgame <seconds>

Examples:

fake_rcon mp_restartgame 3    // Restart after 3 seconds
fake_rcon mp_restartgame 10 // Restart after 10 seconds

Starting Money

Sets the amount of money players receive at the beginning of each half. Default is 800.

Format:

fake_rcon mp_startmoney <amount>

Examples:

fake_rcon mp_startmoney 1000  // Give players $1000 at start
fake_rcon mp_startmoney 16000 // Give players max money at start

Maximum Rounds

Sets the maximum number of rounds the server will play.

Format:

fake_rcon mp_maxrounds <amount>

Examples:

fake_rcon mp_maxrounds 15    // Play 15 rounds before restart
fake_rcon mp_maxrounds 30 // Play 30 rounds before restart

Player Movement

Auto Bunny Hopping

When enabled (set to 1), players will automatically bunny hop by holding down the space bar. Default is disabled (0).

Format:

fake_rcon sv_autobunnyhopping <0 / 1>

Examples:

fake_rcon sv_autobunnyhopping 1    // Enable auto bunnyhopping
fake_rcon sv_autobunnyhopping 0 // Disable auto bunnyhopping

Server Security

Server Password

Sets or removes the password required to join your server. Leave empty to remove password.

Format:

fake_rcon sv_password "<password>"

Examples:

fake_rcon sv_password "secretpass"    // Set password to "secretpass"
fake_rcon sv_password "" // Remove password

Server Identity

Server Hostname

Changes the server's name that appears in the server browser and in-game.

Format:

fake_rcon hostname "<custom name>"

⚠️ Important: You must keep the advert part in the hostname.

Example:

fake_rcon hostname "CUSTOM HOSTNAME - free @ fshost.me"

Cheat Commands

Enable Cheats

Enables or disables sv_cheats on the server.

Format:

fake_rcon sv_cheats <0 / 1>

Examples:

fake_rcon sv_cheats 1    // Enable cheats
fake_rcon sv_cheats 0 // Disable cheats

Game Configuration Commands

Free server only

These commands load predefined game settings through chat commands.

How to Use

Type these commands in chat using say or say_team followed by the command.

say <command>

Available Configurations

Game Modes

CommandDescriptionNotes
!dmDeathmatch GamemodeClassic free-for-all deathmatch
!wingmanWingman Gamemode2v2 competitive format
!retakeRetake GamemodeDisabled due to bug with Valve's retake mode

ESL & Practice Configurations

CommandDescriptionNotes
!esl5on5Standard ESL 5on5 configurationNote: A ready system is not included
!scrimConfiguration for scrimsAll rounds enabled
Note: Pause and unpause commands are not available
!pracDefault practice configuration

Note: Public commands like .throw, .bot are not accessible
To use these commands, a Pro server is required

Map Commands

CommandMapDescription
!map ancientAncientLoads the Ancient map
!map anubisAnubisLoads the Anubis map
!map dust2Dust IILoads the Dust II map
!map infernoInfernoLoads the Inferno map
!map mirageMirageLoads the Mirage map
!map nukeNukeLoads the Nuke map
!map overpassOverpassLoads the Overpass map
!map vertigoVertigoLoads the Vertigo map
!map trainTrainLoads the Train map

Usage Examples

say !esl5on5       # Load ESL 5on5 configuration
say_team !prac # Load practice configuration
say !map dust2 # Change map to Dust II
say_team !dm # Switch to Deathmatch mode