Skip to content

Releases: Stormster/hytale-server-manager

Hytale Server Manager v3.0.2

15 Apr 03:30

Choose a tag to compare

Experimental addon experience

  • Improved update/install flow for experimental addons with clearer status and messaging.
  • Better handling for addon script loading and load errors.
  • Custom Commands editor now opens directly in the Experimental page (no extra dialog), with improved loading/error states and smoother scrolling.

Updates & reliability

  • Improved updater behavior with better backup options and clearer error handling.
  • Added per-instance Nitrado update status support for more accurate update checks.
  • Updated UpdateView text and layout for better clarity and usability.

Fixes

  • Fixed duplicate updatesPendingCount declaration.
  • Fixed several UI/UX issues in UpdateView and ServerView copy/labels.
  • Improved overall stability around addon and update flows.

VirusTotal reports

Hytale Server Manager v2.8.0

09 Mar 01:50

Choose a tag to compare

Experimental Addon Integration

  • Added a new Experimental area with improved addon setup and management flow.
  • Expanded addon integration between backend and frontend, including exported API functions for addon interaction.
  • Improved addon script loading and error handling so addon issues are surfaced more clearly.

Better Reliability & Auth Handling

  • Added a backend health check endpoint and improved API auth error handling.
  • Added auth/session safeguards (including clearer expired-auth behavior in-app).
  • Improved updater/downloader behavior to better recover and report issues.

Console & Configuration Improvements

  • Enhanced ServerConsole interactions (including hover behavior and command UX improvements).
  • Expanded built-in command support (including additional voice-related commands).
  • Improved JSON error handling in both ConfigView and addon JSON editing.
  • Updated navigation and custom command management flow.

UI / Quality Updates

  • New/updated components for addon UX and auth messaging.
  • Dependency and config cleanups for stability.

VirusTotal Reports

Hytale Server Manager v2.7.0

07 Mar 19:47

Choose a tag to compare

Security & safety

  • Improved instance path validation to prevent invalid or unsafe paths.
  • Hardened ZIP extraction during download/backup/update flows.

Stability improvements

  • Better backend resilience and restart behavior if the service crashes.
  • Improved reconnect handling so the app recovers more cleanly after backend restarts.
  • Refined SSE and setup/install flow handling for more reliable progress and status updates.

User experience

  • Clearer install/setup error messages and better diagnostics when something fails.
  • Better consistency in dashboard/config styling and scrollbar behavior.
  • Improved file selection logic in release scanning scripts.

VirusTotal reports

Hytale Server Manager v2.6.6

07 Mar 04:59

Choose a tag to compare

Backend

  • Stability – Backend restarts automatically if Uvicorn crashes or exits unexpectedly (Tauri + Python).
  • Reconnection – Backend URL cache is cleared on connection errors so the app can reconnect after a restart.
  • Logging – Log buffer handles write errors so logging stays available when stderr fails.

UI

  • Config – Config view uses a labeled button instead of a tooltip-only control for better accessibility.
  • Dashboard – Button styling updated for consistency.
  • Scrollbars – Scrollbar styles standardized via CSS variables; ServerConsole and ConfigView use them for consistent layout and overflow.

Hytale Server Manager v2.6.5

07 Mar 04:31

Choose a tag to compare

I apologize for the releases back to back, I just came home from vacation and I'm pushing fixes for issues that were reported while I was away.

Fixes

  • Console / SSE – Added output event handling in SSE subscriptions for more reliable console streaming.
  • Server exit – Improved server exit handling to avoid duplicate exit messages and better manage connections when the server stops.

Hytale Server Manager v2.6.4

07 Mar 04:19

Choose a tag to compare

Fixes

  • Backend readiness – Backend readiness check now returns clear success or failure messages based on server startup status.
  • Security – Tauri security config updated to allow connections from any localhost port for local development.

Hytale Server Manager v2.6.3

02 Mar 05:36

Choose a tag to compare

Fixes

  • Downloading / installation – Server download and install dialogs now use native EventSource with GET instead of POST, improving reliability in the Tauri WebView (fixes downloads hanging or failing).
  • Setup readiness – Checks before starting installation and clearer error messages when the downloader is unavailable or auth fails.
  • Installation dialogs – Clearer error handling, optional debug info copying for support, and installation cancellation support.

Note

Linux compatibility is planned for the next release.

Hytale Server Manager v2.6.1

25 Feb 05:53

Choose a tag to compare

Bug fix

  • First-time install – Installing a server for a new instance no longer fails when another instance is already running. Previously, any running server blocked first-time installs.

Hytale Server Manager v2.6.0

25 Feb 05:36

Choose a tag to compare

Updates

  • Bulk update – Update all instances with available updates in one action; grouped by patchline so each version is downloaded once
  • Download cache – Shared cache per patchline; avoids re-downloading the same version for multiple instances and clears old cache before a new download
  • Graceful shutdown – When updating a running server, you can send in-game warnings (1 min, 30 sec, 10 sec) before shutdown so players have time to leave safely.
  • Instance backups – Per-instance backup created before each update
  • UI – Updated layout, clearer messaging and guidance, and improved dialogs

UI & Layout

  • Footer – App footer with version link and Report Issues across main app, auth, and onboarding
  • ServerAuthModal – Simplified dialog behavior
  • Dark mode – Tweaks for better contrast in dark mode (there is no light mode yet, but soon)

Requirements

  • Windows
  • Java 25+
  • Hytale account for server downloads

Hytale Server Manager v2.5.0

23 Feb 02:39

Choose a tag to compare

Backups

  • Hytale world snapshots – List and open world backups from Server/backups/ (created via --backup or /backup)
  • Restore world snapshots – One-click restore with confirmation; creates a pre-restore backup before replacing the universe (server must be stopped)
  • Backup types – New "Why are there two types of backups?" section clarifies server snapshots vs. world backups

Console

  • Commands – Added many more console commands.
  • Sub-command panel – Improved rendering with unique keys for sub-command lists

Requirements

  • Windows
  • Java 25+
  • Hytale account for server downloads