If you already run Pelican or Pterodactyl, importing a Hytale egg takes an afternoon and you get multi-node out of it. That is a real answer and we are not going to pretend otherwise. If your Wings cluster is up and your staff workflow works, staying put is a defensible decision.
What an egg cannot give you is Hytale. To a generic panel your worlds are directories, your mods are uploads, your players are lines in a log file, and every moderation action is a command you type into a console yourself. TalePanel models them: a player registry built from the server log, mods with versions and hashes, worlds detected on the node, moderation with the real command syntax. Around that sits the boring infrastructure a network actually needs — file manager with streaming multi-GB uploads, scheduled and manual backups with retention and restore, per-server MariaDB databases, alert rules to email, webhook or Discord. And it installs with one command instead of Docker plus Wings plus an egg import.
So: if you want a mature, generic, battle-worn orchestrator, use Pelican. If you want a panel that understands the game, this is the only one being built.
Known limits — v0.9.0-beta
- Not production-hardened by anyone but its author. It is beta. Run it on a box you can rebuild.
- The console, logs and metrics poll — the daemon polls the API for commands every 2s and heartbeats every 10s. There is no WebSocket push. It feels near-live; it isn't a live stream, and calling it one would be a lie.
- Backups are written to the node's own disk. There is no offsite or S3 target yet — a dead disk takes the backup with it.
- World management is an overview: worlds detected on the node, set the active world, delete a world. Nothing more.
- No mod marketplace browser, no mobile app, no desktop app. Web panel, that's it.
Better you read that here than find it on your own box. Roadmap and open issues are public.