Palworld Server Tool logo

Palworld Server Tool

Инструмент визуального управления сервисами Palworld

Game Версия: 0.10.0

Introduction

Manage dedicated Palworld servers with a visual interface and REST API.

Features and Roadmap (Based on Level.sav Parsing)

  • Complete player data
  • Player Pal data
  • Guild data

Features Based on Official RCON Commands (Server-Only)

  • Retrieve server information
  • View online player list
  • Kick/ban players
  • In-game broadcasting
  • Smoothly shut down the server with broadcasted messages

This tool uses bbolt databases to store application data and PST settings, and periodically fetches data from RCON and Level.sav files.

It provides a simple visual interface and REST API, making management and development easier.

When deploying with Docker, you need to configure the external save path for the Palworld server. During installation, you must provide the corresponding external save path for the Palworld server.

After installation, open the PST Web interface to create the administrator password, then configure /app/save, RCON, REST API, synchronization, and backups in PST Settings.

Upgrade notice

Before upgrading from version 0.12.1 or earlier, stop the Palworld Server Tool container and copy /app/config.db, /app/pst.db, and /app/backups to data/config.db, data/pst.db, and data/backups in the current application directory. Earlier 1Panel packages did not persist this data, so upgrading directly would lose PST settings, application data, and backups when the container is recreated. After upgrading, verify the save path, RCON, REST API, and other settings in the PST Web interface.

Ensure that REST API and RCON are enabled by following the instructions in the official guide.


Notes on Save File Parsing

Parsing the Level.sav save file temporarily requires a certain amount of system memory (1GB to 3GB) for short periods (<20s). The memory is released after the task is completed. Ensure your server has sufficient memory. If not, consider the following alternatives:

  1. Deploy the tool on a separate server.
  2. Use a local personal computer for deployment.
  3. Opt for either of the above when the game server's performance is insufficient.

By default, the PST tool and the game server are assumed to run on the same physical machine. For separate deployments, refer to the PST-Agent Deployment Guide.

Развёртывание Palworld Server Tool в 1Panel

  1. Install 1Panel on your VPS (Linux server).

    # Copy and paste the following command into your terminal and press Enter
    bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
  2. Open the 1Panel dashboard, go to App Store.

  3. Search for Palworld Server Tool and click Install.

  4. Fill in the required parameters (ports, admin credentials, storage path), then confirm.

  5. After deployment, create a website/reverse proxy in 1Panel if you want a custom domain.

  6. Enable HTTPS (recommended) and keep the app updated from the App Store.