# How to Set the Server Region on Your Aska Server (/docs/aska/region-setup)



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

The region setting determines where your server appears in the in-game browser. **Players must select the matching region** in their browser filter to see your server.

Setting the Region [#setting-the-region]

In `server properties.txt`:

```
region = usa east
```

Available Regions [#available-regions]

| Value               | Region            |
| ------------------- | ----------------- |
| `default`           | Auto-detect       |
| `usa east`          | USA East          |
| `usa west`          | USA West          |
| `usa south central` | USA South Central |
| `canada east`       | Canada East       |
| `south america`     | South America     |
| `europe`            | Europe            |
| `asia`              | Asia              |
| `japan`             | Japan             |
| `south korea`       | South Korea       |
| `hong kong`         | Hong Kong         |
| `india`             | India             |
| `australia`         | Australia         |
| `turkey`            | Turkey            |
| `uae`               | UAE               |

> 💡 **Tip:** Choose the region closest to your server's physical location for the best player experience.

Related Guides [#related-guides]

* [Server Configuration](/docs/aska/server-settings)
* [How to Join Your Server](/docs/aska/join-server)
