# How To Connect to Your Foundry Server (/docs/foundry/connect-to-your-server)



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

Here is how to connect to your Foundry dedicated server.

Connecting via the In-Game Browser [#connecting-via-the-in-game-browser]

<div className="fd-steps">
  <div className="fd-step">
    Get Your Server IP [#1-get-your-server-ip]

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

  <div className="fd-step">
    Launch Foundry [#2-launch-foundry]

    Open Foundry through Steam.
  </div>

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

    From the main menu, click **Multiplayer** and then **Join Server**.
  </div>

  <div className="fd-step">
    Use Direct Connect [#4-use-direct-connect]

    Enter your server's IP and port in the direct connect field (e.g., `123.456.789.0:3724`).
  </div>

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

    Click **Connect** to join the server. If a password is set, you will be prompted to enter it.
  </div>
</div>

Connecting via the Server Browser [#connecting-via-the-server-browser]

<div className="fd-steps">
  <div className="fd-step">
    Open the Server Browser [#1-open-the-server-browser]

    From the main menu, go to **Multiplayer** and browse the server list.
  </div>

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

    Search for your server by name.
  </div>

  <div className="fd-step">
    Join [#3-join]

    Select your server and click **Join**.

    > 📝 **Note:** If you cannot find your server in the browser, try using the direct connect option with your IP and port instead.
  </div>
</div>
