# How to Wipe & Reinstall Your CS2 Server (/docs/counter-strike-2/wipe-reinstall)



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

Full Reinstall [#full-reinstall]

<Steps>
  <Step>
    Stop your server from **Console**.
  </Step>

  <Step>
    In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Files**.
  </Step>

  <Step>
    Delete all files.
  </Step>

  <Step>
    On the **Dashboard**, click **Reinstall Server**.
  </Step>
</Steps>

> ⚠️ **Warning:** This removes all configs, plugins, and maps. Back up `server.cfg` and your `addons` folder first.

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

Delete `server.cfg` and the `gamemode_*_server.cfg` files from `/game/csgo/cfg/`, then restart.

Related Guides [#related-guides]

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