Vintage Story Save Management
Vintage Story stores all player data inside the VintagestoryData folder. Dedicated servers also use the data/Saves directory and a serverconfig.json pointer.
VintagestoryData Locations
- Windows:
%APPDATA%\VintagestoryData - Linux:
~/.config/VintagestoryData - macOS (pre-1.21):
~/.config/VintagestoryData - macOS (1.21+):
~/Library/Application Support/VintagestoryData
Dedicated Server Save Location
On a dedicated server, world files are stored in:
data/Saves/
The active world is defined in serverconfig.json using SaveFileLocation:
"SaveFileLocation": "./data/Saves/default.vcdbs"
Manual Backup (Server)
- Stop the server.
- Copy the current
.vcdbsfile fromdata/Saves. - Store it in a dated backup folder.
- Start the server again.
Restore a Backup
- Stop the server.
- Place the backup
.vcdbsfile intodata/Saves. - Update
SaveFileLocationinserverconfig.jsonif the filename changed. - Start the server and verify the world loads.
Next Steps
Automated Backups: Supercraft offers scheduled Vintage Story backups with quick restore options.