Minecraft
Takaro supports Minecraft servers through our generic connector and the Takaro Minecraft mod. This integration enables real-time player event streaming, server log forwarding, player management capabilities, and remote server control. Minecraft uses the generic connector, which means your server connects outbound to Takaro — no port forwarding is needed. For details on how the connection works, see Connection Architecture.
Installation
Section titled “Installation”To connect your Minecraft server to Takaro, you’ll need to install the Takaro Minecraft plugin on your existing Minecraft server.
Requirements
Section titled “Requirements”- Minecraft 1.21.5 server running Spigot
- Administrative access to your server files
Plugin Installation
Section titled “Plugin Installation”- Download the latest Takaro Minecraft plugin from the GitHub releases page
- Place the plugin JAR file in your server’s
pluginsdirectory - Restart your Minecraft server
- The plugin will create a configuration file at
plugins/TakaroMinecraft/config.yml
Configuration
Section titled “Configuration”After installation, you’ll need to configure the plugin with your Takaro authentication tokens.
Edit the configuration file at plugins/TakaroMinecraft/config.yml:
takaro: authentication: identity_token: 'your-server-name' registration_token: 'your-takaro-registration-token'Getting Your Tokens
Section titled “Getting Your Tokens”- Identity Token: Use a unique identifier for your Minecraft server
- Registration Token: Obtain this from your Takaro dashboard when adding a new server
After updating the configuration, restart your Minecraft server for the changes to take effect.
Features and Status
Section titled “Features and Status”For the most up-to-date information about supported features, API methods, and development status, visit the Takaro Minecraft GitHub repository.