Soft Reset Your Server

Perform a soft reset to refresh the world while keeping player progress on your Project Zomboid server.

A soft reset refreshes the game world (buildings, loot, zombies) while preserving player characters and progress. This is useful when the world feels "looted out" without forcing everyone to start over.

Soft Reset vs Hard Reset

TypeWorldPlayersConfig
Soft ResetResetKeptKept
Hard ResetResetResetKept

A hard reset (full wipe) deletes everything. See Reset Server for a complete wipe.

Perform a Soft Reset

Back up your server

Always create a backup before resetting. See Back Up and Restore.

Stop your server

Stop the server from the Dashboard.

Navigate to the save folder

Go to Files and open:

Zomboid/Saves/Multiplayer/[servername]/

Delete world data (keep player data)

Delete these files and folders:

  • map_* files — chunk and map data
  • zpop_* files — zombie population data
  • vehicles.db — vehicle positions and states

Keep these files:

  • players.db — player characters and inventories
  • map_sand.bin — sandbox settings

Start your server

The world will regenerate fresh while players keep their characters.

What Gets Reset

DataReset?
Buildings and structuresYes — all buildings return to default
Loot in containersYes — all containers refill
Zombie positionsYes — zombies respawn at default locations
VehiclesYes — vehicles reset to default spawns
Player-built structuresYes — player bases are removed
Player charactersNo — characters, skills, inventory preserved
Player positionDepends — players may spawn at default location

⚠️ Warning: Player-built bases and fortifications will be removed in a soft reset. Warn your players before performing one.

Selective Soft Reset

If you want to reset only certain aspects:

Reset Only Zombies

Delete only zpop_* files. Zombies respawn at default positions but everything else stays.

Reset Only Vehicles

Delete only vehicles.db. Vehicles respawn at default positions.

Reset Only Loot

This isn't directly possible through file deletion. Instead, use the loot respawn settings:

SandboxVars.lua
HoursForLootRespawn = 24,
MaxItemsForLootRespawn = 0,

See Loot Respawn for details.

Schedule Regular Soft Resets

For long-running servers, you can schedule soft resets to keep the world fresh:

  1. Announce the reset to players (give 24–48 hour notice)
  2. Create a backup
  3. Perform the soft reset
  4. Announce the reset is complete

💡 Tip: Many servers do a soft reset every 1–3 months to keep the world feeling alive and give new players a fair start.

See also: Reset Server | Reset World | Back Up and Restore | Loot Respawn

If you need help, join our Discord.

How is this guide?

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

On this page