# How to Connect to Your Satisfactory Server (/docs/satisfactory/join-server)



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

> ⚠️ **Do NOT use "Join Game"** — this causes authentication errors. Use **Server Manager** instead.

Connecting [#connecting]

1. Launch Satisfactory
2. Open **Server Manager** from the main menu
3. Click **Add Server**
4. Enter your server IP and port (e.g., `203.0.113.50:7777`)
5. Enter the player password if set
6. Click **Connect/Join**

Find your IP on the [XGamingServer Panel](https://panel.xgamingserver.com) **Dashboard**.

Ports [#ports]

| Port | Protocol  | Purpose            |
| ---- | --------- | ------------------ |
| 7777 | TCP + UDP | Game + API         |
| 8888 | TCP       | Reliable messaging |

Troubleshooting [#troubleshooting]

| Issue                          | Fix                                            |
| ------------------------------ | ---------------------------------------------- |
| "Invalid Authentication Token" | Use **Server Manager**, not "Join Game"        |
| "Certificate verify failed"    | Check system clocks on both client and server  |
| Timeout                        | Increase `InitialConnectTimeout` in Engine.ini |

Related Guides [#related-guides]

* [Server Configuration](/docs/satisfactory/server-config)
