Skip to content

Palword-Doker allow you to easily manage a dedicated server for the Palword Dedicated Server.

License

Notifications You must be signed in to change notification settings

TheoBIET/Palworld-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palword-SM (Palword Server Manager)

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.

📚 Table of contents

📦 Prerequisites

🛠️ Installation

  1. Clone the repository
git clone git@github.com:TheoBIET/Palword-SM.git
  1. Go to the project folder
cd Palword-SM
  1. Create the config.yml from the config.example.yml file
cp config.example.yml config.yml
  1. Edit the config.yml file to your liking

  2. Edit the values between <> in the docker-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>
  1. Start the containers
docker-compose up -d
  1. Open Palworld and connect to your server 🌞

💻 RCON Commands

You can find the list of RCON commands here.

🐛 Report a bug

If you find a bug, please report it into the issues section.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.