Managing Your Valheim World
Your Valheim world is the most important data on your server. This guide covers everything you need to know about managing world saves, backups, and transfers.
World File Location
Valheim world saves are stored in the following directory on your server:
/.config/unity3d/IronGate/Valheim/worlds_local/
Each world consists of two files:
[WorldName].fwl— World metadata[WorldName].db— World data (terrain, builds, etc.)
Important: Always back up both files together. One without the other will not work.
Creating a Manual Backup
- Stop your server to ensure a clean save
- Connect via SFTP to your server
- Navigate to the worlds directory
- Download both the
.fwland.dbfiles for your world - Store them in a safe location on your PC
Restoring a Backup
- Stop your server
- Connect via SFTP
- Navigate to the worlds directory
- Upload your backup
.fwland.dbfiles, overwriting the existing ones - Ensure the world name matches the one configured in your startup settings
- Start your server
Resetting Your World
To start fresh with a new world:
Option 1: New World Name
- Stop your server
- Go to the Startup tab in the control panel
- Change the World Name to something new
- Start the server — a new world will be generated
Option 2: Delete Existing World
- Stop your server
- Connect via SFTP
- Navigate to the worlds directory
- Delete the
.fwland.dbfiles for the world you want to reset - Start the server — it will regenerate the world with the same name
Warning: Deleting world files is permanent. Always create a backup first.
Transferring a World
From Single-Player to Server
- Find your local world saves at:
- Windows:
%USERPROFILE%\AppData\LocalLow\IronGate\Valheim\worlds_local\
- Windows:
- Copy both the
.fwland.dbfiles - Stop your server
- Upload both files via SFTP to the server's worlds directory
- Update the World Name in the Startup tab to match the uploaded world name
- Start the server
From Server to Single-Player
- Stop the server
- Download both world files via SFTP
- Place them in your local Valheim worlds folder
- Launch Valheim — the world will appear in your world list
From Another Host
- Download the world files from your previous host
- Follow the same upload steps as above
Automatic Backups
Valheim creates automatic backups based on your server configuration:
- Default save interval: 30 minutes
- Default backup count: 4 backups
- Backups are stored alongside the world files with timestamps
You can adjust these settings via launch parameters:
-saveinterval 1200— Save every 20 minutes-backups 6— Keep 6 backups-backupshort 3600— First backup 1 hour after save-backuplong 21600— Subsequent backups every 6 hours
Best Practices
- Back up regularly — Download your world files before major updates
- Back up before modding — Mods can sometimes corrupt worlds
- Keep multiple backups — Store at least 3 recent backups locally
- Name worlds clearly — Use descriptive names to avoid confusion
Need help with your world files? Contact our support team for assistance.