Palword-SM is a set of Docker containers that allow you to easily manage a dedicated server for the Palword game. The aim of this project is to provide a simple UI so that anyone can create their own server with a minimum of knowledge. A simple Docker installation is required.
- Clone the repository
git clone git@github.com:TheoBIET/Palword-SM.git
- Go to the project folder
cd Palword-SM
- Create the
config.yml
from theconfig.example.yml
file
cp config.example.yml config.yml
-
Edit the
config.yml
file to your liking -
Edit the values between
<>
in thedocker-compose.yml
file
environment:
- ENV HOST=0.0.0.0
- PORT=8212
- RCON_PORT=25575
- RCON_PASSWORD=<RCON_PASSWORD>
- SERVER_IP=<SERVER_IP>
- SERVER_PORT=<SERVER_PORT>
- Start the containers
docker-compose up -d
- Open Palworld and connect to your server 🌞
You can find the list of RCON commands here.
If you find a bug, please report it into the issues section.
This project is licensed under the MIT License - see the LICENSE file for details.