# How To Change Your Mount & Blade II: Bannerlord Server Name (/docs/mount-blade-2-bannerlord/change-server-name)



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

Changing your server name makes it easier for players to find your server in the multiplayer browser. The server name is set in the startup parameters.

<div className="fd-steps">
  <div className="fd-step">
    Open the XGamingServer Panel [#1-open-the-xgamingserver-panel]

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

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

    Make sure your server is **stopped** before making changes.
  </div>

  <div className="fd-step">
    Go to Startup [#3-go-to-startup]

    In the sidebar, click **Startup**.
  </div>

  <div className="fd-step">
    Change the Server Name [#4-change-the-server-name]

    Find the **Server Name** field and enter your desired server name.
  </div>

  <div className="fd-step">
    Start Your Server [#5-start-your-server]

    Click **Start** to launch your server with the new name.

    > 💡 **Tip:** Your server name will appear in the Custom Server List in the multiplayer browser. Choose a name that is descriptive and easy to search for.
  </div>
</div>
