Port Forwarding
Router
- Game port
8211 UDP
- RCON port
27015 UDP/TCP
Windows Firewall
PowerShell commands to open ports.
New-NetFirewallRule -DisplayName "Palworld Server" -Direction Outbound -LocalPort 8211 -Protocol UDP -Action Allow
New-NetFirewallRule -DisplayName "Palworld Server" -Direction Inbound -LocalPort 8211 -Protocol UDP -Action Allow