# How to Wipe and Reinstall Your Path of Titans Server (/docs/path-of-titans/wipe-reinstall)



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

<Tabs items={['World Wipe', 'Player Data Wipe', 'Full Wipe', 'Full Reinstall']}>
  <Tab value="World Wipe">
    Resets map data (water quality, waystone cooldowns) but keeps all player characters and progress.

    <Steps>
      <Step>
        Stop the server [#stop-the-server]

        In the [XGamingServer Panel](https://panel.xgamingserver.com), go to **Console** and stop the server.
      </Step>

      <Step>
        Delete SaveGames/ [#delete-savegames]

        Click **Files** in the sidebar and navigate to `PathOfTitans/Saved/SaveGames/`. Delete the folder contents.
      </Step>

      <Step>
        Start the server [#start-the-server]

        Start from **Console**. Map data regenerates.
      </Step>
    </Steps>
  </Tab>

  <Tab value="Player Data Wipe">
    Deletes all player accounts and characters but keeps map data.

    <Steps>
      <Step>
        Stop the server [#stop-the-server-1]
      </Step>

      <Step>
        Delete DatabaseCache/ [#delete-databasecache]

        Navigate to `PathOfTitans/Saved/DatabaseCache/`. Delete the `Account/` and `Character/` folders inside it.
      </Step>

      <Step>
        Start the server [#start-the-server-1]
      </Step>
    </Steps>
  </Tab>

  <Tab value="Full Wipe">
    Resets everything — world data and all player characters.

    <Steps>
      <Step>
        Stop the server [#stop-the-server-2]
      </Step>

      <Step>
        Delete both folders [#delete-both-folders]

        Delete `PathOfTitans/Saved/SaveGames/` and `PathOfTitans/Saved/DatabaseCache/`.
      </Step>

      <Step>
        Start the server [#start-the-server-2]
      </Step>
    </Steps>
  </Tab>

  <Tab value="Full Reinstall">
    Erases the entire server and reinstalls fresh.

    <Steps>
      <Step>
        Back up configs [#back-up-configs]

        Download `Game.ini`, `GameUserSettings.ini`, `Rules.txt`, and `MOTD.txt` from **Files** if you want to restore them.
      </Step>

      <Step>
        Stop the server [#stop-the-server-3]
      </Step>

      <Step>
        Delete all files and reinstall [#delete-all-files-and-reinstall]

        Delete all files in **Files**, then click **Reinstall Server** on the **Dashboard**.
      </Step>

      <Step>
        Restore configs and start [#restore-configs-and-start]

        Upload your backed-up config files and start from **Console**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

Migrating to a New Server [#migrating-to-a-new-server]

Transfer both `DatabaseCache/` and `SaveGames/` folders to the new server to preserve all player data and world state.

Related Guides [#related-guides]

* [Server Configuration](/docs/path-of-titans/server-config)
* [How to Join](/docs/path-of-titans/join-server)
