Necesse Server Backups and Restoring Saves
Necesse stores a world as a compressed archive by default. Back up the active world archive and server configuration before updates, world-setting edits, or destructive admin commands.
Default save locations
| Platform | Server config | World saves |
|---|---|---|
| Linux | ~/.config/Necesse/cfg/server.cfg | ~/.config/Necesse/saves/ |
| Windows | %APPDATA%\Necesse\cfg\server.cfg | %APPDATA%\Necesse\saves\ |
A -datadir or -localdir launch option can change these paths. Confirm the active command before copying.
What is inside a world save?
World saves are named <WorldName>.zip and contain the world data, including worldSettings.cfg. Keep the original archive untouched. If you need to edit the world settings, copy it, extract the copy, make the change, and re-create the archive in the format the current server expects.
Manual backup
- Use
/saveif you have moderator permission, then stop the server cleanly. - Copy the world archive from the active
savesdirectory. - Copy
server.cfgand record the launch command, world name, and build. - Store the backup outside the server's disk or provider account.
- Use a dated filename and keep more than one restore point.
# Linux example
cp ~/.config/Necesse/saves/MyWorld.zip /srv/backups/necesse/MyWorld-2026-08-29.zip
cp ~/.config/Necesse/cfg/server.cfg /srv/backups/necesse/server-2026-08-29.cfg
Hosted backups
Check whether the provider backs up the compressed world archive, configuration, and logs; how long it retains copies; and whether you can download and restore them. “Daily backup” is not enough unless the restore point is identifiable and tested.
Restore a world
- Stop the server and rename or copy the current world archive; do not delete it yet.
- Put the chosen dated archive in the active
savesdirectory. - Confirm the launch command's
-worldname matches the archive. - Restore the matching
server.cfgonly if the configuration is also part of the rollback. - Start privately, inspect logs, join with a test account, and verify the settlement before inviting players.
Backup policy for a long-running colony
- Keep the latest daily copy while the world is active.
- Keep a pre-update and pre-experiment copy.
- Keep one copy off the server machine.
- Test a restore to a separate directory periodically.
Related guides
- Dedicated-server setup and paths
- World settings and admin commands
- Launch flags
- v1.3.2 update checklist
Want managed backups for your settlement? Host Necesse with Supercraft.