How to Set Day Length on Your Conan Exiles Server
You can independently control how fast the day passes, how fast the night passes, and the overall cycle speed on your Conan Exiles server. The default Conan day/night cycle equals approximately one real hour at 1.0 speed.
Day length settings overlap with some entries in Adjust Game Rates. Use this guide for cycle-specific presets. Pair your cycle timing with the Purge schedule for consistent event windows.
Steps
- Log into the Game Control Panel and navigate to your Conan Exiles service.
- Stop the server.
- Click Configuration Files, then open
ServerSettings.ini. Under[ServerSettings], set your values. - Click Save and start the server.
Settings Reference
DayCycleSpeedScale=1.0
DayTimeSpeedScale=1.0
NightTimeSpeedScale=2.0
DawnDuskSpeedScale=1.0
| Setting | Effect |
|---|---|
DayCycleSpeedScale | Overall day/night cycle speed |
DayTimeSpeedScale | Daytime speed (higher = shorter days) |
NightTimeSpeedScale | Nighttime speed (higher = shorter nights) |
DawnDuskSpeedScale | Transition period speed |
Common Presets
Longer days, faster nights (relaxed building):
DayTimeSpeedScale=0.5
NightTimeSpeedScale=2.0
Faster overall cycle (more events per real hour):
DayCycleSpeedScale=2.0
Notes
- Faster nights are popular on PvE servers to reduce the time players spend at a disadvantage in the dark.
- A value lower than
1.0slows the phase down (longer days or nights); a value above1.0speeds it up.