Advertisement

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

ini Format
Identity

Name in the server browser.

Gameplay

Player versus player combat.

0 none, 1 partial, 2 full. Server-side setting that overrides client preference.

Overall experience rate.

Resources gathered per action.

How fast food and perishables decay. 0 stops spoilage entirely.

Stamina drain rate.

Crafting speed. Lower is faster.

Wheel of Pain conversion speed. This is the setting that makes thrall times on a modded server differ from every online calculator.

Leaves your character in the world after disconnecting, where it can still be killed.

World

How quickly harvested nodes return.

Day length.

How quickly NPC camps repopulate.

Players & Access

Join password.

Grants admin rights in game. Change it before going public.

Slot limit.

Anti-cheat. Note the server does not answer queries until BattlEye finishes initialising after a restart.

ServerSettings.ini

AdminPassword — This is still the example admin password. Change it before the server is reachable.
[ServerSettings]
ServerName=My Conan
ServerPassword=
AdminPassword=changeme123
MaxPlayers=40
PVPEnabled=True
MaxNudity=2
IsBattlEyeEnabled=True
PlayerXPRateMultiplier=1
HarvestAmountMultiplier=1
ItemSpoilRateScale=1
ResourceRespawnSpeedMultiplier=1
StaminaCostMultiplier=1
CraftingTimeMultiplier=1
ThrallCraftingTimeMultiplier=1
DayCycleSpeedScale=1
LogoutCharactersRemainInTheWorld=False
NPCRespawnMultiplier=1

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.

Rather not run the server yourself?

These tools are free and funded by the two hosting services we run. If you want a server that is already set up, here they are.

Advertisement