How to Wipe and Reset Your 7 Days to Die Server
Wipe the world, reset player data, regenerate maps, or do a full reinstall on your 7 Days to Die server.
There are several levels of reset — from wiping just the world to a complete reinstall.
World-Only Wipe (Keep Settings & Mods)
Resets the world to a fresh state while keeping your serverconfig.xml and Mods folder.
Stop your server from Console in the XGamingServer Panel.
Click Files in the sidebar. Navigate to Saves/<WorldType>/<WorldName>/<GameName>/ and delete the GameName folder.
Start the server — a fresh save generates on the same map.
📝 Note: The world terrain stays the same. Only player progress, buildings, and loot are reset.
Full World Regeneration (New Map)
Generate a completely new random map:
- Stop your server
- Delete the save folder as above
- Also delete the generated world folder from
GeneratedWorlds/orData/Worlds/ - Change
WorldGenSeedinserverconfig.xmlto a new value - Start the server — a brand new world generates
Quick Method: Change GameName
Simply changing the GameName in serverconfig.xml creates a new save without deleting the old one:
<property name="GameName" value="Season2" />The old save remains on disk and you can switch back by reverting the name.
Region-Specific Wipe
Reset only part of the map:
- Navigate to
Saves/.../region/ - Delete specific
.rgregion files - Those chunks regenerate fresh — the rest of the world is preserved
Player Data Only Wipe
Reset player progress without touching the world:
- Navigate to
Saves/.../<GameName>/Player/ - Delete specific
.ttpfiles to reset individual players - Delete all
.ttpfiles to reset everyone
Full Server Reinstall
Nuclear option — wipes everything including server files:
- Stop the server
- In Files, delete all folders and files
- On the Dashboard, click Reinstall Server
- Wait for installation to complete
⚠️ Warning: Always back up your save files before any wipe. Download them via the Files tab.
Related Guides
How is this guide?

How to Set Up a Whitelist on Your 7 Days to Die Server
Enable whitelist-only mode and manage whitelisted players on your 7 Days to Die dedicated server.
How to Change Zombie Settings on Your 7 Days to Die Server
Configure zombie speed, spawning, feral sense, and AI behavior on your 7 Days to Die server.