How to Install Mods on Your Minecraft Java Server
You can install mods on your server to add new content, mechanics or improvements.
Note
Mods only work with mod-capable server versions such as Forge, NeoForge, Fabric or Quilt. Vanilla, Spigot or Paper servers do not support mods. If you want to use plugins instead, see: Install Plugins.
Where can I find mods?
You can find mods on the following platforms:
Important
Only download mods from trusted sources. Mods from unknown sources may contain malicious code. Make sure the mod is compatible with your Minecraft version and mod loader (Forge, Fabric, etc.).
Add mods
Download the mod
Download the desired mod as a.jarfile. Make sure it matches your mod loader and Minecraft version.Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Upload the mod
Upload the.jarfile to the/mods/folder.Start the server
Start your server.
Tip
After the first start, most mods create their own folder under /config/ with configuration files that you can customize.
Remove a mod
Stop the server
Stop your server via the dashboard.Delete the mod
Delete the mod's.jarfile from the/mods/folder.Start the server
Start your server.
Note
Most mods must be installed on both the server and every player's client. Check the mod description to see if a client-side installation is required.