# How To Connect to Your Squad Server (/docs/squad/connect-to-your-server)



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

Here is how to connect to your Squad server.

Connecting via the In-Game Server Browser [#connecting-via-the-in-game-server-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 Squad server. Your server IP and port are displayed on the **Dashboard**.
  </div>

  <div className="fd-step">
    Launch Squad [#2-launch-squad]

    Open Squad through Steam.
  </div>

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

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

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

    Search for your server by name using the search bar. You can filter by map, game mode, player count, and other options.
  </div>

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

    Select your server and click **Join**. If a password is set, you will be prompted to enter it.
  </div>
</div>

Connecting via Steam Server Browser [#connecting-via-steam-server-browser]

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

    In Steam, go to **View** > **Game Servers**. Click the **Favorites** tab and then **Add a Server**.
  </div>

  <div className="fd-step">
    Enter Your Server Address [#2-enter-your-server-address]

    Enter your server's IP and query port, then add it to your favorites.
  </div>

  <div className="fd-step">
    Connect [#3-connect]

    Select your server and click **Connect**.

    > 📝 **Note:** Squad uses two ports: the game port and the query port. The query port is typically the game port + 1. When adding the server to Steam favorites, use the query port.

    > 💡 **Tip:** You can also connect directly using the Steam console with `connect YOUR_IP:YOUR_PORT`.
  </div>
</div>
