Soulmask Server Manager - Takaro

Manage your Soulmask dedicated server with Takaro — players, server control, teleports, and more. A free Soulmask Server Manager.

Connect your Soulmask dedicated server to Takaro for player tracking, chat integration, and server management.

Player Tracking

Automatic join/leave detection from server logs

Chat Integration

In-game chat forwarded to Takaro in real-time

Server Commands

Kick, ban/unban, send messages, save world via Takaro

Auto-Reconnect

Automatically reconnects to both RCON and Takaro

Requirements

Download

Download the latest release and extract it to a folder on your server.

Sign Up for Takaro Download Latest Release

Installation

1 Extract the download

Extract the zip file to a folder on your server, e.g. C:\SoulmaskBridge

2 Install dependencies

Open a command prompt in the bridge folder and run:

npm install --production
3 Enable RCON on your Soulmask server

Add these parameters to your Soulmask server startup command:

-RconPassword="yourpassword" -EnableRCON

You also need to whitelist the bridge's IP in your server's Engine.ini under [Server.SafeIP]. If the bridge runs on the same machine as the server, add 127.0.0.1.

4 Get your Takaro registration token

Go to the Takaro dashboard, navigate to Game Servers, click Add Server, and select the custom game server option. Copy your Registration Token.

5 Configure the bridge

Open TakaroConfig.txt in a text editor and fill in your settings:

SettingDescription
REGISTRATION_TOKENYour Takaro registration token from step 4
RCON_HOSTServer IP (use 127.0.0.1 if bridge runs on same machine)
RCON_PORTRCON port (default: 19000)
RCON_PASSWORDThe RCON password from your server startup command
6 Start the bridge

Double-click start.bat to launch the bridge. It will automatically reconnect if the connection drops and restart if it crashes.

Note: The bridge must be able to read your Soulmask server's WS.log file. If the bridge runs on a different machine than the game server, the log file path in the bridge may need to be adjusted. By default, it looks for the log in the standard Soulmask server location.

Configuration Reference

SettingDefaultDescription
IDENTITY_TOKENSoulmaskServer name shown in Takaro dashboard
REGISTRATION_TOKENToken from Takaro dashboard (required)
RCON_HOST127.0.0.1Soulmask server IP address
RCON_PORT19000Soulmask RCON port
RCON_PASSWORDRCON password (required)
PLAYER_POLL_INTERVAL5000Player poll interval in ms (legacy, not actively used)
HTTP_PORT3535Health check endpoint port
BAN_PERMISSION_TYPE2Permission list index for bans (run lsp in RCON to check)

Supported Commands

Once connected, Takaro can perform these actions on your Soulmask server:

Troubleshooting

Bridge can't connect to RCON

Players not showing up in Takaro

Chat messages not appearing