Back up your Windrose server before major changes so you have a restore point if something goes wrong.
Automatic Backups
WinterNode automatically backs up your entire server every 12 hours. These backups cover everything, so most disaster-recovery scenarios are already handled.
Manual backups are useful when you want a snapshot at a specific moment, like right before:
- A major game update
- Uploading a different world
- Changing server configuration
What to Back Up
For a complete Windrose backup, you need two things:
1. Your world folder Location: R5/Saved/SaveProfiles/Default/RocksDB/0.10.0/Worlds/<your-island-id>/
This is the folder with the 32-character hex name. It contains all your world data: terrain, structures, player progress, and everything in the world.
2. The server config Location: R5/ServerDescription.json
This file holds your server name, invite code, password, and most importantly the WorldIslandId field that tells the server which world to load. If you restore your world folder without also restoring this file, the server may point at the wrong folder.
How to Take a Manual Backup
Step 1: Stop Your Server
Stop the server before downloading files. This ensures the files are in a consistent state (not mid-write).
- Log in to the Game Control Panel
- Select your Windrose server
- Click Stop and wait for shutdown to complete
Step 2: Download the World Folder
- In the Game Control Panel, go to File Manager
- Navigate to
R5/Saved/SaveProfiles/Default/RocksDB/. - Open the folder named after the current game version (for example,
0.10.0), then openWorlds/. - Find your world folder (the 32-character hex folder)
- Click the … next to it and select Compress. A
.tar.gzfile with the same name appears in the same folder once compression finishes. - Download the
.tar.gzfile to your PC - Store it somewhere safe (external drive, cloud storage)
Step 3: Download the Server Config
- In File Manager, navigate to
R5/ - Find
ServerDescription.json - Click the … next to it and select Download
- Store it alongside your world folder backup
Step 4: Restart Your Server
- In the Game Control Panel, click Start.
- Wait for the server status to show Online. This usually takes 1-2 minutes.
How to Restore from a Backup
Restoring is the reverse of uploading a world. Full instructions are in How to Upload an Existing World to Your Windrose Server, but here’s the short version:
- Stop your server
- Upload the compressed archive to
R5/Saved/SaveProfiles/Default/RocksDB/0.10.0/Worlds/. - Right-click the uploaded file and select Decompress.
- Upload
ServerDescription.jsonback toR5/(overwrite the existing file) - Verify that the
WorldIslandIdfield inServerDescription.jsonmatches your restored world folder’s hex name - Start your server
If the server loads a new empty world, go back and check that WorldIslandId exactly matches the restored folder’s name.
A Note on RocksDB
Windrose saves world data in RocksDB format, which is a database, not a single file. The world folder contains multiple database files (CURRENT, MANIFEST-*, LOCK, IDENTITY, LOG, *.sst) that are only valid together.
Do not copy individual files out of the world folder and expect them to work as a backup. Always compress and download the entire folder as a unit.
Windrose’s Automatic Backups
Windrose servers automatically back up as well. These can be used to revert to an earlier version of the save if you didn’t take a manual backup.
They are stored in R5/Saved/SaveProfiles/Default_Backups. You can restore them the same way you would upload a world.
Frequently Asked Questions
Yes. WinterNode takes full server backups every 12 hours. Manual backups are an additional safety net for before risky changes.
ServerDescription.json contains the WorldIslandId field, which points the server at your world folder. If you restore your world folder without also restoring this file, the server may load a different world or generate a new one.
No. The world folder uses RocksDB, a database format that requires all files together to be valid. Always back up the entire folder.





