# How to Wipe and Reinstall Your Voyagers of Nera Server (/docs/voyagers-of-nera/wipe-reinstall)



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

<Tabs items={['World Wipe', 'Full Reinstall']}>
  <Tab value="World Wipe">
    <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 save data [#delete-save-data]

        Click **Files** in the sidebar. Navigate to `BoatGame/Saved/` and delete the save files.
      </Step>

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

        Start from **Console**. A fresh world generates.
      </Step>
    </Steps>
  </Tab>

  <Tab value="Full Reinstall">
    <Steps>
      <Step>
        Back up configs [#back-up-configs]

        Download `CustomHostUserSettings.ini` and `CustomGameUserSettings.ini` from **Files**.
      </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 and start [#restore-and-start]

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

Related Guides [#related-guides]

* [Server Configuration](/docs/voyagers-of-nera/server-config)
