Back to Mods
Nitrado WebServer

Nitrado WebServer

utilityNitradoAndre

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

About Nitrado WebServer

Hytale WebServer Plugin

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

Purpose of this plugin

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.

The aim of this plugin is to provide a common solution for plugin developers, and to solve 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.

For the full documentation please visit the GitHub repository.

Downloads
1.1K
Created
Jan 16, 2026
Updated
Jan 27, 2026
Version
Early Access

Categories

Utility

Download Mod

Download on CurseForge
Free download • 1,064 total downloads

Need a Server?

Run Nitrado WebServer on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Nitrado WebServer?

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

How do I download Nitrado WebServer?

You can download Nitrado WebServer for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Nitrado WebServer?

Nitrado WebServer was created by NitradoAndre. The mod has been downloaded 1.1K times.

Is Nitrado WebServer compatible with Hytale servers?

Nitrado WebServer is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Nitrado WebServer?

To install Nitrado WebServer: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.