# How to Join Your Aska Dedicated Server (/docs/aska/join-server)



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

Aska uses the in-game server browser only — there is **no direct IP connect**.

Connecting [#connecting]

1. Launch Aska
2. Click **Multiplayer** → **Join**
3. **Set the region filter** to match your server's configured region
4. Find your server by name
5. Click **Join** and enter the password if required

> ⚠️ **Important:** If the region filter doesn't match the server's `region` setting, your server won't appear in the list.

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

| Issue               | Fix                                                                   |
| ------------------- | --------------------------------------------------------------------- |
| Wrong region filter | Match the in-game browser region to your server's `region` setting    |
| Missing GSLT        | A [GSLT token](/docs/aska/gslt-token) is required for browser listing |
| Invalid GSLT        | Regenerate with App ID **1898300** (not 3246670)                      |
| Ports blocked       | Ensure ports 7777 + 27015 (TCP/UDP) are open                          |

Ports [#ports]

| Port  | Default | Protocol  | Purpose                |
| ----- | ------- | --------- | ---------------------- |
| Game  | 7777    | TCP + UDP | Player connections     |
| Query | 27015   | TCP + UDP | Server browser listing |

Related Guides [#related-guides]

* [Server Configuration](/docs/aska/server-settings)
* [GSLT Token](/docs/aska/gslt-token)
* [Region Setup](/docs/aska/region-setup)
