Background

HyDash

ModsHyDash
HyDash

HyDash

CurseForge
Utility

HyDash - Hytale Server Web Dashboard

πŸš€ HyDash - Hytale Server Web Dashboard

HyDash is a lightweight, high-performance web interface for Hytale servers. It allows administrators to monitor their server via a browser, track logs in real-time, and execute commands remotelyβ€”from anywhere.

sdf

2026-01-18 21_55_29-HyDash – config json  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

  1. Download the latest .jar file from releases (or compile it yourself).
  2. Stop your Hytale server.
  3. Place the HyDash.jar into your server's mods folder.
  4. Start the server.
  5. 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! ❀️

πŸ“ΈGallery

Dashboard overview
Dashboard overview

Information

93
Downloads
Version
HyDash-0.0.1.jar
Updated
Jan 19, 2026
Support
Early Access

Project Links

Help the community thrive by sharing your feedback and reporting issues on the official tracker.

HyDash - Hytale Mod | Hytale Wiki