# How To Connect to Your Nightingale Server (/docs/nightingale/connect-to-your-server)



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

You can connect to your Nightingale server through the in-game multiplayer menu or by using a direct IP connection.

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 Nightingale [#2-launch-nightingale]

    Open Nightingale through Steam.
  </div>

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

    From the main menu, select **Multiplayer** and then **Server Browser**.
  </div>

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

    Search for your server by name or browse the server list to find it.
  </div>

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

    Select your server and click **Join**. If a [password](/docs/nightingale/set-a-password) is set, enter it when prompted.
  </div>
</div>

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

<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) and note your server IP and port from the **Dashboard**.
  </div>

  <div className="fd-step">
    Open Direct Connect [#2-open-direct-connect]

    In the multiplayer menu, look for the **Direct Connect** option.
  </div>

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

    Enter your server IP and port in the format `IP:Port` and click **Connect**.

    > 💡 **Tip:** If you are having trouble connecting, verify that your server is fully started by checking the **Console** in the panel. If issues persist, join our [Discord](https://discord.xgamingserver.com) for help.
  </div>
</div>
