palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

A Docker Container to easily run a Palworld dedicated server.

Results 139 palworld-server-docker issues
Sort by recently updated
recently updated
newest added

## Describe the bug A clear and concise description of what the bug is. ## To Reproduce I use like this. docker run -d \ --name palworld-eklipc \ -p 8211:8211/udp...

OS compatibility
stale

i would love a way to settings for the gameworld ( PalWorldSettings ) currently have no idea how to find the file used to configure this wouuld love to to...

**Describe the bug** When creating the docker container for the first time, when it runs usermod, the user and group do not exist **Screenshots** 2024-01-21 14:21:16.248397+00:00Executing usermod... 2024-01-21 14:21:16.253073+00:00usermod: user...

help wanted
OS compatibility

## Describe the bug The new update should support RCON. But it doesnt. Im using https://github.com/gorcon/rcon-cli to connect to the Palworld RCON. Everytime, doesnt matter if i try the localhost...

bug

sh: 1: ./PalServer.sh: not found *****STARTING SERVER*****Executing usermod... usermod: no changes /home/steam/steamcmd/steamcmd.sh: line 38: /home/steam/steamcmd/linux32/steamcmd: cannot execute binary file: Exec format error *****STARTING INSTALL/UPDATE*****./PalServer.sh -port=8211 -players=16 -publicip=121.222.82.122 -publicport=8211 -servername=`REDACTED` -serverpassword=`REDACTED`...

help wanted
OS compatibility

This came up in https://github.com/thijsvanloef/palworld-server-docker/issues/40#issuecomment-1902791711 Since Palworld uses UE, instead of modifying the `PalWorldSettings.ini` directly, we should be able to pass in arguments in the start script This would offer...

enhancement

## Describe the bug Hi Thijs, thanks for your docker. I have a question about the port change. Modify docker-compose.yml -> ``` ...... ports: - - 8211:8211/udp + - 8888:8211/udp...

not a bug

since there's guaranteed to be memory leaks in their server client, can we get a ENV values to manage restarts (daily, weekly, what time of day, etc). longer term if...

enhancement

root@VM-0-16-ubuntu:/home/ubuntu/palworld-server-docker/palworld/Pal/Saved/SaveGames/0# pwd /home/ubuntu/palworld-server-docker/palworld/Pal/Saved/SaveGames/0 root@VM-0-16-ubuntu:/home/ubuntu/palworld-server-docker/palworld/Pal/Saved/SaveGames/0# ls 6A5B1DE2340E4AE889CEDF02AB841D4B BF04C2E8C73A43B2AE22E3E52875BB9B here i got two saved files 6A5B1DE2340E4AE889CEDF02AB841D4B is new,BF04C2E8C73A43B2AE22E3E52875BB9B is older one i ran docker-compose up -d with palworld exist and only BF04C2E8C73A43B2AE22E3E52875BB9B...

I setup the server without community enable But now i set the environnement variables in the compose, and the server name doesnt change, nor the options I dont understand why...