Conan Exiles Configuration
Tweak ServerSettings.ini configurations, adjust Engine.ini tickrates, and optimize your server performance for the Exiled Lands community.
This guide covers the configuration files and key settings for your Conan Exiles server. For first boot and connecting, see Getting Started.
Conan Exiles uses three main config files in ConanSandbox/Saved/Config/WindowsServer/:
ℹ️ As with a few other games we host, the
WindowsServerfolder name is correct on our Linux nodes: Conan ships no Linux server build, so the egg runs the Windows build through a compatibility layer you never have to touch.
- Engine.ini: Performance and tick rate
- Game.ini: Custom values
- ServerSettings.ini: Most gameplay settings
ServerSettings.ini Highlights
[ServerSettings]
ServerName=My GSK Conan Server
ServerPassword=
AdminPassword=STRONG_ADMIN_PASSWORD
MaxPlayers=40
ServerRegion=2
ServerCommunity=2
PVPEnabled=True
PVPBlitzServer=False
NudityType=2
ConfigurableShieldDurabilityMultiplier=1.0
HarvestAmountMultiplier=1.0
ResourceRespawnSpeedMultiplier=1.0
PlayerXPRateMultiplier=1.0
PlayerXPKillMultiplier=1.0
PlayerXPHarvestMultiplier=1.0
PlayerXPCraftMultiplier=1.0
PlayerXPTimeMultiplier=1.0
ThrallConversionMultiplier=1.0
ThrallCraftingTimeMultiplier=1.0
NPCRespawnMultiplier=1.0
StaminaCostMultiplier=1.0
ItemSpoilRateScale=1.0
ItemConvertionMultiplier=1.0
FuelBurnTimeMultiplier=1.0
CraftingTimeMultiplier=1.0
DayCycleSpeedScale=1.0
DayTimeSpeedScale=1.0
NightTimeSpeedScale=1.0
DawnDuskSpeedScale=1.0
StaminaOnHorseMultiplier=1.0
LandClaimRadiusMultiplier=1.0
PurgeLevel=0
ClanMaxSize=10
EnableSandStorm=True
NoOwnerShip=False
EnableTargetLock=True
DeactivateThrallsBuffsWhenLoggedOff=True
EnableServerWhitelist=False
| Setting | Notes |
|---|---|
| ServerName | Server browser display |
| AdminPassword | Required for admin mode |
| MaxPlayers | Cap by slot purchase |
| PVPEnabled | True for PvP, False for PvE |
| HarvestAmountMultiplier | Resource gain rate |
| PlayerXPRateMultiplier | XP gain rate |
| ThrallConversionMultiplier | Lower = faster thralls |
| PurgeLevel | 0=disabled, 1-6 = increasing difficulty |
| ClanMaxSize | Max clan members |
Restart after editing.
Purge behavior also lives in this file; since the Age of War rework, purges are summoned at treasure thresholds rather than filling a classic meter, and the related settings carry self-describing names in the same section.
Engine.ini Tickrate
For higher player counts, raise the tick rate:
[Net.RPC]
MaxRPCPerNetUpdate=8
[/Script/OnlineSubsystemUtils.IpNetDriver]
NetServerMaxTickRate=30
Default is 20. 30 feels much smoother but uses more CPU.
What to Read Next
- Getting Started for first boot and the basics
- Conan Exiles Admin Mode
- Installing Mods on Conan Exiles
Made with 💜 by GameServerKings