Fabric has grown from a lightweight alternative into a first-class server platform. It loads faster than Forge, updates to new Minecraft versions within days and has a mature ecosystem of server-side mods. Here are the best Fabric mods for servers, sorted by category.
Performance mods
These are the reason many admins choose Fabric in the first place. They require no configuration and stack with each other.
- Lithium - optimizes game physics, mob AI, chunk ticking and block updates. The single biggest performance gain you can get from one mod. No gameplay changes.
- Starlight - rewrites the lighting engine completely. Cuts light update time by over 90%, which matters most during world generation and chunk loading.
- FerriteCore - reduces RAM usage by 40 to 50% by optimizing how block states and models are stored in memory. Essential for modded servers.
- C2ME (Concurrent Chunk Management Engine) - makes chunk loading multi-threaded. Especially useful on CPUs with many cores.
- Krypton - optimizes Minecraft's networking stack. Reduces bandwidth usage and improves connection handling for larger player counts.
Utility mods
Server management essentials that every admin needs.
- LuckPerms - the standard permissions plugin, fully supported on Fabric. Manage groups, permissions and prefixes with a web editor.
- FabricProxy-Lite - enables Velocity modern forwarding so you can run Fabric behind a proxy. Essential for networks.
- Spark - performance profiler that shows exactly what is causing lag. Run
/spark profilerand share the report. - Chunky - pre-generates your world so players never hit ungenerated chunks. Set a border and let it run overnight.
- BlueMap / Dynmap - renders a live 3D or 2D map of your world accessible through a web browser.
Gameplay mods
Mods that enhance the game without turning it into a modpack.
- Origins - lets players choose a race with unique abilities. Popular on SMPs for adding variety without overwhelming complexity.
- Cobblemon - Pokemon in Minecraft, built natively for Fabric. Excellent server support and active development.
- Simple Voice Chat - proximity voice chat. Players hear each other based on distance. Works entirely server-side after initial client install.
How to install Fabric mods on your server
- Make sure your server runs Fabric Loader. If it runs Paper or Forge, Fabric mods will not work.
- Download the mod
.jarfrom Modrinth or CurseForge. Always pick the version matching your Minecraft version. - Upload the jar to the
mods/folder on your server via SFTP or the file manager. - Most mods also need the Fabric API mod. Download and place it in
mods/too. - Restart the server (not just reload).
Common mistakes
- Mixing Forge and Fabric mods - they are not compatible. A Forge mod will not load on Fabric and vice versa.
- Wrong Minecraft version - a mod for 1.21.1 will not load on 26.2. Check the version on the download page.
- Missing Fabric API - most mods depend on it. Without it, the server crashes at startup with a missing dependency error.
Do Fabric mods work with Vanilla clients?
Server-side mods like Lithium, Starlight and LuckPerms work with completely vanilla clients. Mods that add blocks, items or visual features (Cobblemon, Origins) require the mod on the client too.
Can I use Fabric and plugins together?
Not directly. Fabric loads mods, not plugins. If you need Bukkit/Spigot plugins, look at projects like Banner or Cardboard that add plugin support to Fabric, but compatibility is not guaranteed.
Is Fabric faster than Paper?
With Lithium, Starlight and C2ME installed, Fabric matches or exceeds Paper in most benchmarks. Paper's advantage is its plugin ecosystem and async chunk loading. The best choice depends on whether you need plugins or mods.
Run Fabric with full mod support on any HostValues Minecraft plan.