promotional bannermobile promotional banner

Nitrado WebServer

A base plugin for the game Hytale, allowing other Hytale plugins to serve web-based content.

Hytale WebServer Plugin

A base plugin for the game Hytale, allowing other Hytale plugins to serve web-based content.

Overview

Many plugin use cases require serving data via HTTP, such as for webhooks, live maps, or for exposing data about the connected players. However, multiple plugins each opening their own HTTP servers for their respective use cases is unnecessary overhead, and causes headaches for server admins and service providers.

This plugin provides a common solution for plugin developers, and solves typical requirements around web servers in one single place, so that plugins stay compatible with each other.

Game Server Providers are encouraged to detect the presence of this plugin, and to provide it with a configuration that ensures compatibility with their respective hosting platform.

Main Features

  • Secure by default: TLS using self-signed or user-provided certificates, as well as support for certificate retrieval.
  • Player Authentication: Players may authenticate based on their Hytale account, allowing plugins to act in the context of that respective player.
  • Permission checks: Built-in support for performing authorization checks based on an authenticated player's permissions on the Hytale server.
  • Service Accounts (API Users): Allowing server owners to create accounts independent of a player account, which can still be managed using Hytale's permission system.
  • Extensibility: All important implementations are behind interfaces, so that they can be replaced if required. To ensure intercompatibility with other web servers, classes from jakarta.servlet.http are used.

Quick Start

Installation

Copy the plugin JAR file into your server's mods/ folder. The web server binds to the game server's port +3 by default.

Basic Configuration

Create mods/Nitrado_WebServer/config.json to customize settings:

{
  "BindHost": "127.0.0.1",
  "BindPort": 7003
}

Documentation

The Nitrado WebServer Team

profile avatar
  • 8
    Followers
  • 3
    Projects
  • 30.8K
    Downloads

More from NitradoAndre

  • Nitrado Query project image

    Nitrado Query

    • 6.9K
    • Mods

    Exposes server information via an HTTP endpoint

    • 6.9K
    • April 13, 2026
    • Mods
  • Nitrado PerformanceSaver project image

    Nitrado PerformanceSaver

    • 14.4K
    • Mods

    Ensures stability of a Hytale server by lowering the resource consumption of the server when it is under resource pressure.

    • 14.4K
    • April 13, 2026
    • Mods
  • Prometheus Exporter project image

    Prometheus Exporter

    • 117
    • Mods

    This mod provides a Prometheus-compatible endpoint that exports structured metrics about the server, worlds, players, entities, and JVM performance.

    • 117
    • January 29, 2026
    • Mods
    • +1
  • Nitrado Query project image

    Nitrado Query

    • 6.9K
    • Mods

    Exposes server information via an HTTP endpoint

    • 6.9K
    • April 13, 2026
    • Mods
  • Nitrado PerformanceSaver project image

    Nitrado PerformanceSaver

    • 14.4K
    • Mods

    Ensures stability of a Hytale server by lowering the resource consumption of the server when it is under resource pressure.

    • 14.4K
    • April 13, 2026
    • Mods
  • Prometheus Exporter project image

    Prometheus Exporter

    • 117
    • Mods

    This mod provides a Prometheus-compatible endpoint that exports structured metrics about the server, worlds, players, entities, and JVM performance.

    • 117
    • January 29, 2026
    • Mods
    • +1