Minecraft | Installing Fabric Server and fabric API
Installing Fabric can be a bit confusing, as it involves two main components: the Fabric server and the Fabric API mod. Follow the guide below to easily install Fabric and Fabric API.
- Stop your server.
- Visit https://fabricmc.net/use/server/ or https://mcjarfiles.com/ and download the latest executable server
.jarfile. - Upload the downloaded file to your server's root directory.

-
Delete any other jar files in the root directory, such as
minecraft_server.jar. -
Go to the command line manager, click on Custom Command Line, and then click the
+ Newbutton. -
Give the command line a description. This can be whatever you want it to be, so we will just call ours
Fabric. -
In the Jar File drop-down, you should see your
fabric-server-mc.1.18.2-loader.0.13.3-launcher.0.10.2.jar. Choose that and click Save.

- Once it's saved, you will need to enable it. This will bind the command line to the server. You can simply click on the
Selectbutton, and this will enable the command line.

- Go back to the main page of your Minecraft server and start the server.
- Go to the web console and verify that Fabric is downloading and preparing.
- When you see
Query runningin your server's web console, you can stop the server. - Download Fabric API from https://www.curseforge.com/minecraft/mc-mods/fabric-api.
- Move the downloaded jar file into the
modsfolder.

- Start the server.
- Verify that the installation is complete.
Once the server starts with Fabric API you will see the below:

Common issues
If the server fails to start, it is likely due to the server's Java version being set to automatic, and some jars cannot be detected automatically.
To resolve this, you need to set the Java version according to the version of Minecraft you are running. You can follow this guide on how to change your Java version..