Hosting Options Compared

| Option | Cost | Players | Best for |
|---|---|---|---|
| Official server | Free | Public | Casual testing |
| Host multiplayer from game menu | Free | Up to 4 (host must stay online) | Friends' co-op |
| Dedicated server (self-host) | Free (you run it) | Unlimited-ish | Persistent community servers |
| Rented dedicated server | $$$ | High | 24/7 uptime, large groups |
Ports & Connection
Default ports
- Game port: 8211 (UDP) β the main game traffic.
- Query port: 27015 (UDP) β server browser listing.
- REST API: 8212 (optional, admin commands).
β οΈ Open these in your firewall/router and port-forward them to the server machine for external players.
Dedicated Server Config (key settings)
PalWorldSettings.ini essentials
| Setting | Example | What it does |
|---|---|---|
ServerName | My Palworld | Shown in server browser |
ServerPassword | secret123 | Private access |
MaxPlayers | 32 | Capacity cap |
PlayerDrops | 0 (off) | Death penalty toggle |
ExpRate | 1.5 | XP multiplier |
PalCaptureRate | 1.0 | Capture odds multiplier |
π‘ Edit config only while the server is stopped, then restart. Backup the file before big changes.
Role Division for Co-op
Divide and conquer
- Builder: manages base layout, power, automation.
- Farmer/Breeder: runs the food loop and breeding lines.
- Explorer/Catcher: scouts spawns, captures new species, feeds Paldeck XP to everyone.
- Combat lead: handles towers and world bosses with the best team.
π‘ XP and progress are shared in co-op worlds β divide by interest, not by power.
Common Connection Issues
Fix checklist
- "Connection timed out" β port forwarding / firewall rules missing.
- Server not in browser β query port (27015) closed.
- Version mismatch β update server to match client build.
- Lag spikes β check server CPU; Palworld is single-core heavy, more RAM β smooth.
- Password rejected β ServerPassword must be set identically in config (no trailing spaces).