# How to Connect to Your RuneScape: Dragonwilds Server (/docs/runescape-dragonwilds/join-server)









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

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

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

    Open RuneScape: Dragonwilds and go to the **Worlds** screen. Switch to the **Public** tab.

        <img alt="Server browser" src={__img0} placeholder="blur" />
  </Step>

  <Step>
    Search for your server [#search-for-your-server]

    In the search tab, enter your exact **World Name**. The search is **case-sensitive**.
  </Step>

  <Step>
    Join [#join]

    Select the server and click **Join**. If a world password is set, enter it when prompted.

        <img alt="Password prompt" src={__img1} placeholder="blur" />

        <img alt="Connected to server" src={__img2} placeholder="blur" />
  </Step>
</Steps>

> **Steam invites are currently broken** (known issue). Use the in-game server browser.

Server Not Appearing? [#server-not-appearing]

| Issue                 | Fix                                                                                               |
| --------------------- | ------------------------------------------------------------------------------------------------- |
| Server not in browser | Verify `OwnerId` is set in `DedicatedServer.ini` — the server won't start without it              |
| World name not found  | Search is **case-sensitive** — enter the exact name                                               |
| Version mismatch      | Server and client versions must match. Check logs at `RSDragonwilds/Saved/Logs/RSDragonwilds.log` |
| Can't connect         | Check port 7777 (UDP) is open in **Network**                                                      |

Related Guides [#related-guides]

* [Server Configuration](/docs/runescape-dragonwilds/configure-your-server)
* [Server Ports](/docs/runescape-dragonwilds/server-ports)
