How to Setup Palworld Dedicated Server with Microsoft Azure

Setting up a Palworld dedicated server on Microsoft Azure involves several steps. Here’s a comprehensive guide to help you through the process.

Create a new server on Microsoft Azure

أولا قبل كل شيء, we have to create our new server on Azure: it will be a Microsoft Azure Virtual Machine (aka Azure VM) running an image of Windows Server 2022.

اذهب إلى Microsoft Azure, log in with your Microsoft Account having an Azure Subscriptions and clickCreate a resource”.

Type Virtual Machine in the search box, search, وانقر “يخلق”.

Configure the Azure Virtual Machine (Azure VM) by entering the necessary information as outlined below:

  • اختر ال subscription, create a new resource group, specify the virtual machine name
  • حدد ملف region nearest to you, ال Availability Zone (1 AZ is enough), و Security Type (Standard is acceptable)
  • As for the image, you should see in the listWindows Server 2022 Datacenter: Azure Editionx64 Gen2“. If you don’t see it in the list, انقر “See all imagesand search for it.
  • When selecting the بحجم, look forStandard_B1s” في القائمة. If you don’t find it, انقر “See all sizesand search for it. If you have a larger budget or if you don’t require your server to be operational 24 hours a day, consider a VM size with at least 8 غيغابايت من ذاكرة الوصول العشوائي. Remember that you will only be billed for the hours when your Azure VM is not stopped.

انقر على “مراجعة + create” زر.

Once you have clicked the “مراجعة + create” زر, you will see the Validation test results and the review page; click Create.

Once you have clicked Create, wait some minutes for the deploy.

Open Ports 8211

Go to your new VM page, انقر “الشبكات”, انقر “Add inbound port rule”.

Open the port 8211 كما هو مبين أدناه (مصدر: أي, Source port ranges: *, Destination: أي, Service: مخصص, Destination port ranges: 8211, Protocol: أي, عمل: السماح, Priority: 100, اسم: AllowAnyCustom8211Inbound).

انقر “يضيف”.

Once you have clicked Add, you have created the new rule to open the port 8211. Now we finally can connect to the VM: in the VM page, انقر “يتصل”, وانقر “Download RDP file”; once you have downloaded it, open it.

In the Windows dialog, insert your username (if required) and the password you have chosen in the previous section. We are now connecting to the server.

And we are in!

In the just opened new VM with Windows Server, go toWindows Firewall with Advanced Security tooland add a new Inbound Rule for UDP Port 8211.

Install softwares and run Palserver in the VM

In order to run Palworld dedicated server we need to download and install in our VM the following software:

  • SteamCMD for Windows.
  • برنامج DirectX 9.0 (search the package online; note that Microsoft websites don’t have the real .exe but downloader, if the downloader doesn’t work search for the real .exe from another website)
  • Visual C++ for x64.

حاليا, we can finally run our Palword dedicated server (aka PalServer):

  • Install SteamCMD double-clicking steamcmd.exe
  • In the same directory of steamcmd.exe open a new Command Prompt (not PowerShell) and enter the following commands:
    1. steamcmd +login anonymous +app_update 2394010 validate +quit
    2. cd .\steamapps\common\PalServer
    3. PalServer.exe

The server is running!

Join the server

Run Palworld and, in the main menu, يختار “Play Multiplayer”.

Insert the IP of your Azure VM followed by :8211 وانقر “Connection”.

We are online!

هذا الدليل حول بالوورلد كتب بواسطة Falkons. يمكنك زيارة المنشور الأصلي من هذا حلقة الوصل. إذا كان لديك أي مخاوف بشأن هذا الدليل, من فضلك لا تتردد في الاتصال بنا هنا.

عن المؤلف