Applies to game version: v1.0 (2026-07-10 stable)

πŸ–₯️Hosting Options Compared

Palworld in-game screenshot
Multiplayer hosts run a server-side persistent world β€” same world, shared progressSource: Palworld Wiki Β· official media
OptionCostPlayersBest for
Official serverFreePublicCasual testing
Host multiplayer from game menuFreeUp to 4 (host must stay online)Friends' co-op
Dedicated server (self-host)Free (you run it)Unlimited-ishPersistent community servers
Rented dedicated server$$$High24/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
SettingExampleWhat it does
ServerNameMy PalworldShown in server browser
ServerPasswordsecret123Private access
MaxPlayers32Capacity cap
PlayerDrops0 (off)Death penalty toggle
ExpRate1.5XP multiplier
PalCaptureRate1.0Capture 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
  1. "Connection timed out" β†’ port forwarding / firewall rules missing.
  2. Server not in browser β†’ query port (27015) closed.
  3. Version mismatch β†’ update server to match client build.
  4. Lag spikes β†’ check server CPU; Palworld is single-core heavy, more RAM β‰  smooth.
  5. Password rejected β†’ ServerPassword must be set identically in config (no trailing spaces).