This guide will walk you through the step-by-step process of how to properly setup a Microsoft Azure dedicated server for 팔월드.
Creating an Azure VM
시작하려면, we need to set up a brand-new server on Azure. This server will be a Microsoft Azure Virtual Machine, often called Azure VM. It will operate using an image of Windows Server 2022.
Begin by heading to Microsoft Azure. Log in using your Microsoft Account that has an Azure Subscription, and then select “Create a resource.”
In the search box, enter Virtual Machine, search for it, 그리고 선택 “Create.”
지금, let’s set up the Azure Virtual Machine (Azure VM) by providing the necessary details according to the instructions below:
- Begin by choosing the subscription and creating a new resource group. Specify the virtual machine name.
- 선택 지역 that is closest to your location. Pick an Availability Zone (1 AZ is sufficient), and choose the Security Type (Standard is acceptable).
- 에 대한 image, you should find “Windows Server 2022 Datacenter: Azure Edition – x64 Gen2” 목록에서. If it’s not visible, 딸깍 하는 소리 “See all images” and search for it.
- When it comes to selecting the 크기, search for “Standard_B1s” 목록에서. If not found, 딸깍 하는 소리 “See all sizes” and locate it. If you have a larger budget or don’t need your server to be running 24/7, consider a VM size with at least 8 GB RAM. Keep in mind that you’ll only be billed for the hours when your Azure VM is not stopped.
- 클릭 “검토 + create” button to proceed.
After clicking the “검토 + create” 단추, you’ll encounter the Validation test results and the review page. Simply click on the “만들다” 단추.
일단 “만들다” button is clicked, patiently wait for a few minutes as the deployment process takes place.
Opening Ports 8211 of the VM
Proceed to your new VM page and navigate to “Networking.” 클릭하세요 “Add inbound port rule.”
Open port 8211 with the following settings: 원천 – 어느, Source port ranges – *, 목적지 – 어느, 서비스 – Custom, Destination port ranges – 8211, Protocol – 어느, 행동 – 허용하다, 우선 사항 – 100, 이름 – AllowAnyCustom8211Inbound.
딸깍 하는 소리 “추가하다” to implement the new rule for opening port 8211. 지금, you can connect to the VM. On the VM page, 딸깍 하는 소리 “Connect,” 그 다음에 “Download RDP file.” 다운로드 후, open the file.
In the Windows dialog, input your username (if required) and the password you selected earlier. This action establishes the connection to the server.
지금, you are inside the newly opened VM with Windows Server. 다음으로 이동 “Windows Firewall with Advanced Security tool” and add a new Inbound Rule for UDP Port 8211.
Install Software and Palserver Files
To run the Palworld dedicated server on your VM, you must download and install the following software:
- SteamCMD for Windows: Obtain and install SteamCMD for Windows on your VM. You can find the installation package on the official SteamCMD website.
- 다이렉트X 9.0: Search for the DirectX 9.0 package online. Note that Microsoft websites may provide downloaders instead of the actual .exe. If the downloader doesn’t work, search for the real .exe from an alternative website.
- Visual C++ for x64: Download and install 비주얼 C++ for x64 on your VM. You can find the necessary package on the official Microsoft website or through other reliable sources.
지금, let’s proceed to run your Palworld dedicated server (PalServer) on the VM. Follow these steps:
- Install SteamCMD: Double-click on steamcmd.exe to initiate the installation.
- Open Command Prompt: In the same directory as steamcmd.exe, open a new Command Prompt (not PowerShell).
- Enter the following commands:
steamcmd +login anonymous +app_update 2394010 validate +quit
cd .\steamapps\common\PalServer
PalServer.exe
Executing these commands will ensure the PalServer is properly installed and ready to run on your VM.
Joining the Server
Open Palworld and go to the main menu. 선택하다 “Play Multiplayer.”
Enter the IP address of your Azure VM, 이어서 “:8211.” 그 다음에, 을 클릭하세요 “Connection” 단추.
In case you face some crashing issues while playing Palworld on your dedicated Azure server, 우리를 참조하십시오 Palworld troubleshooting guide.