# Palworld Server Ports (/docs/palworld/ports-reference)



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

Required Ports [#required-ports]

| Port      | Protocol | Purpose                                        |
| --------- | -------- | ---------------------------------------------- |
| **8211**  | UDP      | Main game traffic                              |
| **27015** | UDP      | Steam query / community server browser listing |

Optional Ports [#optional-ports]

| Port  | Protocol | Purpose           | Enabled by            |
| ----- | -------- | ----------------- | --------------------- |
| 25575 | TCP      | RCON (deprecated) | `RCONEnabled=True`    |
| 8212  | TCP      | REST API          | `RESTAPIEnabled=True` |

> 📝 **Note:** On XGamingServer, ports are configured automatically. The RCON port does not need a separate allocation.

Why Port 27015 Matters [#why-port-27015-matters]

Port 27015 is required for your server to appear in the **community server browser**. Without it, console players (Xbox/PS5) cannot find your server. If your server doesn't show up in the browser, this port is usually the reason.

Related Guides [#related-guides]

* [Server Configuration](/docs/palworld/server-settings)
* [Crossplay Setup](/docs/palworld/crossplay-setup)
* [REST API](/docs/palworld/rest-api)
