palworld-server-docker
palworld-server-docker copied to clipboard
A Docker Container to easily run a Palworld dedicated server.
## Context To solve #96 I think `/palworld/Pal/Saved/Config/LinuxServer/GameUserSettings.ini` is generated after the service is started for the first time, so I can only write an additional script to facilitate migration....
## Context Setting Up Automatic Backups with Cron Adding 3 new environment variables to automate the execution of backups on the server." Environment Variables **DAYS_TO_KEEP:** Description: This environment variable represents...
I think it would be useful to add a guide on the wiki about how to migrate existing saves to Docker. I have tried the method of migrating server saves...
## Describe the bug RCON-cli didt show anything ## To Reproduce Steps to reproduce the behavior: docker exec -it palworld-server rcon-cli Info ## Expected behavior Show the info of server...
Thank you for providing the docker image and compose file. I migrated my existing server to use docker deployment today. Recovering from existing data requires some manual operations. I think...
## Describe the bug When the server attempts to start on a linux host where the supplied volume is on a `noexec` mounted filesystem, the server does not start. ##...
This issue is like a palworld-server-docker!
## Describe the bug Starting server doesn't succeed due to sh: 1: ./PalServer.sh: not found A clear and concise description of what the bug is. ## To Reproduce Run the...
## Context * Removes the need to manually delete the PalWorldSettings.ini file if it is blank to trigger a copy of the default file at next startup. ## Choices *...
## Context * Replace [itzg/rcon-cli](https://github.com/itzg/rcon-cli) with [gorcon/rcon-cli](https://github.com/gorcon/rcon-cli) * Fix `Weird. This response is for another request.` error message. ## Choices * This rcon client works with multiple games, not just...