PalWorld Dedicated Server for Windows.
199
Only Windows build version 20348 or newer are supported (Win11, Server2022)
Create following folders
Palworld Server
├───Backup
└───docker-compose.yaml
version: "3.8"
networks:
PalServer:
services:
palserver:
container_name: PalServer
image: eisai/palworld_server
isolation: process
restart: no
networks:
- PalServer
ports:
- "8211:8211/udp"
environment:
- AUTO_BACKUP=true
- BACKUP_NUMBER=100
- BACKUP_INTERVAL=1800 # In seconds
- COMMUNITY_SERVER=false
volumes:
- '.\PalServer:C:\PalServer' # CHANGE THIS, You can mount an empty folder to download the server from Steam
- '.\Backup:C:\Backup'
Documents
https://tech.palworldgame.com/dedicated-server-guide
Install an ultralight docker engine on Windows
https://eisaichen.com/?p=76
Content type
Image
Digest
sha256:85ff12e3e…
Size
4 GB
Last updated
over 2 years ago
docker pull eisai/palworld_server