-
Notifications
You must be signed in to change notification settings - Fork 8
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.
Name | Example | Description |
---|---|---|
enabled | true | Set to true to allow other plugins to send messages using the RCON protocol |
[RemoteConsole]
enabled = true
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.
Questions? Ask in our Discord
- Home
- Installation and Setup
- Primer on using ServerThrall
- Updating ServerThrall
- Common Issues
- Development Roadmap
How to...
- Setup your server for Thrallbrowser
- View a live map of all player locations using Ginfo
- Send notifications before restarting
- Schedule automatic restarts
- Install and Update Mods
- Setup two servers on the same computer
- Notify admins when server is down
- Change the language ServerThrall uses
Plugin Documentation