Menu
 

Project Zomboid Soft Reset vs Hard Wipe (Build 42, 2026)

Project Zomboid Soft Reset vs Hard Wipe (Build 42, 2026)

Last verified: May 2026 โ€” Build 42.18.0

Short answer: A soft reset clears world clutter (corpses, blood, dropped loot) and keeps player characters and bases โ€” use it to fix mid-season FPS lag. A hard wipe deletes the whole save folder and resets to day 1 โ€” use it for new map mods, branch migrations, or season restarts.

"Wiping" a Project Zomboid server can mean two very different things. If your server is choking on thousands of corpses and blood splatters causing FPS drops on every reconnect, you need a soft reset. If you want a clean day-1 restart โ€” new map, fresh time, new characters โ€” you need a hard wipe. Build 42 added more granular tools for both, plus a couple of new gotchas worth knowing.

1. Soft Reset

Removes corpses, blood splatters, and (optionally) ground loot while preserving player characters and bases. Skills, inventory, and stats stay intact; the world gets "cleaned." Cure for performance drop on long-running multiplayer servers.

2. Hard Wipe

Deletes the entire pzserver / pzserver_db save folder. Resets the map, the in-game time, and all player data. True day-1 restart.

3. Chunk Reset

Targeted middle option โ€” delete specific .bin files under /map/ to force regen on glitched cells only. Keeps everything else intact. Surgical fix for locked-door / floating-floor / stuck-NPC bugs.

How to Perform a Hard Wipe (Full Restart)

  1. Open your Supercraft panel and Stop the server. (Or via console: quit.)
  2. Open the File Manager.
  3. Navigate to /Zomboid/Saves/Multiplayer/.
  4. (Recommended) right-click your server folder and copy to a timestamped backup first.
  5. Delete the folder matching your server name (often pzserver โ€” check your server config ServerName).
  6. On Build 42, also remove pzserver_db/ in the same path if it exists (the SQLite character store).
  7. Restart the server. A new world generates on first boot; players need fresh characters.

How to Perform a Soft Reset (World Cleaning)

Run these in the server console (or via RCON) while the server is up:

CommandEffectPreserves
/removecorpsesRemoves all corpses from the worldPlayers, bases, loot
/removebloodsplatsClears blood texture splatters (Build 42)Everything except blood
/removezombiesDespawns all currently-loaded zombies (they respawn per sandbox rules)Players, world state, bases
/grantadmin <user>Grant admin so they can run these themselvesโ€”
Sandbox: WorldItemRemovalListAuto-age ground loot after N hoursPlayers, world, bases
Sandbox: HoursForCorpseRemovalAuto-clear corpses on a scheduleEverything except corpses

Chunk-Level Reset (Surgical Fix)

For specific glitched cells โ€” locked doors, broken floors, stuck NPCs, mods leaving orphaned tiles โ€” you can force chunk regen by deleting the matching .bin file:

  1. Stop the server.
  2. Open /Zomboid/Saves/Multiplayer/<server>/map/ in the File Manager.
  3. Find the cell file matching the broken coordinates. Filenames follow the pattern map_X_Y.bin where X / Y are cell coordinates (each cell โ‰ˆ 300ร—300 tiles).
  4. Copy the file to a backup folder, then delete the original.
  5. Restart the server โ€” the cell regenerates fresh on next load.

Warning: chunk-level reset wipes player builds in that cell. Use it surgically; warn affected players first. Tools like the in-browser PZ Map help you locate cell coordinates from in-game positions.

Wipe Comparison: What Actually Survives?

Action Keeps skills? Keeps bases? Keeps map? Best forโ€ฆ
Hard wipeโŒ NoโŒ NoโŒ No (regens)New map mods, branch migration, season restart
Soft reset (commands only)โœ… Yesโœ… Yesโœ… YesFixing FPS lag mid-season, clearing corpses and blood
Chunk resetโœ… Yesโš ๏ธ Lost in affected cells onlyโš ๏ธ Regens affected cells onlyGlitched buildings, stuck doors, mod-orphaned cells
Item cleanup (sandbox aging)โœ… Yesโœ… Yesโœ… YesDaily maintenance, performance optimisation

Build 42 Specifics

  • SQLite character store. Build 42 stores player data in pzserver_db (SQLite) alongside the older flat-file format. Hard wipes need to delete both; orphaned _db rows on a partial wipe will cause "character not found" errors at login.
  • Animal husbandry data. Livestock state lives in separate per-cell files. A chunk reset can wipe an entire pen of animals if their cell is regenerated โ€” copy the .bin files first if the pen contained breeding-line investment.
  • Mod-added items. Some mods (Brita's, Common Sense) leave persistent ground spawns that the standard WorldItemRemovalList doesn't age out. Check your modlist before counting on auto-cleanup.
  • Stable vs unstable. Build 42 stable and unstable use slightly different save formats. Migrating a save between branches needs a hard wipe; the unstable save layout doesn't load cleanly on stable.

Common Mistakes

MistakeConsequence
Deleting save files while the server is runningCorrupted save state โ€” server crashes or fails to load.
Hard-wiping pzserver/ but not pzserver_db/Orphaned SQLite rows, "character not found" errors on login.
Chunk-resetting a player's base cell without warningPlayer revolts. Always announce, always back up first.
Mid-season sandbox-setting changesZombie counts, loot tables, and weather often desync from existing save data โ€” expect bugs.
No backup before any wipeDisaster recovery becomes impossible. Five minutes of snapshot saves you from hours of explanation.

Always create a snapshot backup of /Saves/ before any wipe or reset. Even on a "harmless" soft reset, mod interactions can surface in unexpected ways. Disk is cheap; rebuilding player trust isn't.

Related Project Zomboid Guides

Clean up your world without losing your edge. Host a Project Zomboid server with Supercraft โ€” one-click snapshot backups, scheduled wipe automation, and a file manager that doesn't fight you.

Tired of fighting this issue every patch?

Run a managed Project Zomboid server with us. We handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See Project Zomboid hosting plans โ†’
Top