How to Backup Your Windrose Server
If you’re hosting an AleForge server, we make offsite backups of your server regularly to give you a failsafe incase something unexpected happens. However, we also make manual backups available in case you want to back up the server directly before installing a mod, patching, uploading a world, etc.
You need the full world folder and ServerDescription.json so WorldIslandId still points at that world.
Panel Backups (Recommended)
Section titled “Panel Backups (Recommended)”Create a Backup
Section titled “Create a Backup”- Open the AleForge Panel
- Select your Windrose server
- Open
Backups - Click Create Backup
You can also schedule automatic backups.
Restore a Backup
Section titled “Restore a Backup”- Stop the server
- Open
Backups - Open the menu on the backup and click Restore
- Check Delete all files before restoring backup if you want a clean restore
- Start the server and rejoin with your invite code
Manual File Backup
Section titled “Manual File Backup”Use this when you want a copy on your PC before a risky change.
What to Copy
Section titled “What to Copy”-
World folder — the 32-character hex directory under:
R5/Saved/SaveProfiles/Default/RocksDB_v2/<game_version>/Worlds/<WorldID>/(or
RocksDBon older trees) -
R5/ServerDescription.json— invite code, password, andWorldIslandId
Windrose also writes its own snapshots under R5/Saved/SaveProfiles/Default_Backups (and similar _Backups folders). Those can help if you never took a panel backup, but they are not a substitute for Backups in the panel.
Download the Files
Section titled “Download the Files”- Stop the server so RocksDB is not mid-write
- In
Files, go to theWorldsdirectory - Archive the world folder and download the archive
- Download
R5/ServerDescription.json - Start the server again
For large worlds: use SFTP.
Restore a Manual Backup
Section titled “Restore a Manual Backup”Follow upload a world: stop the server, extract the world folder into the matching Worlds path, restore ServerDescription.json, confirm WorldIslandId matches the folder name, then start.
RocksDB
Section titled “RocksDB”The world folder is a database (CURRENT, MANIFEST-*, LOCK, *.sst, and friends). Copy the whole folder. Do not cherry-pick files.
Frequently Asked Questions
Section titled “Frequently Asked Questions”Does AleForge automatically back up my Windrose server?
Section titled “Does AleForge automatically back up my Windrose server?”Yes! You can also create on-demand backups in Backups and schedule them. Take an extra manual copy before world uploads or mods.
Why back up ServerDescription.json?
Section titled “Why back up ServerDescription.json?”It stores WorldIslandId. Restoring only the world folder can leave the server pointed at a different (or new) world.
Can I back up a single file from the world folder?
Section titled “Can I back up a single file from the world folder?”No. Restore the entire RocksDB directory as a unit.