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
- Log in to the GhostCap Panel and select your server.
- In the sidebar, go to
Console. - 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.
- Log in to the GhostCap Panel and
Stopyour server. - In the sidebar, go to
Server Options. - Under
RCON, edit the setting you want to change. - Start your server.
| Setting | Description |
|---|---|
RCON Port | The port used for RCON. |
RCON Password | The password required to connect via RCON. |
RCON Message Method | How 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.
| Command | Description |
|---|---|
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] | |
dumpticks | Writes 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 |
listbans | Lists every banned player. |
listplayers | Lists everyone connected with their index, character name, player name, user ID and platform ID. |
memreport | Generates 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] | |
restart | Restarts your server. |
setserversetting [setting] [value] | Changes the value of a server setting. Usage: setserversetting PVPEnabled true |
shutdown | Shuts 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 |
validateallbuildings | Runs 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.
