Coder Social home page Coder Social logo

kagurazakanyaa / palworld-docker Goto Github PK

View Code? Open in Web Editor NEW
89.0 6.0 16.0 30 KB

Palworld dedicated server with docker

Home Page: https://hub.docker.com/r/kagurazakanyaa/palworld

License: GNU Affero General Public License v3.0

Dockerfile 22.31% Shell 77.69%
docker palworld

palworld-docker's Introduction

palworld-docker

Check Update Build Docker Image Docker Pulls Docker Stars Image Size

Palworld dedicated server with docker

Environments

The variables in the table below affect the server's startup command, see https://tech.palworldgame.com/dedicated-server-guide#settings and https://tech.palworldgame.com/community-server-guide

Variable Describe Default Values Allowed Values
MAX_PLAYERS Change the maximum number of participants on the server. 32 1-32
GAME_PORT Change the port number used to listen to the server. 8211 1024-65535
ENABLE_MULTITHREAD Improves performance in multi-threaded CPU environments. true true/false
IS_PUBLIC Setup server as a community server. false true/false
PUBLIC_IP If not specified, it will be detected automatically. all vaild ip address
PUBLIC_PORT If not specified, it will be detected automatically. 1024-65535
FORCE_UPDATE Whether the server should be update each time start. false true/false

The variables in the table below only valid during initialization, if you need to make it valid, please delete /opt/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini and restart the container.

Variable Describe Default Values Allowed Values
SERVER_NAME Server name Default Palworld Server string
SERVER_DESC Server description Default Palworld Server string
ADMIN_PASSWORD AdminPassword string
SERVER_PASSWORD Set the server password. string
RCON_ENABLED Enable RCON false true/false
RCON_PORT Port number for RCON 25575 1024-65535
RESTAPI_ENABLED Enable RESTAPI false true/false
RESTAPI_PORT Port number for RESTAPI 8212 1024-65535

For balance changes, please directly modify /opt/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini, please refer to https://tech.palworldgame.com/optimize-game-balance

Volumes

Path Describe
/opt/palworld/Pal/Saved Game config and saves.
/opt/palworld/Pal/Content/Paks/MOD Game mod pak files.

NOTE: If you use bind instead of volume to mount, you need to manually change the volume owner to uid=1000. In the case of the docker-compose.yml of the example, you need to execute chown -R 1000:1000 ./data ./mods Please make sure the permissions and owners of the pak file you placed in the mods directory are correct.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.