Step by Step Guide to Setup A PalWorld Server
Publisher: Psychz Networks, February 19,2024Palworld is an expansive adventure survival game set in a unique environment – a world teeming with diverse creatures known as "Pals." These Pals serve specific roles, from enabling peaceful crafting endeavors to engaging in intense battles.
While establishing a multiplayer Palworld server is a straightforward process with the provided in-game tools, enabling connections from individuals outside your local network poses a challenge. Port forwarding typically addresses this, which opens specific ports on your network router.
Technical Requirement
The following are the minimum requirements to setup and run PalWorld game server.
- Operating system – Linux or Windows
- Processor – at least a quad-core processor
- RAM – 8 GB or more
- Storage – 40 GB or above
We've narrowed down a selection of dedicated servers that align closely with your PalWorld server setup needs. Feel free to explore the list of available servers located in different regions worldwide and select the one that suits your preferences. To view our shortlisted selections please visit Psychz Networks Dedicated Servers
Installing PalWorld On a Linux Server (Ubuntu 20 or higher distribution):
Add Multiverse Repository and 32-bit Architecture Support:
# sudo add-apt-repository multiverse && sudo dpkg --add-architecture i386
Update System Repositories and Install SteamCMD:
# sudo apt update && sudo apt install steamcmd -y
This installs the SteamCMD utility on your system.
Launching the Palworld Server:
Download and Install Palworld Server Files:
# steamcmd +login anonymous +app_update 2394010 validate +quit
Wait for the process to finish, and you'll see a "Success!" message.
Navigate to Palworld Server Directory:
# cd ~/Steam/steamapps/common/PalServer
Start the Palworld Server:
# ./PalServer.sh
The terminal will display information indicating that your server is up and running.
Troubleshooting Tip:
If you encounter an error related to a missing shared object file, run the following commands:
# mkdir -p ~/.steam/sdk64/ steamcmd +login anonymous +app_update 1007 +quit cp~/Steam/steamapps/common/Steamworks\ SDK\ Redist/linux64/steamclient.so ~/.steam/sdk64/
These commands address the shared object file issue.
Connect to PalWorld Server
To join your recently set up Palworld server, follow these steps:
Copy the IP address of the device running the Palworld server.
Launch the Palworld application on your system and choose "Join multiplayer game."
In the address field at the bottom of the screen, paste the IP address you copied, followed by ":8211," and click "Connect."
Example:
If your PalWorld IP address is "192.168.1.100," paste "192.168.1.100:8211" into the address field.
Now, your server will load, and you can enjoy playing Palworld.