How to Restore a Backup on Your Valheim Server
Valheim servers store automatic backup saves alongside the main world file in the worlds_local folder. You can roll back to any of these backups using one of three methods.
Before you start: Stop your server before attempting any rollback. The timestamp format in backup filenames is YearMonthDayTime (for example,
20230422023443= April 22, 2023 at 02:34:43).
Method 1: Manual file rename
- Log into the Game Control Panel and stop your server.
- Click File Manager and navigate to the
worlds_localfolder. - Locate the current main save file. By default this is
savegame.db. If you set a custom world name, look for the.dbfile with that name. - Rename the current save to something else, for example
oldsavegame.db. - Find the backup save you want to restore. Backup files include a timestamp in the name, for example
savegame_backup_auto-20230422023443.db. - Rename the backup file to match the main save filename, for example rename it to
savegame.db. - Start the server.
Method 2: Backup Save File Renamer script
- Log into the game control panel and stop your 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 list.
- Click Run. The script renames your current save and replaces it with the selected backup.
- Start the server.
Method 3: Restore Backup
- Log into the game control panel and stop your server.
- Click the Restore Backup icon in your server's control panel.
- Select a backup from the dropdown menu.
- Click Run.
- Start the server.
For information on uploading a local world to the server, see Upload World.