# Fabric Minecraft Server Performance Guide (/docs/minecraft/fabric-optimize)



Fabric servers benefit from lightweight performance mods. Here are the essentials.

Essential Fabric Performance Mods [#essential-fabric-performance-mods]

| Mod                                                  | Purpose                                                              |
| ---------------------------------------------------- | -------------------------------------------------------------------- |
| [Lithium](https://modrinth.com/mod/lithium)          | Game logic optimization — tick speed, AI, world gen                  |
| [Starlight](https://modrinth.com/mod/starlight)      | Rewritten lighting engine (not needed on 1.20+, merged into vanilla) |
| [FerriteCore](https://modrinth.com/mod/ferrite-core) | Reduces RAM usage significantly                                      |
| [Krypton](https://modrinth.com/mod/krypton)          | Network stack optimization                                           |
| [C2ME](https://modrinth.com/mod/c2me-fabric)         | Multithreaded chunk generation                                       |
| [ServerCore](https://modrinth.com/mod/servercore)    | Entity/mob optimizations                                             |

Installation [#installation]

1. Download from [Modrinth](https://modrinth.com/) — match your Minecraft version
2. Upload `.jar` files to `mods/`
3. Most also require **Fabric API** installed
4. Restart

Recommended Stack [#recommended-stack]

For the best Fabric server performance, install all of:

* Lithium + FerriteCore + Krypton + C2ME

These mods don't conflict and stack their optimizations.

> 💡 **Tip:** Unlike Forge, Fabric performance mods are extremely lightweight and rarely cause compatibility issues. Install them all.

Related Guides [#related-guides]

* [Install Mods](/docs/minecraft/mod-setup)
* [Performance Guide](/docs/minecraft/optimize-server)
* [JVM Flags](/docs/minecraft/jvm-flags)
