118 字
1 分钟

Deploying a Palworld Multiplayer Server with Docker

Configuration Requirements#

Requirements#

CPU4 Cores (recommend)
RAM16GB. Recommend over 32GB for stable operation. It is possible to start the server with 8GB, but as you progress in the game, the server will eventually crash due to running out of memory.
NetworkUDP Port 8211 (default). Port forwarding required.

Commands#

Terminal window
docker volume create palworld_saved
docker pull docker.mirrors.sjtug.sjtu.edu.cn/kagurazakanyaa/palworld
docker run -d --name=palworld-server -v "palworld_saved:/opt/palworld/Pal/Saved" -p 8211:8211/udp kagurazakanyaa/palworld

Configuration File#

You need to enter the container:

Terminal window
docker exec -it 容器id /bin/bash

Then edit the configuration file:

Terminal window
/opt/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
编辑后重新运行即可
Deploying a Palworld Multiplayer Server with Docker
https://catcat.blog/en/docker-install-palword.html
作者
猫猫博客
发布于
2024-01-22
许可协议
CC BY-NC-SA 4.0