ServerThrall v2.0.7
What's New
This release should resolve a few issues that have been lingering since October of last year when I fell off the project.
-
Fixed "Server is Down" Issue
This has now been fixed by switching all clients over to the 64 bit client. If you previously modified your serverthrall.config to setconan_exe_path
andconan_exe_name
to use the 64bit client I recommend deleting them from your config. -
MULTIHOME is now auto detected and auto set
Most people who want to set up their first Conan Exiles server are running their server on the same computer they're playing on. This isn't supported by Conan Exiles out of the box, and requires some configuration that is hard to understand. ServerThrall now automatically detects what your MULTIHOME setting should be to let you play on the computer your server is hosted on, and uses that automatically. In case ServerThrall picks the wrong address for multihome, you can configure an override in yourserverthrall.config
. -
Add testlive support
ServerThrall can now automatically run your server in testlive mode by settingtestlive = true
in yourserverthrall.config
. If the server was not previously running testlive, the server will close and update to the test live branch. I don't recommend converting your existing server to testlive without copying your game database out as a backup.
Fixes and Cleanups
- Add version.txt which includes the current version, and print it out when ServerThrall starts
Thank you, and more information can be found in the README.