Switching Maps on a 7 Days to Die Server
How to change between Navezgane and Random World Generation (RWG) maps, set world seeds, and use custom worlds.
7 Days to Die offers two map types: the hand-crafted Navezgane and procedurally generated Random World Generation (RWG) maps.
Map Types
| Map | Description |
|---|---|
| Navezgane | Pre-built, hand-crafted map. Fixed layout with well-balanced POIs. Great for new players. |
| RWG | Procedurally generated based on a seed string. Every seed creates a unique world. |
Switching to Navezgane
- Stop your server
- In the XGamingServer Panel, click Files and open
serverconfig.xml - Set:
<property name="GameWorld" value="Navezgane" />- Save and start your server
Switching to Random World Generation
<property name="GameWorld" value="RWG" />
<property name="WorldGenSeed" value="myawesomeseed" />
<property name="WorldGenSize" value="6144" />| Property | Description |
|---|---|
WorldGenSeed | Any text string — determines the world layout. Same seed = same world. |
WorldGenSize | World size in blocks (must be a multiple of 2048) |
RWG Size Guide
| Size | Best for | Notes |
|---|---|---|
| 2048 | Solo / testing | Tiny world |
| 4096 | 2–4 players | Small, focused |
| 6144 | 4–8 players | Default, good balance |
| 8192 | 6–12 players | Max size for crossplay |
| 10240–16384 | Large groups | PC only, high RAM usage |
⚠️ Crossplay limit: If crossplay is enabled, world size cannot exceed 8192.
Using a Custom World
If you have a custom world (from a prefab editor or another server):
- Upload the world folder to
Data/Worlds/<YourWorldName>/via Files - Set
GameWorldto the folder name:
<property name="GameWorld" value="YourWorldName" />- Restart the server
Changing the Game Name (Save Slot)
The GameName property controls the save folder name. Changing it creates a new save without deleting the old one:
<property name="GameName" value="Season2" />This is useful for starting a fresh save on the same map.
Generating a New Random World
To generate a completely new RWG world:
- Change
WorldGenSeedto a different value - Optionally change
GameNameto a new save name - Restart the server — a new world generates automatically
💡 Tip: Write down your seed — you can share it with other players or recreate the same world later.
Related Guides
How is this guide?

40% Off — Limited TimeGet your 7 Days to Die server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server