# How to Connect to Your Conan Exiles Server (/docs/conan-exiles/join-server)



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

Method 1: In-Game Browser [#method-1-in-game-browser]

<Steps>
  <Step>
    Launch Conan Exiles → **Play Online**.
  </Step>

  <Step>
    Filter by server type, name, or region.
  </Step>

  <Step>
    Select your server → **Join**.
  </Step>
</Steps>

Method 2: Direct Connect [#method-2-direct-connect]

<Steps>
  <Step>
    In the server browser, click **Direct Connect**.
  </Step>

  <Step>
    Enter `IP:7777` (your server IP and game port).
  </Step>

  <Step>
    Enter password if required.
  </Step>
</Steps>

Method 3: Steam Server Browser [#method-3-steam-server-browser]

<Steps>
  <Step>
    In Steam → **View** → **Game Servers** → **Favorites**.
  </Step>

  <Step>
    Click **Add A Server** → enter `IP:27015` (query port).
  </Step>

  <Step>
    Select and **Connect**.
  </Step>
</Steps>

Ports [#ports]

| Port  | Protocol | Purpose                   |
| ----- | -------- | ------------------------- |
| 7777  | UDP      | Game port                 |
| 7778  | UDP      | Game port (auto-reserved) |
| 27015 | UDP      | Steam browser             |
| 25575 | TCP      | RCON (optional)           |

Troubleshooting [#troubleshooting]

| Issue          | Fix                                                                                |
| -------------- | ---------------------------------------------------------------------------------- |
| Not in browser | Check query port 27015 is forwarded. Set `ServerQueryPort=27015` in Engine.ini.    |
| Mod mismatch   | Must have same mods + same order. Check [Mod Setup](/docs/conan-exiles/mod-setup). |
| BattlEye error | Reinstall BattlEye or disable with `IsBattlEyeEnabled=False`.                      |

Related Guides [#related-guides]

* [Server Configuration](/docs/conan-exiles/server-config)
* [Install Mods](/docs/conan-exiles/mod-setup)
