Hytale
Takaro connects to your Hytale server using the generic connector and the Hytale-Takaro Integration mod. This integration enables real-time player event streaming, player management capabilities, and remote server control.
Installation
To connect your Hytale server to Takaro, you'll need to install the Hytale-Takaro Integration mod on your existing Hytale server.
- Download the latest Hytale-Takaro Integration mod from the GitHub releases page
- Place the mod JAR file in your Hytale server's
modsdirectory - Start your server to generate the configuration file
- Stop the server to edit the configuration
Configuration
After installation, you'll need to configure the mod with your Takaro authentication tokens.
Edit the configuration file at \Hytale\Server\mods\dev.takaro_HytaleTakaroIntegration\config.properties:
# Get these from your Takaro dashboard
IDENTITY_TOKEN=NAME-YOUR-SERVER-WHATEVER-YOU-WANT
REGISTRATION_TOKEN=your-takaro-registration-token
Getting Your Tokens
Before Takaro can connect to your Hytale server, you need to set up authentication tokens.
- Identity Token: Use a unique identifier for your Hytale server (e.g., "my-hytale-server")
- Registration Token: Obtain this from your Takaro dashboard:
- Navigate to Settings → Game Servers
- Click "Add Game Server"
- Select "Generic" as the game type
- Copy the Registration Token
After updating the configuration, restart your Hytale server for the changes to take effect.
How Takaro Connects to Your Hytale Server
The Hytale-Takaro Integration mod establishes a connection to Takaro using the generic connector protocol. Once connected, the mod streams real-time events from your Hytale server to Takaro, receives and executes commands, and provides player and server information on demand. For more details about how the generic connector works, see Connection Architecture.