How to install Hytale mods
There are two install paths: the in-game browser (one click, covers most cases) and manual installation (needed for server mods and off-browser distributions). Both are below, then what to do when a mod won't load.
Before installing anything
- Know which side it runs on. Client mod or server mod — installing a server mod on your client does nothing, and vice versa. The mods overview explains the split.
- Check the game version. A mod built for an older build may fail on yours — after game patches, give mod authors time (see the update tracker).
- Back up any world you care about before modding it. Always this one, always first.
The easy way: in-game
- Open the mod browser in-game.
- Find the mod, check its last-updated date and side (client/server).
- Install — one click, files land where they belong.
- Enable it for the world you want, ideally a test world first.
Manual install — client
- Find the game's mods folder. The browser installs into it; existing installed mods show you exactly where it is on your system.
- Drop the mod's folder in. Mods are folders, not loose files — if what you downloaded is a zip, extract it and place the mod folder itself into the mods directory.
- Enable it for your world and launch.
One folder too deepThe classic manual-install failure: the mod folder ends up nested inside another folder (mods/MyMod/MyMod/...). The game can't see it, and the fix is moving it up one level.
Manual install — server
Server mods go on the server, in its own mods folder next to the server jar:
- Stop the server. Installing into a running server is asking for half-loaded mods.
- Place the mod folder in the server's mods directory.
- Check the config if the mod has one.
- Start the server and read the boot console — mods that load print evidence; mods that fail print the reason.
If players then can't connect, the most likely cause is a mod version mismatch between server and clients — see the failed to connect checklist.
When a mod won't load
- Wrong side. A client mod installed on the server (or vice versa) never loads. Check first; it's the most common cause.
- Nested folder from manual installation — the warning box above.
- Version mismatch — mod built for a different game build.
- A conflict with another mod. The isolation procedure for finding which two mods are fighting is on the mod browser page.
- Read the error — the game and server consoles log the actual reason. It's usually more specific than "failed".
Removing mods without ruining worlds
The asymmetry worth knowing before your first uninstall: installing is reversible, uninstalling from a world that used the mod is not. The sequence:
- Back up the world. Same rule as installing — every mod change earns a backup.
- Disable before deleting when unsure. Disabling stops the mod loading but keeps it one click from returning.
- Remove the mod's content from the world first, if you can — items from chests, blocks from builds. Worlds generally keep running without the mod; they don't keep its content.
- Then delete via the browser, or remove the folder manually if it was a manual install.
Related pages
- Mod browser — the everyday, one-click path.
- Mods overview — evaluating mods before installing them.
- How to mod Hytale — when installing stops being enough.
Spotted an error, or a patch changed something this page relies on? Report it on this page.