| COMMAND | DESCRIPTION |
| /rcon login "password" | Will log you in as admin to allow you to use rcon commands on your server |
| /rcon serverinfo | Will show the server settings and configurations |
| /rcon map "map name" | Will load the given map |
| /rcon map_rotate | Will load the next map of the rotation. Map rotation is located in the file maprotation.cfg |
| /rcon map_restart | Will restart the current map |
| /rcon fast_restart | Will restart the current map just like /map_restart but is much faster as it will not load the map again. It will just restart the map |
| /rcon status | Will show information about the connected players. This includes the client ID, score, ping, GUID, etc. |
| /rcon tell "player id" | Will display a message to a specific player. The ID is given with the /status command |
| /rcon clientkick "player id" | Will kick a player according to it's ID |
| /rcon kick "player name" | Will do the same as the /clientkick command, but this command requires the player's name. However, some names are very difficult to enter (with colour codes). You can use 'all' as player name, this will kick all players from the server |
| /rcon banClient "player id" | Will temporary ban a player using the player's ID. The length of a temporary ban can be changed in the server configuration file |
| /rcon banUser "player name" | This command does the same as the /banclient command. However, this requires you to fill in the player's name |
| /rcon tempBanClient "player id" | Will temporary ban a player using the player's ID. The length of a temporary ban can be changed in the server configuration file |
| /rcon tempBanUser "player name" | Will temporary ban a player using the player's name |
| /rcon unbanUser "player name" | Will unban a user according to the player's name. If the player's name appears more than once in ban.txt |
| /rcon dumpuser "player name" | Will give information about the player |
| /rcon killserver | It will shut your server down but our game monitoring script will restart it in the next two minutes. |