How to Change Mod Load Order on Your Conan Exiles Server
The modlist.txt file controls which mods are loaded and the order they load in. Mods are loaded from top to bottom -- the first entry loads first. Load order matters most when mods modify the same game systems or when a map mod (like Savage Wilds) must load before gameplay mods.
See Install Mods if you have not yet added mods to your server.
Method 1 - File Manager (recommended)
- Log into the Game Control Panel and navigate to your server.
- Stop the server.
- Click the File Manager icon on the left-hand side.
- Navigate to
ConanSandbox/Mods/. - Right-click
modlist.txtand choose Edit. - Re-arrange the mod entries so they appear in your preferred order (one mod per line, top = loads first).
- Click Save and Exit.
- Start the server.
Method 2 - Configuration Files Text Editor
- Click Configuration Files and open
modlist.txtin the Text Editor. - Edit the line order directly.
- Save and restart the server.
Notes
- Map mods such as Savage Wilds should be placed at the top of
modlist.txt(position 1). - Gameplay mods that extend or patch each other should be ordered with the dependency before the dependent mod.
- If the server fails to start after reordering, try reverting to the previous order and testing mods one at a time.