TheoBIET / Palworld-Docker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:JavaScript 96.7%Language:Python 2.9%Language:Dockerfile 0.4%