# How to Wipe and Reset Your Aska Server (/docs/aska/wipe-server)



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 from **Console** in the [XGamingServer Panel](https://panel.xgamingserver.com).
      </Step>

      <Step>
        Click **Files** and delete the world save files from the save directory.
      </Step>

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

  <Tab value="Full Reinstall">
    <Steps>
      <Step>
        Stop the server.
      </Step>

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

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

Related Guides [#related-guides]

* [Server Settings](/docs/aska/server-settings)
