> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Soft Reset Your Map in Project Zomboid

> Cleanup excess world clutter and optimize performance. Learn how to perform a safe soft reset to remove corpses and blood while preserving player progress.

## Technical World Maintenance: Soft Resets

A **Soft Reset** is a important maintenance and diagnostic procedure for long-running Project Zomboid (PZ) servers. Over weeks of active community play, the world accumulates significant amounts of "World Noise" - including thousands of zombie corpses, excessive blood splatters, and items discarded on the ground. This data bloat can lead to server-side "Hitching" and increased world-loading times for clients. A soft reset programmatically purges this temporary data to restore peak performance, while crucially **preserving** character skills, player inventories, and all custom-built safehouses.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Intermediate
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

## The Professional Reset Procedure

To ensure data integrity, you must use the official engine flag rather than manually manipulating binary files within the world directory.

<Steps>
  <Step title="Initialize Maintenance">
    Log in to the [Game Panel](https://games.freakhosting.com) and **Stop** your server. Ensure the process is completely offline before proceeding.
  </Step>

  <Step title="Configure Launch Arguments">
    Navigate to the **Startup** tab. Locate the **Additional Arguments** field.
  </Step>

  <Step title="Apply the Reset Flag">
    Input the following technical command precisely:
    `-Dsoftreset`
  </Step>

  <Step title="Execute and Monitor">
    **Start** the server. Monitor the **Console** tab; you will observe the log entry: `Soft-Resetting Map...`. Once the world finishes initializing, the cleanup is complete.
  </Step>

  <Step title="Cleanup and Revert">
    **Critical Step:** Stop the server again. **Remove** the `-Dsoftreset` flag from your Startup settings. If you neglect this, the server will reset the world on every subsequent reboot.
  </Step>

  <Step title="Resume Operations">
    Start the server normally to resume standard community gameplay in a refreshed environment.
  </Step>
</Steps>

***

## Technical Scoping: What is Purged?

Understanding the technical boundaries of a soft reset helps you manage community expectations.

<Tabs>
  <Tab title="Purged Data">
    * All biological remains (Zombie and Player corpses).
    * Environmental blood splatters and debris.
    * Loose items situated on the floor/ground (excluding containers).
    * Unfinished fire pits and localized biological waste.
  </Tab>

  <Tab title="Preserved Data">
    * **Characters:** All levels, skills, and recipes remain intact.
    * **Inventories:** Everything within player bags and active slots is safe.
    * **Safehouses:** Structures built by players and claimed buildings are preserved.
    * **Storage:** Contents of crates, refrigerators, and lockers are **not** affected.
  </Tab>
</Tabs>

***

<Important>
  ### Loot Replenishment vs. Soft Reset

  If your primary objective is to refill empty containers with new resources, a technical soft reset is **not** the appropriate solution. Instead, you should modify your [Sandbox Variables](/games/project-zomboid/how-to-configure-sandbox-variables-in-project-zomboid) using the `HoursForLootRespawn` and `MaxItemsForLootRespawn` parameters. This provides a more efficient and targeted approach to resource management.
</Important>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Project Zomboid:** World state refreshed.
</div>
