Generate a Conan Exiles ServerSettings.ini
Conan's settings file has one habit that catches almost everyone eventually: the server writes over it.
Start from a preset
Visual Settings
ServerSettings.ini
Advertisement
The ServerSettings.ini format
Standard sectioned INI, booleans as True and False. At boot the server loads the file and uses its values — exactly as you would hope, as long as you ignore what happens when it stops.
Advertisement
The mistake that wastes an evening
When Conan shuts down, it dumps its live settings into the file, over the top of whatever is there. That makes editing a running server pointless: the instant it stops, your changes are gone. The only safe order is stop, edit, start.