# How to Reset Your Schedule 1 Server (/docs/schedule-1/reset-server)



import { Callout } from 'fumadocs-ui/components/callout';
import { Step, Steps } from 'fumadocs-ui/components/steps';

There are two ways to start fresh on a Schedule 1 server:

* **Wipe the save** — keeps mods, configs, operators; deletes only the world data
* **Full reinstall** — nukes everything back to a clean DedicatedServerMod install

<Callout type="warn">
  **Both destroy your world.** [Back up](/docs/schedule-1/backup-restore) first if there's any chance you'll want it later.
</Callout>

***

Wipe the Save (keep mods + config) [#wipe-the-save-keep-mods--config]

<Steps>
  <Step>
    Stop your server from the **Dashboard**.
  </Step>

  <Step>
    Open **File Manager** and navigate to the DedicatedServerMod save folder (under `UserData/Saves/` or the path your mod release uses).
  </Step>

  <Step>
    Delete the save files inside. The `Mods/` folder, MelonLoader install, and your config stay intact.
  </Step>

  <Step>
    Start the server. A fresh Hyland Point world is generated on first boot.
  </Step>
</Steps>

***

Full Reinstall [#full-reinstall]

<Steps>
  <Step>
    Stop your server.
  </Step>

  <Step>
    In the panel, go to **Settings** → **Reinstall Server**.
  </Step>

  <Step>
    Confirm. The panel re-runs the Schedule 1 install script, re-applies the preinstalled MelonLoader + DedicatedServerMod stack, and clears your `Mods/` folder.
  </Step>

  <Step>
    Re-upload any content mods you'd added (e.g. MultiplayerPlus). See [Install Mods](/docs/schedule-1/install-mods).
  </Step>

  <Step>
    Re-add operators in the config. See [Server Config Reference](/docs/schedule-1/server-config).
  </Step>

  <Step>
    Start the server.
  </Step>
</Steps>

***

When to wipe vs reinstall [#when-to-wipe-vs-reinstall]

| Symptom                                       | Action                                 |
| --------------------------------------------- | -------------------------------------- |
| Just want a fresh world, same crew            | Wipe save                              |
| Mods broke the save                           | Wipe save (after removing the bad mod) |
| Server won't start, mod stack feels corrupted | Full reinstall                         |
| Game patched and MelonLoader is unhappy       | Full reinstall + reinstall mods        |
| Want to switch from vanilla to modded loadout | Full reinstall is cleaner              |

***

Related Guides [#related-guides]

* [Backup and Restore →](/docs/schedule-1/backup-restore)
* [Update Your Server →](/docs/schedule-1/update-server)
* [Install Mods →](/docs/schedule-1/install-mods)
* [Troubleshooting →](/docs/schedule-1/troubleshooting)
