-
Notifications
You must be signed in to change notification settings - Fork 8
ServerThrall Config
Jason Spafford edited this page Jul 17, 2018
·
2 revisions
This section in your serverthrall.config file is dedicated to managing the configuration for ServerThrall itself.
Name | Example | Description |
---|---|---|
conan_server_directory | A directory where ServerThrall should be able to find "ConanSandboxServer.exe". You don't need to set this unless you want to manage a server not installed by ServerThrall. | |
force_update_on_launch | false | Set to true to force ServerThrall to update and validate the conan exiles server files. This will then be turned off after it's read. Useful if you've accidently deleted or removed any files and your server won't launch. |
additional_arguments | Passes additional arguments to ConanSandboxServer. Arguments are documented here, https://docs.unrealengine.com/en-us/Programming/Basics/CommandLineArguments. By default the only parameter passed to the server is -MULTIHOME with your local computers IP. | |
set_high_priority | true | If true , ensures the operating system process priority for the conan exiles server is high. This works even if attaching or rebooting the server. |
multihome | Server Thrall will by default set your servers multihome argument to your local IP address. If this behavior is incorrect, or insufficient, you can override that value with this setting. Set this to your own computers IP to join a server on the same computer that you want to play on. | |
testlive | false | Set to true run your server for testlive, false to use the live version. |
[ServerThrall]
conan_server_directory = c:\serverthrall\vendor\server
force_update_on_launch = false
additional_arguments =
set_high_priority = false
testlive = false
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