Install Fabric on Your Minecraft Server
Fabric is a lightweight mod loader for Minecraft that supports a wide range of versions. It uses a similar file-based install method to Forge. Before starting, connect to your server via FTP.
Fabric JAR filename reference
| Minecraft version | Rename fabric-server-launch.jar to |
|---|---|
| 1.0 - 1.11.2 | custom-1112below.jar |
| 1.12 - 1.16.5 | custom.jar |
| 1.17.x | custom-java-16.jar |
| 1.18 - 1.20.4 | custom-java-17.jar |
| 1.20.5+ | custom-java-21.jar |
Steps
- Visit the Fabric download page and click Download universal jar.
- Run the installer JAR and select the Server tab.
- Set the Minecraft Version and Loader Version you want to use.
- Set the Install Location to a local folder, then click Install.
- When the Server successfully installed window appears, click Download server jar, then click Done and close the installer.
- In the installation folder, find
fabric-server-launch.jarand rename it using the table above based on your Minecraft version. - Connect via FTP and upload all Fabric server files (the renamed JAR,
librariesfolder, andserver.jar) to the root directory of your Minecraft server. - In the Minecraft panel, find the JAR File option and select the option that matches your Fabric version (the same options used for custom JARs).
- Click Save and start your server.
Tip: Fabric mods go in the
/modsfolder on your server, just like Forge mods. See our guide on connecting via FTP to upload them.
Troubleshooting
| Problem | Solution |
|---|---|
| Server does not start | Confirm the renamed JAR matches the filename in the reference table exactly. |
| Mods not loading | Ensure mods are placed in the /mods folder and are Fabric-compatible. |
| Version mismatch | The Fabric Loader version and Minecraft version must be compatible; check the Fabric website. |