# How To Reset Your Foundry Server (/docs/foundry/reset-server)



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

If your Foundry 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 world saves and configuration. 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 Foundry 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.

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