FabricAPI.netFabricAPI.net

July 7, 2026

Do You Need Fabric API on a Minecraft Server?

A clear guide to when Fabric API belongs on a server, when it belongs only on the client, and how to avoid server startup errors.

If your Fabric server uses mods that depend on Fabric API, then the Fabric API jar should be in the server mods folder. The server does not automatically use the Fabric API file from your client installation.

Client-side-only mods are different. Visual, HUD, minimap, or cosmetic client mods usually belong only on the player computer. Server-side gameplay mods and shared library dependencies belong on the server when the mod requires them.

How to test safely

Start the server with Fabric Loader, Fabric API, and one or two required mods first. After that works, add more mods in small groups. This makes it easier to find the exact file that causes a crash.

Keep versions aligned

The server Minecraft version, Fabric Loader version, Fabric API version, and mod versions should all be compatible. A mismatch on the server can stop players from joining even if their client looks correct.

About FabricAPI.net

FabricAPI.net is an independent fan-made guide for Minecraft players who want a simpler way to find Fabric API downloads, server jars, and developer references. It is not the official FabricMC website.

More Fabric Guides