How to Roll Back Your Conan Exiles Server Using a Backup
If you need to undo recent changes or recover from data loss, you can roll your Conan Exiles server back to an earlier save. Host Havoc provides three methods depending on your preference.
Before restoring, make sure to connect via FTP if you plan to download a copy of the current save first.
Before you start: Stop the server before using any of these methods. Never rename or replace save files while the server is running.
Method 1 - Manual Save Rename via File Manager
- Log into the Game Control Panel and stop the server.
- Click the File Manager icon and navigate to
ConanSandbox/Saved/. - Locate the main save file for your map (for example,
game.dbfor Exiled Lands). - Rename the main save to something else (for example,
oldgame.db). - Find the backup you want to restore (backups are numbered newest to oldest:
game_backup_1.dbis the most recent). - Rename the chosen backup to the main save name (for example, rename
game_backup_1.dbtogame.db). - Start the server.
Save file names by map:
| Map | Main save | Backup pattern |
|---|---|---|
| Exiled Lands | game.db | game_backup_1.db, game_backup_2.db, ... |
| Isle of Siptah | dlc_siptah.db | dlc_siptah_backup_1.db, ... |
| Savage Wilds | savagewilds_game.db | savagewilds_game_backup_1.db, ... |
Method 2 - Backup Save File Renamer Script
- Log into the game panel and stop the server.
- Click the ...More button in the server control panel.
- Click the Backup Save File Renamer script.
- Select the backup save file you want to restore from the dropdown.
- Click Run.
This automatically renames the current main save and promotes the selected backup to take its place.
Method 3 - Control Panel Restore Backup
- Log into the game panel and stop the server.
- Click the Restore Backup icon in the service control panel.
- Select a backup from the dropdown.
- Click Run.
Notes
- Backups are numbered newest to oldest: backup 1 is the most recent.
- The Restore Backup tool restores from panel-managed backups, which may differ from the in-folder
.dbbackup files. - After restoring, start the server and verify your world state before making further changes.