# How To Reset Your Squad Server (/docs/squad/reset-server)



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

If your Squad server is having issues or you want a fresh start, you can reset it by reinstalling.

> ⚠️ **Warning:** Reinstalling your server deletes **all** files and data including configuration, mods, and admin lists. This cannot be undone. Create a backup first if you want to keep any files.

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and **Stop** your Squad server.
  </div>

  <div className="fd-step">
    Delete All Server Files [#2-delete-all-server-files]

    In the sidebar, click **Files** and delete **all folders and files** so the file manager is completely empty.
  </div>

  <div className="fd-step">
    Reinstall the Server [#3-reinstall-the-server]

    On the **Dashboard**, find the **Reinstall Server** option and click it. Wait for the installation to complete.
  </div>

  <div className="fd-step">
    Reconfigure Your Server [#4-reconfigure-your-server]

    Once the reinstall finishes, go to **Startup** to set your server name, max players, and other settings before starting the server. You will also need to reconfigure your [admin list](/docs/squad/adding-admins) and [map rotation](/docs/squad/change-map).

    If you continue to have issues after reinstalling, join our [Discord](https://discord.xgamingserver.com) and we will help you out.
  </div>
</div>
