-
Notifications
You must be signed in to change notification settings - Fork 0
Server Connection Problems
Shane Smith edited this page Jul 24, 2026
·
1 revision
PalCenter connects from inside its container to the official Palworld REST API.
Use a complete URL with protocol and port:
http://192.168.1.50:8212
- Do not omit
http://orhttps://. - Use the REST API port from the Palworld server configuration.
- Do not use
localhostunless Palworld is running inside the same container, which is not a supported PalCenter deployment.
Confirm that:
- The official REST API is enabled
- The Palworld server is running
- The REST API is listening on an address reachable from PalCenter
- The Administrator password is correct
Restart the Palworld server after changing its REST configuration if required by your server setup.
Check that firewalls, VLANs, Docker networks, and routing allow the PalCenter container to reach the Palworld host and REST port.
If Palworld is on another Docker network, use an address that is resolvable and reachable from PalCenter. PalCenter does not need the Docker socket.
- Connection refused: No service accepted the connection at that address and port.
- Fetch failed or timed out: Routing, firewall, DNS, or service availability is preventing a response.
- Authentication error: Verify the Palworld Administrator password.
- Offline card: PalCenter keeps the saved connection but could not retrieve current live status.
Return to Add Server and run Test Connection after correcting the issue.
PalCenter v1.1.1 · Repository · MIT License
PalCenter v1.1.1
Getting Started
Administration
Deployment
Troubleshooting
Project