# How to Wipe and Reinstall Your Starrupture Server (/docs/starrupture/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>
        Set StartNewGame in DSSettings.txt [#set-startnewgame-in-dssettingstxt]

        Open `DSSettings.txt` in **Files** and set:

        ```json
        {
          "StartNewGame": true
        }
        ```
      </Step>

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

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

      <Step>
        Reset StartNewGame [#reset-startnewgame]

        **Important:** Stop the server and set `StartNewGame` back to `false`, or the world will regenerate on every restart.
      </Step>
    </Steps>
  </Tab>

  <Tab value="Full Reinstall">
    <Steps>
      <Step>
        Back up DSSettings.txt [#back-up-dssettingstxt]

        Download `DSSettings.txt` from **Files** if you want to keep your settings.
      </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 `DSSettings.txt` and start from **Console**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

Related Guides [#related-guides]

* [Server Configuration](/docs/starrupture/server-configuration)
* [Upload a Save](/docs/starrupture/import-save)
