Back to Mods
HyDash

HyDash

utilityManu3lll

HyDash - Hytale Server Web Dashboard

About HyDash

✨ Features

šŸ–„ļø Web-based UI: Modern dark-mode interface, runs directly in the browser. šŸ”“ Live Log Stream: View the server console in real-time (via Server-Sent Events). ⚔ Remote Commands: Execute commands (like /kick, /stop) without being in-game. šŸ“Š Live Stats: Monitor current player count. šŸ”’ Token Auth: Simple protection via access tokens. šŸ“± Responsive: Works on mobile devices. šŸ“„ Installation

Download the latest .jar file from releases (or compile it yourself). Stop your Hytale server. Place the HyDash.jar into your server's mods folder. Start the server. The dashboard is now accessible on port 8888 -> http://ip-of-your-server:8888/ āš™ļø Configuration

Currently, the port and token are configured in the source code (hardcoded).

Default port: 8888 Default token: ChangeMe123 Default listing to: 0.0.0.0 To change these, edit the config.json file inside mods/Manu3lll_HyDash/config.json:

{ "bindAddress": "0.0.0.0", //change listing to here "port": 8888, //change port, where webserver should run here "token": "ChangeMe123" //change token for login here } šŸ”Ø Contributing

Community contributions are welcome and encouraged. If you are a plugin developer and this plugin does not fulfill your needs, please consider contributing to this repository before building your own web dashboard implementation.

šŸ”’ Security

If you believe to have found a security vulnerability, please report your findings via https://github.com/Manu3lll/HyDash/issues.

Thank you for your help und your support! ā¤ļø

Downloads
54
Created
Jan 19, 2026
Updated
Jan 19, 2026
Version
Early Access

Categories

Utility

Screenshots

HyDash screenshot 1

Download Mod

Download on CurseForge
Free download • 54 total downloads

Need a Server?

Run HyDash on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is HyDash?

HyDash - Hytale Server Web Dashboard

How do I download HyDash?

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

Who created HyDash?

HyDash was created by Manu3lll. The mod has been downloaded 54 times.

Is HyDash compatible with Hytale servers?

HyDash 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 HyDash?

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