Home > Article > Computer Tutorials > Alibaba Cloud ECS two-step and 3-minute tutorial to build a Huanshou Parlu server
Some players may not like to experience "Phantom Parlu" with strangers. In this case, you can create a dedicated server and play online with friends. Building a private server is not only more private, but also allows you to customize game settings according to personal preferences, such as adjusting the work speed multiplier, experience gain multiplier, etc. This method can not only increase the fun of the game, but also explore the game world with friends and deepen each other's gaming experience.
This tutorial will guide you to quickly complete the establishment of the Phantom Beast Parlu server in about 3 minutes.
Only two steps:
1. Basic deployment of the Phantom Beast Parlu server
Log in to the Alibaba Cloud official website and scan the QR code with DingTalk or Alipay app to register a new user (new users have more benefits and strong discounts)
Just click the "One-click Purchase and Deployment" button on the Alibaba Cloud Game Online Server special page to quickly create your own personal Phantom Beast Parlu server.
Here, Alibaba Cloud's services provide the required configuration for most games, including network port settings (UDP protocol access port 8211) and game environment installation. The entire process can be easily completed with just a few clicks of the mouse.
On the service configuration page, complete the relevant configuration:
After the configuration is completed, click Next to confirm and submit the order.
On the service confirmation page, check the box to agree to the terms of service, click "Create Now", and then follow the payment process.
When you see "Eudemons Parlu Server Address Port", this is the IP address of your server. Copy this address for the next step.
Currently, there is a memory overflow bug in Phantom Beast Parlu. It is recommended to set up a scheduled task in the Alibaba Cloud console and spend a few minutes to automatically restart it when you are free.
3. How to update the server
If you are prompted when entering the game: "The competition you are trying to join is running an incompatible game version, please try to upgrade the game version", it means that your client and Eudemons Parlu server version do not match, and usually need to be updated. The Phantom Beast Parlu server is now available.
Before updating, you need to confirm whether your ECS server operating system is Linux or Windows, and then refer to the following guide according to the system:
tasklist
Find the program "PalServer-Win64-Test-Cmd." in the output, record the following 4-digit pid (for example, 4328 in the picture)
kill pid
, such as kill 4328
, to stop the running Palworld serverStart-Process "C:Program FilesPalServersteamsteamcmd.exe" -ArgumentList "+login anonymous +app_update 2394010 validate +quit" -Wait
The above is the detailed content of Alibaba Cloud ECS two-step and 3-minute tutorial to build a Huanshou Parlu server. For more information, please follow other related articles on the PHP Chinese website!