Adding Mods to Conan Exiles
Enhance your Conan Exiles server with Steam Workshop mods! This guide covers how to install, manage, and troubleshoot mods.How Conan Exiles Mods Work
- Find the mod’s Workshop ID on Steam
- Download the mod on your local PC
- Upload the
.pakfile to your server - Create a
modlist.txtfile listing your mods - Players must subscribe to the same mods to join
Finding Mod IDs
Every Steam Workshop mod has a unique ID number.Getting the Workshop ID
- Go to the Conan Exiles Steam Workshop
- Find a mod you want to install
- Look at the URL - it contains the mod ID:
The ID is
880454836
Popular Mods
| Mod | Workshop ID | Description |
|---|---|---|
| Pippi | 880454836 | Admin tools, warps, kits |
| EEWA | 1734383367 | Enemies, weapons, armor expansion |
| Fashionist | 1159180273 | Cosmetic armor system |
| Hosav’s UI | 1797359985 | Enhanced user interface |
| Emberlight | 1369802940 | Quality of life improvements |
Installing Mods
Step 1: Download Mods on Your PC
- Open Steam and go to the Conan Exiles Workshop
- Subscribe to the mods you want
- Launch Conan Exiles once to download the mods
- Find the downloaded
.pakfiles in:
Step 2: Upload Mods to Server
- Stop your server
- Go to File Manager in the Game Panel
- Navigate to
ConanSandbox/Mods/(create the folder if it doesn’t exist) - Upload each mod’s
.pakfile
Step 3: Create modlist.txt
- In File Manager, navigate to
ConanSandbox/Mods/ - Create a new file named
modlist.txt - Add each mod’s
.pakfilename on a new line: - Save the file
- Restart your server
Use just the filename (e.g.,
Pippi.pak), not the full path. The server looks in the Mods folder automatically.Load Order
The order mods appear in yourmodlist.txt is the order they load:
- First mod in the list loads first
- Dependencies should load before mods that require them
Example modlist.txt
Updating Mods
Since mods are manually uploaded, you need to update them manually:- Download the updated mod on your PC (resubscribe or verify files)
- Stop your server
- Delete the old
.pakfile fromConanSandbox/Mods/ - Upload the new
.pakfile - Restart your server
Installing Map Mods
Map mods (like Savage Wilds) require an additional step to load the custom map.- Install the Mod: Follow the standard installation steps above (upload
.pakand add tomodlist.txt). - Configure Engine.ini:
- Go to File Manager →
ConanSandbox/Saved/Config/WindowsServer/ - Open
Engine.ini - Add the following section at the bottom:
- Go to File Manager →
Replace
Savage_Wilds with your map mod’s name. The path format is /Game/Mods/ModName/ModName.Removing Mods
Safe Removal Process
- Backup your server - Create a backup in the Game Panel
- Stop your server
- Remove the mod’s filename from
modlist.txt - Delete the mod’s
.pakfile fromConanSandbox/Mods/ - Restart your server
- Test that everything works correctly
Helping Players Connect
Players need the exact same mods to join your server.Share Your Mod List
- Create a Steam Workshop Collection with all your mods
- Share the collection link with players
- Players click “Subscribe to All” to get all mods at once
If Players Can’t Connect
- Ensure players have subscribed to all required mods
- Have players launch Conan Exiles once to download mods
- Verify mod versions match (player mods must be up to date)
- Have players verify game files on Steam
Mod Troubleshooting
Server Won’t Start After Adding Mods
Solution:- Check the console for error messages
- Verify
modlist.txthas correct filenames - Try removing mods one at a time to find the issue
- Ensure mod files are
.pakformat (not zipped)
Mods Not Loading
Solution:- Verify
modlist.txtexists inConanSandbox/Mods/ - Check filenames match exactly (case-sensitive)
- Ensure
.pakfiles aren’t corrupted (re-download if needed)
Players Get “Mod Mismatch” Error
Solution:- Players need to subscribe to the exact same mods
- Ensure mod versions match (both server and client updated)
- Check load order matches on both sides
Performance Considerations
Recommended Plans for Modded Servers
| Mod Count | Recommended Plan |
|---|---|
| 1-5 light mods | 12GB (minimum) |
| 5-15 mods | 12GB |
| 15+ mods | 16GB |
Mod Types by Resource Usage
- Light: UI changes, cosmetics, QoL tweaks
- Medium: New items, recipes, crafting stations
- Heavy: Total conversions, new maps, AI overhauls
Next Steps
Server Configuration
Configure server settings
Troubleshooting
Common issues and solutions
