Location>code7788 >text

How to build your own Phantom Beast Paru server in Ubuntu System Cloud Server? Phantom Beast Paru Build Tutorial

Popularity:774 ℃/2024-08-04 15:32:54

Paru is a highly anticipated open-world survival and construction game that has recently become a huge hit in the gaming world. Players can collect magical creatures "Paru" in the game world and utilize them for various activities such as fighting, building, farming, industrial production, etc. Unlike other open-world games, players need to build their own servers to play online. Unlike other open-world games, players need to build their own servers in order to play online.

catalogs
  • basic step
  • Creating and logging in to a host
  • installation environment
    • Install Steamcmd
  • Login Phantom Beast Paru

basic step

  1. Create Hosting: Select Light Cloud Hosting or Cloud Hosting on Cloud Vendor to quickly create a hosting instance, select the Ubuntu system, and open the ports.
  2. Dependent Environment Installation: Install the game environment of Phantom Beasts Paru on the server according to the guidelines and build the server of Phantom Beasts Paru.
  3. Sign in to your Steam account and have fun.

Creating and logging in to a host

The higher the configuration, the smoother it is, and Phantom Beast Paru is more memory-consuming, so it is recommended to have more than 16G of memory.

If you haven't already, go toCloud Server Deals Collection Selection.

It is recommended to choose at least 4C, 16G, 5M host, suitable for 3-4 people, if you need more friends to play together, you can choose a higher configuration!

Once the host is created, visit the Light Cloud Hosting console

Add UDP port 8211 and TCP port 22 to see the open port method

Log in to the cloud hosting, either by logging in via Webterminal or by connecting to the hosting via the remote login tool.

installation environment

Install Steamcmd

  1. Default user is root, need to create a non-root user steam
sudo useradd -m steam
#Set the password for the user steam, you need to set the password
sudo passwd steam
sudo adduser steam sudo

  1. Install steamcmd
sudo -u steam -s
cd /home/steam
sudo add-apt-repository multiverse; sudo dpkg --add-architecture i386; sudo apt update
sudo apt install steamcmd
export PATH="$PATH:/usr/games"

Intermediate processes are selected to confirm, such as input [ENTER], [Y], select [OK], [I AGREE] and so on.

  1. Installation and operation of PalServer

Execute the following command to install

steamcmd +login anonymous +app_update 2394010 validate +quit

Until [Success! App '2394010' fully installed.] appears, the installation is successful!

Running PalServer

cd ~/Steam/steamapps/common/PalServer
./

When [.steam/sdk64/ OK. (First tried local '')] appears, the run is successful.

Login Phantom Beast Paru

  1. Login to your Steam account and purchase Palworld, search for Palworld in the Library and download it!

  2. Opt-in for "Join Multiplayer".

  1. Enter your server instance address and port to connect to the server


Link to original article:How to build your own Phantom Beast Paru server in Ubuntu System Cloud Server? Phantom Beast Paru Build Tutorial