# How To Reset Your RedM Server (/docs/redm/reset-server)



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

Resetting your RedM server removes all resources, configurations, and data, giving you a clean slate to start fresh.

> ⚠️ **Warning:** Resetting your server will delete all server files including custom resources and configurations. 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. Add your [cfx.re license key](/docs/redm/create-license-key)
    2. Set your [server name](/docs/redm/change-server-name)
    3. [Configure your server.cfg](/docs/redm/configure-your-server)
    4. Reinstall any [resources](/docs/redm/install-resources) 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>
