World backups, seeds and map management
Back up, transfer and swap Minecraft worlds — plus how to reset a single dimension without losing the others.
Your world is the most important data on the server. Back it up, version it and know how to swap it out quickly.
World folders
/world— Overworld./world_nether— Nether (DIM-1inside)./world_the_end— End (DIM1inside).
Full world backup
Use the panel Backups feature (see Backups and restores). One click snapshots everything.
Transferring a world from a local server
- Stop the source server.
- ZIP the
world,world_nether,world_the_endfolders. - Upload to WingNode via SFTP.
- Extract, replace the empty world folders.
- Start the server — your save boots with all structures, entities and chunks.
Reset only one dimension
To wipe only the Nether but keep Overworld and End:
- Stop the server.
- Delete
/world_nether/DIM-1/. - Restart — Nether regenerates on next player entry.
Changing the seed
Changing level-seed in server.properties only affects newly generated chunks. Existing chunks stay as they were. To fully reset a seed, delete the relevant world folder and set the new seed before starting.
Backing up before risky actions
Always create a manual backup before: installing a major mod update, running /reload, changing world border, or testing a plugin that edits blocks. A two-minute backup saves hours of recovery.