Hytale Update 6 went live on August 27, 2026. If you only play the game, the headline is Spectator mode, Hardcore, and an in-game Mod Browser. If you run a Hytale server, the headline sits three quarters of the way down the patch notes: the network protocol moved from hytale/2 to hytale/3, and until you rebuild, nothing connects.
The protocol moved to hytale/3, so rebuild before you announce anything
Hypixel Studios put it plainly in the notes: "Servers and plugins need a rebuild before they will connect." The protocol went from hytale/2 to hytale/3, and packet layouts shifted again later in the development cycle, so even a server built against an early Update 6 pre-release may not be current.
This matters because of how the failure looks. A server on the old protocol does not hand your players a helpful error. It just refuses the connection. Every support ticket that follows will read like a firewall problem or a port problem, and you will spend an hour checking things that were never broken. Rebuild first, then debug.
Plugins are the same story. Anything compiled against hytale/2 packet layouts needs recompiling. If you run a community server with three or four plugins from different authors, assume at least one of them will lag behind for a few days, and decide now whether you reopen without it or wait.

STUN and TURN quietly redraw the line between hosting and self-hosting
Update 6 adds STUN and TURN, which means Hytale now handles NAT traversal itself. Players can connect and play with friends without any external software. In practice, the Hamachi and Radmin and Tailscale era of getting four friends into one world is over for most people. Joining a friend's hosted world also connects noticeably faster, and port forwarding is more reliable on Wi-Fi and behind VPN software.
Two caveats are worth knowing before you tell your group to just self-host. Double NAT still does not work, which covers a lot of people on carrier-grade NAT or a router behind a router. And the hotfixes that followed on the same day changed how the game picks a path: direct network paths now take priority over VPN adapters and relays like Hamachi, Radmin, and Teredo. If you installed one of those for older Hytale sessions and never removed it, take it off the machine, because it is now more likely to get in the way than help. There is also a new Copy Network Report button on the Online Play screen, which is the first thing to ask for when somebody cannot connect.
None of this makes a rented server pointless. It makes the reason for one sharper. A peer-hosted world only exists while the host has the game open. A dedicated server is what you want when the world needs to be there at 3am, when the host is at work, or when you have more than a handful of people.

The quiet server fixes are the best part of this patch
The single biggest one: dedicated servers now recover on their own when the main world crashes. Before Update 6, a world crash could leave the server unjoinable and kick everyone off until an operator reloaded the world or restarted the process. If you have ever woken up to a Discord full of "server is down" at 6am, that was often this.
The rest of the list is unglamorous and genuinely useful:
- Packet decoding is 2 to 4 times faster on both the client and the server.
- A periodic freeze on busier servers during saves is fixed. That was the stutter you felt every few minutes on a populated world.
- Shutting a server down now gives players a clean disconnect instead of making them wait for a timeout.
- A bug that blocked rejoining until the server restarted is gone.
- Crashes when several players joined at the same moment are fixed, as are joins blocked by NaN rotation values and a rare disconnect on Linux.
- The protocol is hardened against custom server implementations, and projectile spawn positions now derive from the server's authoritative entity transform, continuing the anti-cheat work that started in the Update 6 pre-release.
The Mod Browser is great for players and a new headache for admins
Mods now install from inside the game. The browser has featured, popular, and recently updated sections, plus category filters and search. Two behaviours are worth knowing before your players find them: world mods generate a separate copy of the world, and removing a mod leaves your existing worlds intact. Creating a world mod asks for confirmation first, because doing so executes code.
For a server operator the risk is drift. A client-side install is not a server-side install, and a browser that makes mod installation one click makes it much easier for half your players to end up on a different mod set than your server expects. Pin your server's mod list, publish it somewhere your community actually reads, and check it after every Hytale patch.
One fix here is a relief for heavily modded worlds. A crash on join caused by enough mods overflowing the entity texture atlas is gone, and affected NPCs now render without a texture instead of taking the whole game down. Hotfix 0.6.2 also lets the browser install a mod when identical files already sit in your Mods folder.

Decide your Hardcore setting before you reopen
Hardcore ships with five settings: Off, Permadeath, Three Strikes, Nine Lives, and Soulbound. This is a world-level decision, so make it before your players sink twenty hours into characters under the wrong rules. Spectator mode pairs with it. A player who dies stays in the world as an invisible observer and can either follow the players still alive or fly the camera freely.
That is lovely for community events and build tours. It also means dead players stay connected, which is worth thinking about if you run PvP and your slot count is tight. While you are in the settings, note that view radius is now capped at 32 chunks after an overflow fix. View distance is one of the few levers that meaningfully moves a Hytale server's memory and bandwidth use, so set it deliberately rather than leaving it at whatever the host default happens to be.
Your update order
Rebuild the server on 0.6.2 first, recompile every plugin against hytale/3, then join once yourself with an updated client before you tell anyone the server is back. If someone still cannot get in, have them remove old VPN adapters and send you a network report. It is a twenty minute job done in that order and a long evening done in any other.
If you would rather not manage the rebuild cycle yourself, Hytale server hosting at DoomHosting keeps the server build current, so a protocol bump like this one is a restart rather than a project.




