# How to Check or Change Your BeamMP Server Version (/docs/beammp/server-version)



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

Checking Your Current Version [#checking-your-current-version]

<Steps>
  <Step>
    Open the Console [#open-the-console]

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

  <Step>
    Run the version command [#run-the-version-command]

    Type `version` in the command input at the bottom and press Enter.

    {/* Screenshot needed: Console showing version command output */}

    The output shows the BeamMP server version and build info.
  </Step>
</Steps>

Minimum Version Requirement [#minimum-version-requirement]

Since recent BeamMP changes, your server version **must be at least v3.9.0** to be publicly listed in the server browser. Older versions will start but won't appear in the browser.

Updating [#updating]

BeamMP does not auto-update. See [Update Guide](/docs/beammp/update-guide) for the full process.

Specific Versions [#specific-versions]

All releases are available at [BeamMP GitHub Releases](https://github.com/BeamMP/BeamMP-Server/releases). If you need a specific version for compatibility reasons, contact support.

Related Guides [#related-guides]

* [Update Guide](/docs/beammp/update-guide)
* [Server Configuration](/docs/beammp/server-config)
