Skip to content

RCON Plugin

Jason Spafford edited this page Aug 2, 2018 · 8 revisions

Sends messages and commands to a conan exiles server via the RCON protocol. This plugin is used exclusively by other plugins and has no functionality on its own.

Configuration

Name Example Description
enabled true Set to true to allow other plugins to send messages using the RCON protocol

Example Config

[RemoteConsole]
enabled = true

Enable RCON in your server

The Conan Exiles dedicated server does not have RCON enabled by default. You can tell ServerThrall to enable it for you very easily using the ServerConfig plugin. Just stick this in your ServerConfig section of serverthrall.config file to enable it. Make sure to restart your server for this to take affect.

[ServerConfig]
enabled = true
RconEnabled = 1
RconPassword = ilovefruit
RconPort = 25575
RconMaxKarma = 1000

For more information about these configuration items, see the ServerConfig documentation.