Getting started with Palworld
This guide helps you set up and configure your Palworld dedicated server on ServerPrism, connect players, and troubleshoot common issues.
This guide helps you set up your Palworld dedicated server on ServerPrism. You will learn how to order a server, configure its basic settings, connect players, and resolve common startup issues.
Ordering on ServerPrism
To host Palworld, you need a server plan. For a smooth experience, especially with multiple players, we recommend a minimum of 4 GB RAM and up to 32 GB RAM for larger communities. Select the 'Palworld' runtime, choose your preferred region, and deploy your server.
First boot
After deployment, your server will automatically download Palworld and perform its initial setup. This process can take several minutes depending on game updates. You can monitor the progress in the ServerPrism panel via the Console tab. The server is ready when you see messages indicating successful startup and the server port being listened on. For Palworld, this typically involves messages related to the PalServer.sh script executing.
Connecting / inviting players
Players can connect to your Palworld server using its IP address and port. The default port for Palworld is 8211.
- Find your server IP and Port: Your server's IP address and port are displayed in the ServerPrism panel on the Console or SFTP Details tab. The format will be
your.server.ip:8211. - In-game: Launch Palworld.
- Select Join Multiplayer Game (Dedicated Server).
- At the bottom of the server list, enter your server's IP address and port (e.g.,
192.0.2.1:8211) into the text field. - Click Connect.
If you have set a password, players will be prompted to enter it upon connection.
Configuration basics
Most server settings for Palworld are managed through Pal/Saved/Config/LinuxServer/PalWorldSettings.ini. If this file does not exist after the first boot, you may need to generate a default one by starting and stopping the server once. You can edit this file using the ServerPrism panel's File Manager or via SFTP.
Key settings you might want to change:
- Server Name: The name displayed in the in-game server list.
ServerName="Your Awesome Palworld Server"
- Server Password: Sets a password for your server.
ServerPassword="YourSecurePassword"
- Max Players: The maximum number of players allowed on your server.
ServerPlayerMaxNum=16(adjust as needed)
- Public IP/Port: Do not change these unless you have a specific networking setup. ServerPrism handles this automatically.
PublicIP=""PublicPort=8211
Other settings like difficulty, capture rate, and item drop rates are also found in PalWorldSettings.ini. For a full list of available options, refer to the Palworld community resources.
After making changes to PalWorldSettings.ini, restart your server from the ServerPrism panel for the changes to take effect.
Common issues
- Server not appearing in list / Connection Failed:
- Incorrect IP/Port: Double-check the IP address and port you are using. Ensure there are no typos.
- Firewall: ServerPrism automatically configures the necessary firewall rules. If you are having issues, ensure your local firewall is not blocking Palworld.
- Server not fully started: Wait a few more minutes. Check the Console tab in the ServerPrism panel to confirm the server has finished loading.
- Server crash on startup:
- Corrupted
PalWorldSettings.ini: If you recently editedPalWorldSettings.iniand the server won't start, check for syntax errors. A single missing quote or comma can cause issues. You can try deleting the file and letting the server regenerate a default one on next startup (you will lose custom settings). - Out of Memory: Check your server's RAM usage in the ServerPrism panel. If it's consistently maxing out, consider upgrading your plan from your ServerPrism customer dashboard.
- Corrupted
- Players cannot join, but server shows online:
- Password Mismatch: Ensure players are entering the correct
ServerPasswordif one is set. - Server Full: Check
ServerPlayerMaxNumin yourPalWorldSettings.iniand ensure it allows for more players.
- Password Mismatch: Ensure players are entering the correct
If you encounter persistent issues, gather your server ID and recent logs from the Console tab and open a support ticket at https://serverprism.com/tickets.
Next steps
Once your server is running smoothly, you might want to explore further customization:
- World Saves: Learn how to back up and restore your Palworld save files, located in
Pal/Saved/SaveGames/. - Community Mods: The Palworld modding community is active. Look for guides on how to install mods, which typically involve placing files into specific directories within your server's game folder. Always back up your server before installing mods.
- ServerPrism Subdomains: For easier access, you can attach a free subdomain to your server from your ServerPrism customer dashboard, allowing players to connect using a memorable name instead of an IP address.