eisai/palworld_server

By eisai

Updated over 2 years ago

PalWorld Dedicated Server for Windows.

Image
Languages & frameworks
2

199

eisai/palworld_server repository overview

Only Windows build version 20348 or newer are supported (Win11, Server2022)

Preparation

Create following folders

Palworld Server
├───Backup
└───docker-compose.yaml

Docker Compose

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'

Reference

Documents
https://tech.palworldgame.com/dedicated-server-guide

Install an ultralight docker engine on Windows
https://eisaichen.com/?p=76

Tag summary

Content type

Image

Digest

sha256:85ff12e3e

Size

4 GB

Last updated

over 2 years ago

docker pull eisai/palworld_server