Rcon Commands




Note: All Names of commansds with a *** anfter them can mess up server, highly not recommended to do with out experience!

Login to rcon /rconpassword password Make sure the / is before or else you will give out the rcon password!


General Commands
Name Command Effect
Change server name*** sv_hostname "name" Change the server name, remember to put '' around the name.
Set a server password g_password password Sets the password needed to join the server, to clear the password use g_password "".
Change rcon password*** rconpassword password Allows you to change the rcon password. Once changed you will need to login with the new rcon password.
Chat via the console say Messages are shown with console:
Change Map map mp_name Changes to that map. Use the proper map name, ie. mp_brecourt.
Gametype g_gametype tdm/dm/sd/re/bel/hq Sets gametype. Requires a map_restart to take effect.
Map restart map_restart Restarts round. Any gametype and round limit setting changes will take effect.
Map rotate map_rotate Loads the next map in the map rotation (if specified).
Friendly fire scr_friendlyfire 0/1/2 Friendly fire off (0), on (1) or reflect damage (2).
Draw friend scr_drawfriend 0/1 Draw icons above teammates.
Force respawn scr_forcerespawn 0/1 Force players to respawn, TDM and DM only.
Killcam scr_killcam 0/1 Killcam off (0), on (1)
Freelook scr_freelook 0/1 Freelook off (0), on (1)
Spectate enemy scr_spectateenemy 0/1 Spectate enemy off (0), on (1)
Team balance scr_teambalance 0/1 Force team balance off (0), on (1)
Allow voting*** scr_allowvote 0/1, g_allowvote 0/1 Allow voting. Both variables must be set to 1 to allow voting.
Player Status status Gives the status of all players on the server, including client id.
Private message a player tell client id Sends a private message to specified player.
Gravity g_gravity value Controls gravity for players. Lower = less, default 800.
Speed g_speed value Controls speed of movement for players. Do not put too high or to low!, default 190.
Kill the server*** quit Kills the server.
Kick And Ban Commands
Name Command Effect
Kick player by name kick name Kick player by name. It's better to use clientkick and kick by client id.
Kick player by client id clientkick id Kick player by client id.
Ban player by name banUser name Bans a user by their ingame name. Writes their GUID to ban.txt
Ban player by client id banClient client id Bans a user by their client id. Writes their GUID to ban.txt
Ban player by IP g_banIPs "ip" Ban player by IP address. Seperate IP addresses with spaces. This feature does not work.
Temp ban player by name tempBanUser name Kicks and temporarily bans player by name.
Temp ban player by client id tempBanClient client id Kicks and temporarily bans player by client id.
Set temporary ban duration sv_kickBanTime Temporary ban duration in seconds
. Unban player by name unban name Unbans every player banned with [name]. If you want to unban a single player whose name appears more than once, you should edit "ban.txt" manually.