# How To Reset Your SCP: Secret Laboratory Server (/docs/scp-secret-laboratory/reset-server)



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

Resetting your SCP: Secret Laboratory server restores all configurations and plugins to their default state.

> ⚠️ **Warning:** Resetting your server will delete all server files including plugins, configurations, and admin lists. This cannot be undone. Consider creating a backup first using **Backups** in the sidebar.

<div className="fd-steps">
  <div className="fd-step">
    Open the XGamingServer Panel [#1-open-the-xgamingserver-panel]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com).
  </div>

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

    Make sure your server is **stopped** before resetting.
  </div>

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

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

  <div className="fd-step">
    Reinstall the Server [#4-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 [#5-reconfigure-your-server]

    Once the reinstall finishes, you will need to:

    1. Set your [server name](/docs/scp-secret-laboratory/change-server-name)
    2. [Configure your server](/docs/scp-secret-laboratory/configure-your-server)
    3. Set up [admin permissions](/docs/scp-secret-laboratory/adding-admins)
    4. Reinstall any [plugins](/docs/scp-secret-laboratory/install-plugins) you need

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