How to Install Mods on a Hytale Server?
How Do Mods Work in Hytale?
Modifications in Hytale work strictly server-side. This means your players do not need to install anything in their launcher before joining the game.
This is because the Hytale engine was designed from the ground up with dynamic asset distribution in mind. When connecting to the server, the game client automatically downloads all required models, textures, sounds, and scripts from the network source directly into temporary memory. Once the player leaves the server, these files do not clutter their disk.
Method 1: Uploading Mods via the Panel
This method works best for individual mods whose file size does not exceed browser limits (100 MB).
- Stop the server in the
Consoletab. - Go to the
Filestab in the panel. - Find and open the
modsfolder. - Drag and drop the modification's
.zipfile directly into the browser area or use the Upload to server button. - Return to the
Consoleand start the server again.
Method 2: Uploading via SFTP
When uploading heavy modifications or multiple mods at once, the traditional browser upload may get interrupted. Therefore, an SFTP client is used for this purpose.
- Download the mod files (
.ziparchive) to your computer. - Stop the server in the panel.
- Connect to your server using an SFTP client (e.g., WinSCP) – detailed instructions can be found in the guide How to connect to SFTP.
- Once connected, navigate to the
modsdirectory on the server. - Transfer the files directly from the left panel (your computer) to the right panel (server).
- After the transfer is complete, start the server in the
Consoletab. The engine will automatically initialize the new mod packages upon startup.