Add a Mod to a Minecraft Server
FreshPerf includes an explorer that lets you search for and install mods directly from the panel.
Mods usually require a compatible loader such as Fabric, Forge or NeoForge.
1. Choose mod-compatible server software
Open the server Versions tab.
Common choices for mods are:
- Fabric.
- Forge.
- NeoForge.
The loader must match the mod you want to install.
A Fabric mod does not automatically work on Forge, and vice versa.
2. Stop the server
Before installation:
- click Stop.
- wait until the server is fully stopped.
- back up the world if this is an existing server.
3. Open the mod catalog
From the navigation bar:
- click Mods & plugins.
- open Explore.
- select Mods.

FreshPerf can search content from sources such as:
- Modrinth.
- CurseForge.
4. Search for the mod
Use the mod search field.
Before installing, verify:
- Minecraft version.
- required loader.
- dependencies.
- whether the mod must also be installed on each player's client.
5. Install the mod
From the mod page:
- choose a compatible version.
- start the installation.
- wait for the download to finish.
- start the server.
6. Check installed content
Open:
Mods & plugins → Installed
You can also inspect files from Files.
Depending on the loader, mods are usually stored in:
/mods/
7. Check startup logs
After installation, open Console.
If the server does not start, look for messages such as:
Missing dependency Incompatible mod Unsupported version
Common causes include:
- a missing dependency.
- the wrong loader.
- the wrong Minecraft version.
- an incompatible Java version.
- a client-only mod installed on the server.
- conflicts between mods.
8. Install the mod on player clients when required
Many mods must be installed both:
- on the server.
- on each player's game client.
Players must use a compatible setup matching the server.
Some optimization or administration mods are server-side only.
Manual installation
If the mod is not available in FreshPerf's explorer:
- download the
.jarfrom the official mod page. - stop the server.
- open Files or use SFTP.
- upload the file to:
/mods/
- add any required dependencies.
- start the server again.