A whitelist allows you to control exactly which players can join your server by their Steam64 ID. This is more reliable than passwords due to known password bugs in Palworld.
Enabling Whitelist
- Log into your GhostCap panel and stop your Palworld server
- Navigate to File Manager
- Go to
Pal/Saved/Config/LinuxServer/
(orWindowsServer/
) - Edit
PalWorldSettings.ini
- Add or modify:
bEnableWhitelist=True
- Save the file
Adding Players to Whitelist
- In the same config directory, create or edit
whitelist.txt
- Add Steam64 IDs, one per line:
76561198123456789 76561198987654321
- Save the file
- Start your server
Finding Steam64 IDs
Players can find their Steam64 ID at steamid.io by entering their Steam profile URL.
Notes
- Whitelist works alongside server passwords
- Changes require server restart
- Non-whitelisted players will be unable to connect
- More reliable than password-only protection