0%
Loading...
NolimitHost

How to Fix "Can't Connect to Dedicated Palworld Server"

Last updated: July 23, 2026

Connection issues are usually caused by an incorrect network configuration, blocked ports, firewall rules, or an incomplete server setup. This guide walks through the most common causes and how to fix them, so you and your friends can join your server.

Verify the Server Is Running

Make sure the server has finished starting — look for a fully loaded world without fatal errors. You can watch the startup output in the Console of your NolimitHost Game Panel. Common causes of incomplete startup: corrupted save data, invalid config, missing files, or insufficient memory.

Verify Server Configuration

Stop your server first, so it doesn't overwrite your changes while you work. Then open PalWorldSettings.ini (the main configuration file for your server) via File Manager and confirm:

  • PublicPort matches the port (default: 8211) — this is the port players connect to
  • ServerPassword and AdminPassword have no accidental quotes or trailing whitespace

Most servers do not need to manually specify PublicIP. Save your changes and restart the server to apply them.

Port Forwarding (Self-Hosted)

Note: If your server is hosted with NolimitHost, port forwarding is already configured for you — you can skip this section.
FieldValue
ProtocolUDP
Port8211
Internal IPYour server's local IP

Also allow inbound UDP 8211 in the Windows firewall or Linux firewall (iptables/ufw). Watch for Double NAT if your router's WAN IP differs from your public IP — this may require ISP modem bridge mode.

Verify the Server Is Listening

  • Windows: netstat -ano | findstr 8211 — look for UDP 8211 in use
  • Linux: ss -lunp — confirm the server bound to UDP 8211

Test Connections

  • LAN test: Use the server's local IP
  • Over the internet: public_ip:8211
  • Ensure every player is on the same Palworld version as the server

Common Issues

ProblemFix
Connection timed outCheck port forwarding, firewalls, and that the server finished starting
Version mismatchUpdate the server via SteamCMD and all clients via Steam
Incorrect passwordDouble-check ServerPassword and remove accidental quotes or spaces
Mods causing issuesTemporarily disable all mods and test vanilla