How to Install Mods on Your Hytale Server

How to add mods, plugins, and asset packs to your Hytale dedicated server — 100% server-side with auto-delivery.

Hytale mods are 100% server-side — players automatically receive mod content when connecting. No client-side installation needed.

Installing Mods

  1. Download mods from CurseForge
  2. Stop your server
  3. Upload .zip or .jar files to the mods/ folder
  4. Start your server

Mod Types

TypeLocationDescription
Asset/data packsmods/Custom blocks, items, textures — auto-delivered to players
Java pluginsmods/Server-side logic, commands, events
Early pluginsearlyplugins/Low-level bytecode mods (requires --accept-early-plugins flag)

Enabling/Disabling in Config

In config.json:

"Mods": {
  "mod-id": {
    "Enabled": true,
    "RequiredVersion": ">=1.0.0"
  }
}

Key Advantage

Unlike Minecraft, all Hytale mods are delivered server-side. Players connect and get everything automatically — no mod manager, no launcher, no matching versions on the client.

How is this guide?

40% Off — Limited TimeGet your Hytale server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page