Palworld Server Manager - Takaro
Connect your Palworld dedicated server to Takaro for player management, server control, teleports, and in-game chat.
What You Get
- Server control from Takaro — kick, ban, announce, save, and shut down from the Takaro web console.
- Player tracking — who's online, plus join/leave events.
- Teleports — player-to-player and coordinate teleports.
- Location lookup — live X/Y/Z coordinates for any player.
- In-game chat — forward chat between your game, Takaro, and Discord.
Before You Start
- A Palworld dedicated server.
- A Takaro account — free to start at takaro.io.
Step 1 — Get Your Takaro Tokens
- Go to takaro.io and choose the Free tier to start.
- Check your email and finish creating your account, then log in.
- Click Game servers.
- Click Game Server Actions in the top right.
- Click Create a New Game Server.
- Choose Generic as the server type.
- Takaro shows a Registration Token. Copy it — you'll paste it in Step 4.
- Click Cancel.
- Stop your Palworld server so you can set it up.
Step 2 — Enable the Palworld REST API
In PalWorldSettings.ini (at [Server folder]\Pal\Saved\Config\WindowsServer\PalWorldSettings.ini), set:
RESTAPIEnabled=True
RESTAPIPort=8212
AdminPassword=YourSecurePassword
Step 3 — Install UE4SS
Download
UE4SS-Palworld.zip from Okaetsu's experimental-palworld release. If you had another UE4SS installed, delete the old dwmapi.dll and ue4ss folder first.
- Download
UE4SS-Palworld.zipand unzip it. - Copy
dwmapi.dlland theue4ssfolder into[Server folder]\Pal\Binaries\Win64\. - If Windows blocked the files: right-click each → Properties → Unblock → Apply.
Step 4 — Install the Bridge
- Download
PalworldBridge.exeand put it in your server folder — the one that containsPal(for exampleC:\gameservers\palworld). - Right-click it → Run as administrator. It fills in the Palworld settings, creates
TakaroConfig.txt, and installs the chat mod. Close the window when it says it needs your token. (Windows may warn "Windows protected your PC" → More info → Run anyway.) - Open
TakaroConfig.txt(next to the exe) and set these two lines, then save:SERVER_NAME=any name you want for your server REGISTRATION_TOKEN=paste the token from Step 1
Step 5 — Start Everything
Start your Palworld server, then run PalworldBridge.exe. The bridge connects to Takaro and your server appears in your Takaro dashboard. Leave the bridge window open while you want it running.
Step 6 — Add the Takaro Modules
Modules add features to your Takaro server. Download these two (right-click → Save Link As, or open and use GitHub's Download raw file button):
- Palworld - Commands — adds the player commands
!sethome,!home, and!visit. - Discord Integration - Generic — connects your game to Discord: player join / leave / death messages, an online-offline status message, and two-way chat.
Import each one into Takaro:
- In Takaro, open the Settings page (bottom of the left menu).
- Turn on Developer Mode.
- Click Module Builder on the left.
- Click Module Actions → Import Module and pick the
.jsonfile. - After it imports, install it: on the left, click Game Servers → your server → Modules.
For Discord: once the Discord Integration - Generic module is installed, follow Connect the Discord bot in Takaro's docs, then set your Discord channel in the module's settings.
Available Commands
Use these in the Takaro web console (not in-game):
help— List all commandsplayers— Show online playersserverinfo— Server detailsmetrics— Server metricssettings— Server settingsannounce <message>— Send an announcementsave— Save the worldshutdown [seconds] [message]— Shutdown with countdownstop— Stop immediatelykick <player_name>— Kick a playerban <player_name>— Ban a playerunban <steam_id>— Unban a playerteleportplayer <source> <target>— Teleport a player to another playerteleportplayer <source> <x> <y> <z>— Teleport a player to coordinateslocation <player_name_or_gameid>— Get live player coordinates