Download Fabric Server Launcher

⬇ Download Executable Server (.jar)

How to Download & Run Fabric Server Launcher

The executable JAR works as a lightweight launcher for starting a Fabric-enabled Minecraft server.
It already includes the correct loader and game files for the versions you selected above.

Step 1: Download

Use the dropdowns above to pick your Minecraft version, Fabric Loader, and Installer version.
Then click the blue button to download the fabric-server-launcher.jar file.

Step 2: Command Line Download (Optional)

If you prefer using the terminal, you can also fetch the launcher directly with curl:

curl -OJ https://meta.fabricmc.net/v2/versions/loader/1.21.8/0.17.2/1.1.0/server/jar

Step 3: Run the Server

After downloading, start the server with Java (2GB RAM recommended):

java -Xmx2G -jar fabric-server-mc.1.21.8-loader.0.17.2-launcher.1.1.0.jar nogui

The server will initialize and create the required files. You can then place your mods inside the mods/ folder.