Using RCON with your Conan Exiles Server

For an introduction to what RCON is, see this article.

Enabling RCON on your Conan Exiles server

Once you have your server created, there are only a few steps to enable and connect with RCON to send commands to your server remotely.

Open a Port for RCON

  1. Click "Manage" next to your server in the Command Center to open your server's page. Then click the gear tab at the top left and click "Port Forwarding".
  2. In the "Request Port" section, open the dropdown menu and select "Other". Don't change anything in the 2 text boxes.
  3. Make sure the Protocol is TCP.
  4. Click the "One to One" check box so it is checked.
  5. Click "Add Port". Your new port will be the last one in the list. Both private and public ports should be the same. If they are not, make a new port and make sure "One to One" is checked.
  6. Remember or copy the new port. You'll need it in the next steps.

Enable RCON

  1. In Command Center, open your server and click on the "Files" tab.
  2. Navigate to and open /conan-exiles/ConanSandbox/Saved/Config/WindowsServer/Game.ini
  3. Add and fill the following lines to the end of that file:
    [RconPlugin]
    RconEnabled=1
    RconPassword=YourRconPassword
    RconPort=
    
  4. Enter the port you just created at the end of the line "RconPort="
  5. Save the file
  6. Restart your server

That's it! RCON is now enabled and ready to use. To learn how to connect with RCON, see this article. To see a list of commands, type the command "help". Click here for a list of all available admin commands (see below for instructions on how to use those in RCON). And as always, if you need any help, contact us with the chat bubble on the bottom right of the page.

Using admin commands with RCON

When you send the command "help" when connected to your Conan server via rcon, you will get a short list of RCON commands. These are exclusive to RCON and notably don't include any of the in-game admin/console commands. However, the con command will let you send in-game admin commands as if you were a player in-game. Here is the syntax:

Usage: con <id> <command> <args>. 
Where <id> is a valid online player ID, and <command> being a regular console command