# How To Connect to Your Mount & Blade II: Bannerlord Server (/docs/mount-blade-2-bannerlord/connect-to-your-server)



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

Connecting to your Bannerlord server can be done through the in-game multiplayer browser or by using a direct IP connection. This guide covers both methods.

Connect via Server Browser [#connect-via-server-browser]

<div className="fd-steps">
  <div className="fd-step">
    Find Your Server IP and Port [#1-find-your-server-ip-and-port]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com). Your server IP and port are displayed on the **Dashboard** page.
  </div>

  <div className="fd-step">
    Launch Bannerlord [#2-launch-bannerlord]

    Open Mount & Blade II: Bannerlord through Steam.
  </div>

  <div className="fd-step">
    Open Multiplayer [#3-open-multiplayer]

    From the main menu, click **Multiplayer**.
  </div>

  <div className="fd-step">
    Browse the Server List [#4-browse-the-server-list]

    Click **Play** and then **Custom Server List**. Browse the list to find your server by name, or use the search bar.
  </div>

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

    Select your server and click **Join**. If your server has a password, enter it when prompted.
  </div>
</div>

Connect via Direct IP [#connect-via-direct-ip]

If your server does not appear in the browser, you can connect directly.

<div className="fd-steps">
  <div className="fd-step">
    Find Your Server IP and Port [#1-find-your-server-ip-and-port-1]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com). Your server IP and port are displayed on the **Dashboard** page.
  </div>

  <div className="fd-step">
    Open the Console [#2-open-the-console]

    In the Bannerlord multiplayer lobby, open the console by pressing the **tilde (\~)** key or the key above Tab on your keyboard.
  </div>

  <div className="fd-step">
    Enter the Connect Command [#3-enter-the-connect-command]

    Type the following command, replacing the IP and port with your own:

    ```
    open IP:Port
    ```
  </div>

  <div className="fd-step">
    Press Enter [#4-press-enter]

    Press **Enter** and you will connect to your server.

    > 💡 **Tip:** If you are having trouble connecting, make sure your server is running and that you are using the correct IP and port from the panel. If issues persist, join our [Discord](https://discord.xgamingserver.com) for help.
  </div>
</div>
