Documentation Index
Fetch the complete documentation index at: https://support.zonely.gen.tr/llms.txt
Use this file to discover all available pages before exploring further.
Downloads
Nitrado WebServer JAR. https://github.com/nitrado/hytale-plugin-webserver/releases/download/v1.1.1/nitrado-webserver-1.1.1.jar
Nitrado Query JAR. https://github.com/nitrado/hytale-plugin-query/releases/download/v1.1.0/nitrado-query-1.1.0.jar
Nitrado WebServer
Nitrado WebServer runs a lightweight HTTP server next to your Hytale server. It provides the HTTP layer that other mods can use to expose endpoints.
Default behavior is plain HTTP. If you need HTTPS, you typically use a reverse proxy.
Default port rule
By default, WebServer uses game port plus 3. Example. Game port 5520 means WebServer port 5523.
Nitrado Query
Nitrado Query exposes a HTTP endpoint that returns JSON for server status and player counts. It requires Nitrado WebServer.