# How to Connect to Your Path of Titans Server (/docs/path-of-titans/join-server)



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

Path of Titans supports **full crossplay** — players on PC, Xbox, PlayStation, Nintendo Switch, iOS, and Android can all connect to the same server.

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

<Steps>
  <Step>
    Launch the game [#launch-the-game]

    Open Path of Titans and log in with your Alderon Games account.
  </Step>

  <Step>
    Open the server browser [#open-the-server-browser]

    From the main menu, go to the **Server** tab. Your server appears in the list if the auth token is valid and all 5 ports are open.
  </Step>

  <Step>
    Find and join [#find-and-join]

    Search by server name. Select the server and click **Join**. If the server has a password, you'll be prompted to enter it.
  </Step>
</Steps>

Direct Connect [#direct-connect]

You can also connect using your server's IP and game port (default `7777`).

Required Ports [#required-ports]

All 5 ports must be open for the server to appear in the browser and accept connections:

| Port     | Default | Protocol | Purpose                        |
| -------- | ------- | -------- | ------------------------------ |
| Game     | 7777    | UDP      | Primary game traffic           |
| Reserved | 7778    | TCP      | Game server                    |
| RCON     | 7779    | TCP      | Remote console                 |
| Stats    | 7780    | TCP      | Statistics                     |
| Query    | 7781    | UDP      | Source Query (browser listing) |

If you change the game port, the others shift accordingly (RCON = game + 2, query = game + 4).

Troubleshooting [#troubleshooting]

| Issue                               | Fix                                                                                         |
| ----------------------------------- | ------------------------------------------------------------------------------------------- |
| Server not in browser               | Check all 5 ports are open. Verify the auth token is valid. Wait 2–5 minutes after starting |
| Auth token error                    | Regenerate from the Alderon Games hosting portal                                            |
| Mods not loading on connect         | Verify mod IDs in `GameUserSettings.ini`. See [Mod Setup](/docs/path-of-titans/mod-setup)   |
| Cross-platform player can't connect | Check that installed mods support their platform — some mods don't work on mobile/Switch    |
| "Server full"                       | Increase `MaxPlayers` in `Game.ini`. See [Player Slots](/docs/path-of-titans/player-slots)  |

Related Guides [#related-guides]

* [Server Configuration](/docs/path-of-titans/server-config)
* [Player Slots](/docs/path-of-titans/player-slots)
* [Set a Password](/docs/path-of-titans/server-config)
