palworld-server-docker
palworld-server-docker copied to clipboard
A Docker Container to easily run a Palworld dedicated server.
## Describe the bug It is expected that utf-8 message can also be broadcasted using `rcon-cli`. ## To Reproduce Steps to reproduce the behavior: ``` docker exec -it palworld-server rcon-cli...
## Describe the bug I've noticed since updating the server to 0.1.4.0 that sometimes the server "crashes" right after starting. I typed it with quotes as the server seems to...
## Context * Swapping `image.name` to `image.repository` which tends to be more widely used in popular helm charts. This also has the added benefit of allowing it to work with...
ulimit -c 0 Prevent "core. *" files from occupying the entire hard drive and causing game saves to be lost
## Context * Adds the ability to pause the server * Addressing #32 ## Choices * Added an additional Script that will send a SIGSTOP to the server. After the...
## Describe the bug I had the manually edit the ini file to put the "" around the password to get it to work.
Looks like crash logs are automatically uploaded, are you able to access them? Server has crashed multiple times for no apparent reason. Then when I restart the server, my character...
## Describe the bug Whenever I go to connect to my dedicated server, I hear the in-game sounds and get this in console, most notable the last three: ``` 2024-02-02...
## Choices * Allow setting `ServerPassword` to an empty string through env `SERVER_PASSWORD` * Resolve the issue of applying settings without manually modifying PalWorldSettings.ini when there is no server password....
## Describe the bug Hello, I have found an issue with the .env variables and the start.sh "sed" filter in a variable. The problem is that when you modify the...