# How to Wipe & Reinstall Your CS:GO Server (/docs/counter-strike-go/wipe-reinstall)



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

Full Server Reinstall [#full-server-reinstall]

<Steps>
  <Step>
    Stop the server [#stop-the-server]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), go to **Console** and click **Stop**.
  </Step>

  <Step>
    Delete all files [#delete-all-files]

    Click **Files** in the sidebar. Select all files and delete them.

    > ⚠️ **Back up first!** Download `csgo/cfg/server.cfg` and the `csgo/addons/` folder (SourceMod plugins) if you want to keep them.
  </Step>

  <Step>
    Reinstall [#reinstall]

    On the **Dashboard**, scroll to the **Reinstall Server** widget and click **Reinstall**. Wait for the installation to complete.

    {/* Screenshot needed: Dashboard showing Reinstall Server widget */}
  </Step>

  <Step>
    Reconfigure [#reconfigure]

    After reinstall, you'll need to re-add your GSLT, server name, and any plugins. See [Server Configuration](/docs/counter-strike-go/server-config).
  </Step>
</Steps>

Config-Only Reset [#config-only-reset]

If you just want to reset settings without reinstalling everything:

1. In **Files**, delete `csgo/cfg/server.cfg`
2. Restart the server — it starts with default settings

Your maps, plugins, and other files remain intact.

Related Guides [#related-guides]

* [Server Configuration](/docs/counter-strike-go/server-config)
