# How to Update Your Veloren Server (/docs/veloren/update-your-server)



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

Here is how to update your Veloren dedicated server.

Updating Your Server [#updating-your-server]

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and stop your Veloren server.
  </div>

  <div className="fd-step">
    Check for Updates [#2-check-for-updates]

    In the sidebar, go to `Startup` and check if there are any version-related settings to update.
  </div>

  <div className="fd-step">
    Restart Your Server [#3-restart-your-server]

    Start your server. It will download and install the latest version automatically.

    > 📝 **Note:** If your game client is on a newer version than the server, you may need to update the server to match. Join our [Discord](https://discord.xgamingserver.com) if you need help with version updates.
  </div>
</div>
