GAME SERVER HOSTING: 50% OFF first order with code GHOST50
Conan Exiles background

How To Use RCON On Your Conan Exiles Server

Learn how to use RCON on your Conan Exiles dedicated server along with the available RCON commands.

All GhostCap Conan Exiles servers have RCON enabled by default, and commands can be run directly through the server Console. Here's how to use RCON on your Conan Exiles server, along with a list of the available RCON commands.

Using RCON Commands

  1. Log in to the GhostCap Panel and select your server.
  2. In the sidebar, go to Console.
  3. Type your desired command and press Enter.

RCON Settings

Your RCON port and password are managed in the GhostCap Panel, so there's no need to edit any configuration files. If you're using an external RCON client such as mcrcon to connect to your server, you can find your connection details in Server Options under RCON.

  1. Log in to the GhostCap Panel and Stop your server.
  2. In the sidebar, go to Server Options.
  3. Under RCON, edit the setting you want to change.
  4. Start your server.
SettingDescription
RCON PortThe port used for RCON.
RCON PasswordThe password required to connect via RCON.
RCON Message MethodHow messages sent over RCON are delivered in-game. Choose between Broadcast, Server and Alert.

RCON Commands

Here is a list of the Conan Exiles RCON commands that you can use from the Server Console; these commands can also be used with our task scheduler.

CommandDescription
banplayer [userid] [playername] [message]Bans a player from your server and shows them your message. Usage: banplayer 76561199030905542 PlayerName Griefing
broadcast [message]Sends a server-wide message to everyone online. Usage: broadcast Server restarting in 5 minutes
buildingcontribution [building id]Shows contribution and decay information for a building. Get the building ID from buildingquery first. Usage: buildingcontribution 12345
buildingdestroy [building ids]Destroys one or more buildings by ID. Get the IDs from buildingquery first. Usage: buildingdestroy 12345
buildingquery [list\</td> <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-300">destroy] [owner id] [filters]
dumpticksWrites a full list of the server's registered tick functions to the log for performance troubleshooting. This can briefly hitch the server.
getlandowner [x] [y]Reports who owns the land at the given world coordinates, or that it is unclaimed. Usage: getlandowner 10000 -50000
getserversetting [setting]Shows the current value of a server setting. Usage: getserversetting PVPEnabled
help [filter]Lists every RCON command available on your server. Add a filter to narrow the results. Usage: help ban
kickplayer [userid] [playername] [message]Kicks a player from your server and shows them your message. Usage: kickplayer 76561199030905542 PlayerName Please read the rules
listbansLists every banned player.
listplayersLists everyone connected with their index, character name, player name, user ID and platform ID.
memreportGenerates a memory usage report for the server, used for troubleshooting.
memreportsilentevent [key]Generates a memory report tagged with the given key, used for automated diagnostics. Usage: memreportsilentevent restart
netprofile [enable\</td> <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-300">disable]
restartRestarts your server.
setserversetting [setting] [value]Changes the value of a server setting. Usage: setserversetting PVPEnabled true
shutdownShuts down your server.
sql [query]Runs a raw SQL query against your server's game database. This can permanently corrupt your save if misused, so only run queries you understand. Usage: sql SELECT COUNT(*) FROM characters
unbanplayer [userid]Removes a ban from a player. Usage: unbanplayer 76561199030905542
unwhitelistplayer [userid]Removes a player from your whitelist. Usage: unwhitelistplayer 76561199030905542
validateallbuildingsRuns a validation pass over every building on the server.
whitelistplayer [userid]Adds a player to your whitelist. Usage: whitelistplayer 76561199030905542

Admin commands are separate from RCON and are covered in our Admin Panel Guide.