You can now install mods! You may want to install the Fabric API mod as most mods will need it, and the Mod Menu mod to see an in-game list of installed mods.
For more detailed instructions visit this guide: Install Fabric - Minecraft Launcher (Windows)
See Installing Fabric Loader and the FAQ
Note: For Minecraft 1.17-1.20.4 we recommended using Java 17. For Minecraft 1.20.5 and higher we recommend using Java 21. See Installing Java.
The Fabric Server Launcher is an executable jar that first downloads any missing Fabric Loader and Minecraft files, then continues with running the game server. There is no explicit installation and the desired versions as selected on the website are already baked into this jar file.
Executable Server (.jar)
button to download the Fabric Server Launcher jar filejava -Xmx2G -jar <fabric server launcher jar file name> nogui
, the exact command is provided on the download website in step 1With Minecraft-specific server hosts, admin panels or start scripts, the Fabric Server Launcher jar file can be used as a drop-in replacement for a vanilla server jar. It can be invoked in the same way and behaves similarly.
Note: For Minecraft 1.17-1.20.4 we recommended using Java 17. For Minecraft 1.20.5 and higher we recommend using Java 21. See Installing Java.
fabric-server-launch.jar
will be created. It expects a server.jar
, which is the vanilla server JAR, generally found on Mojang's version announcement blog posts, next to it, but will also generate a properties file on first launch where you can change the path..fabric
folder if the installer did not remove that for you! Or you will get classloading errors.fabric-server-launcher.jar
, server.properties
, server.jar
and the libraries
folder with its contentsFor more detailed instructions visit:
The Fabric Installer has full support from installing the client and the server from the command line. This could be used to automate the installation. The installer has a number of commands that can be used for a headless install.
java -jar fabric-installer.jar help
java -jar fabric-installer.jar server
java -jar fabric-installer.jar client -dir "~/Games/.minecraft"