01

Do not change five layers at once

A timeout can come from a dead process, wrong address, blocked UDP traffic, CGNAT or a provider firewall. Restarting everything sometimes clears a stale state but does not identify the layer that failed.

Work from the server outward. Record the result of each test so a temporary success is not mistaken for a permanent fix.

02

1. Prove the server is alive

  1. 01

    On Windows, confirm PalServer.exe is running. On Linux, check the process with the host's normal service tools.

  2. 02

    Open Pal/Saved/Logs and look for failed-to-bind, fatal exception, missing file or memory errors.

  3. 03

    If the port is already in use, stop the duplicate process or choose a different configured port.

  4. 04

    Join locally before testing the internet path.

03

2. Prove the route to UDP 8211

Outside players need the public IP, not localhost or a 192.168.x.x address. The default game port is UDP 8211. Forward that UDP port to a stable local address for the host and create the corresponding OS firewall rule.

A generic web port checker may test TCP and report misleading results. Validate with an actual Palworld client from another network and correlate the attempt with server logs.

04

3. Check NAT and hosting boundaries

Carrier-Grade NAT can prevent unsolicited inbound traffic even when the home router is configured correctly. Ask the ISP whether the connection has a public IPv4 address. A VPS or game host can also have a second firewall layer in its control panel.

Hairpin NAT is a separate issue: a person inside the same home may fail when using the public address while outside friends connect. Test the local and remote cases independently.

05

4. Verify configuration and reconnect

  1. 01

    Confirm the configured Port and any public-address fields match the launch plan.

  2. 02

    Restart the server after configuration changes, then restart the router only if the forwarding state is suspect.

  3. 03

    Use the IP:port field in Palworld's server interface; community listing requires the public-lobby option.

  4. 04

    If the timeout remains, capture the client time and matching server log window before asking a host or ISP for help.

S

Sources and version notes

Sources support the facts above; wording and route decisions are independently written for this guide.

Found a version change? Email chaodochao@gmail.com.