Mod
Integration Guide.

This protocol outlines the synchronization process for your Hytale node with the central Orbis database. Follow these steps to establish a secure uplink.

Step 01

Download Binary File

First, download the latest version of the **Server Stats (HOS)** plugin. This .jar file is optimized for Hytale server architecture and ensures real-time data transmission.

Download HOS.jar
Step 02

Server Installation

Place the downloaded HOS.jar file into the/mods folder of your Hytale server directory. Then, restart your server to generate the configuration directory.

Step 03

Handshake Configuration

Open mods/HOS_HOSStatus/config.json and update the"secret" field with your unique key obtained from your Server Dashboard.

// mods/HOS_HOSStatus/config.json

{

"secret": "YOUR_SERVER_SECRET_HERE",

"interval_seconds": 60,

"server_port": -1

}

Make sure to wrap your secret key in quotes. The interval determines how often your stats are synchronized with the web portal.

End of Article

Back to server list