Skip to main content

Palworld Manager

Manage your Palworld dedicated server from Discord via the built-in REST API.

Setup

  1. Enable the REST API in your Palworld server settings (RESTAPIEnabled=true and set RESTAPIPort in PalWorldSettings.ini)
  2. Install the Palworld Manager addon from the Addon Manager
  3. Run /palworld setup:
OptionRequiredDescription
hostYesServer IP or hostname
passwordYesAdmin password
portNoREST API port (default: 8212)
staff_roleNoRole allowed to use staff commands
admin_roleNoRole allowed to use admin commands

Commands

Status & Players

CommandDescription
/palworld statusShow server status
/palworld playersList players currently online

Staff Commands

CommandDescription
/palworld kick <playerid> [reason]Kick a player
/palworld broadcast <message>Send an announcement to all players

Admin Commands

CommandDescription
/palworld ban <playerid> [reason]Ban a player
/palworld saveSave the world
/palworld shutdown [time] [message]Gracefully shut down the server after a delay
/palworld rcon <command>Execute a raw server command

Disabling

Run /palworld disable to remove the integration.