# How To Connect to Your Starbound Server (/docs/starbound/connect-to-your-server)



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

You can connect to your Starbound server through the in-game multiplayer menu using the direct connect feature.

<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. The default Starbound server port is `21025`.
  </div>

  <div className="fd-step">
    Launch Starbound [#2-launch-starbound]

    Open Starbound through Steam.
  </div>

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

    From the main menu, click **Multiplayer** (or select a character and click **Join Server**).
  </div>

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

    In the server address field, enter your server IP. If the port is not the default `21025`, enter it as `IP:Port`.
  </div>

  <div className="fd-step">
    Enter the Password [#5-enter-the-password]

    If your server has a [password](/docs/starbound/set-a-password) set, enter it in the password field. Leave it blank if there is no password.
  </div>

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

    Click **Join Server** to connect to your server.

    > 💡 **Tip:** If you are having trouble connecting, verify that your server is fully started by checking the **Console** in the panel. Make sure you and the server are running the same version of Starbound and any required [mods](/docs/starbound/install-mods). If issues persist, join our [Discord](https://discord.xgamingserver.com) for help.
  </div>
</div>
