Installing Mods
Hytale's engine is built from the ground up to support modding. One of its best features is that mods are server-authoritative, meaning players do not need to manually install anything—they just join your server!
Step 1: Prepare Your Server
- Go to your panel and Stop the server.
- Modding requires a clean shutdown to ensure data integrity.
Step 2: Upload Files
- Navigate to the Files tab.
- Locate the
modsfolder. If it doesn't exist, create it. - Upload your mod files (typically
.jaror Hytale-specific formats) into this folder. - For larger mods, we recommend using SFTP.
Step 3: Verification
- Start your server.
- Watch the Console for loading messages indicating the mods have been detected.
- If you see any errors, check that the mod version matches your server version.
Client-Side Experience
When players connect to your server, their client will automatically download all necessary assets and scripts. They will see a "Downloading Server Assets" screen before joining the world.
Was this helpful?