# How to Update Your BeamMP Server (/docs/beammp/update-guide)



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

BeamMP does **not auto-update**. You need to update manually after new releases.

<Steps>
  <Step>
    Check if an update is available [#check-if-an-update-is-available]

    Use the `version` command in the **Console** to see your current version. Check the [BeamMP GitHub Releases](https://github.com/BeamMP/BeamMP-Server/releases) or the BeamMP Discord #updates channel for the latest version.
  </Step>

  <Step>
    Update via the panel [#update-via-the-panel]

    In the [XGamingServer Panel](https://panel.xgamingserver.com):

    1. Stop your server
    2. On the **Dashboard**, click **Reinstall Server**
    3. Wait for the installation to complete
    4. Start your server
  </Step>

  <Step>
    Verify [#verify]

    In the **Console**, type `version` to confirm the update.
  </Step>
</Steps>

Your `ServerConfig.toml`, `Resources/` folder (mods and maps), and all settings are preserved during updates.

Related Guides [#related-guides]

* [Server Configuration](/docs/beammp/server-config)
