Minecraft Server Modding Guide
This guide is for Minecraft Java servers using Forge, Fabric, or NeoForge.
Vanilla and Bedrock servers cannot load Java mod .jar files.
We recommend downloading mods from Modrinth or CurseForge.
Before You Install Mods
Only download mods from trusted authors and sources.
Confirm every mod matches your server’s Minecraft version and mod loader version.
Many mods also require dependency mods (libraries/core APIs). Always check each mod page for required dependencies.
Step-by-Step Installation
- Download the mod to your computer
- Log in to the ApexNode panel: https://panel.apexnode.host
- Select your Minecraft server
- Open the Files tab
- Open the
modsfolder - If the
modsfolder does not exist, create it - Upload your
.jarmod file tomods - If the download is a
.zip, unarchive it and upload the contained.jarfile(s) tomods - Restart the server
- Join the server and verify the mod is loaded
Troubleshooting
If a mod fails to load, check the following:
- The file in
modsis a.jar, not just a.zip - The mod version matches your Minecraft and loader versions
- Required dependency mods are installed
- The server was fully restarted after upload
- Error details in logs reference a missing dependency or wrong version