Skip to main content

Port Forwarding

If ISP use's IP via CGNAT port forwarding will not work. you can use

How to check for IP via CGNAT
  • When you are up and in connection with the Internet and can browse the web go to http://www.whatsmyip.org/ or any similar page which will show from which public IP address your request is coming. The shown address is always a public IP-address,
  • -After that, login to your router and look at the status page. The router will report which WAN IP-address it has got from the ISP. If it shows the same IP-address as whatsmyip everything is OK and it will work with Remoterig. If the router shows another WAN IP-address it’s NOT OK, the ISP is using CGN.

Router

  • Game port 8211 UDP
  • RCON port 27015 UDP/TCP (not needed only for external RCON)

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