# How to Wipe & Reinstall Your Conan Exiles Server (/docs/conan-exiles/wipe-reinstall)



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

World Wipe (Keep Settings & Mods) [#world-wipe-keep-settings--mods]

<Steps>
  <Step>
    Stop your server from **Console**.
  </Step>

  <Step>
    In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Files**.
  </Step>

  <Step>
    Navigate to `ConanSandbox/Saved/`.
  </Step>

  <Step>
    Delete `game.db` (and/or `DLC_Siptah.db`).
  </Step>

  <Step>
    Start the server — a fresh world generates.
  </Step>
</Steps>

Full Reinstall [#full-reinstall]

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

  <Step>
    Delete all files via **Files**.
  </Step>

  <Step>
    On the **Dashboard**, click **Reinstall Server**.
  </Step>
</Steps>

> ⚠️ **Warning:** Back up `game.db` and your config files before wiping.

Related Guides [#related-guides]

* [Upload a Save](/docs/conan-exiles/import-save)
* [Server Configuration](/docs/conan-exiles/server-config)
