Install Forge Mods on a Server
The Easy Way
This guide is intended for advanced users only. If you have a server with us, Command Center provides an installer for many different modpacks, and if you don't see the one you want, you can contact us to request it.
Forge mods areĀ pluginsĀ developed against the MinecraftForge framework and loaded by ForgeModLoader. They are very different from mods/plugins developed on other frameworks like CraftBukkit or Sponge. Some examples of Forge mods include: Pixelmon, ThermalExpansion, Thaumcraft, etc. This tutorial is for those who wish to create a custom modded server from scratch or add mods to an existing modpackās server. Be sure toĀ add the mods to your clientĀ too.
Cauldron
Any references to Cauldron are out of date as Cauldron is no longer supported. The information is still provided as it is still correct even if it isnāt very useful.
Install Forge or Cauldron
Depending on how you are setting up your mods, you may need to install a Minecraft server that can load mods. If you are installing mods into a pre-existing modded server, continue to the next section, as it should have Forge or Cauldron. If youāre building a server from scratch, decide if youād like to use Forge or Cauldron. Forge is the original Minecraft server that can only load Forge mods. Cauldron itās a server optimized brand of Forge that also works with Bukkit plugins and has Spigot patches. Cauldron is a more feature rich and powerful system.
Do one of the following:
Install Mods
Backup, Backup, Backup!
Always make a backup before changing the files on your server.
- Download the mods that you want to install. For compatibility, they need to be the same Minecraft version as your server. For example, if your server isĀ
1.16.5
, the mod must also beĀ1.16.5
. - Log into your server SFTP.
- Navigate to the SFTP folder for the game on your server that you want to work on.
- Upload your mods (one at a time, repeating these instructions as necessary) into the mods folders. The modās installation instructions should specify the folder(s) to place them into if they are different.
- Log intoĀ Command Center. From the server list, find the server you want to install mods to and click the Manage button on the right.
- When youāre ready, restart your server.
- If your server fails to start, or crashes after adding a mod, you will need to talk to the mod author or open aĀ support ticket. Sometimes we can help resolve simple issues, but many times with mods, the issue is a bug in the code that has to be fixed. In the mean time, remove the mod and repeat the above instructions for any more mods that you might have.
Add Mods to an Existing Modpack at YOUR OWN RISK
Keep in mind that installing new mods into pre-existing mod packs can be tricky. You may wish to backup your server before making changes so you can restore it if something goes wrong and you donāt know how to fix it. You can backup your server by downloading its files from the server SFTP or using Backups in Command Center. Donāt be surprised if the mods you install donāt work. It sometimes takes a lot of trial and error. We also recommend adding one mod at a time so troubleshooting will be easier.
To install mods onto an existing mod pack, you only need to follow the directions in the āInstall the modsā section. Make sure the mods match the version of Minecraft that the mod pack is based on. You can check the version by starting your mod pack. The version number is on the the main Minecraft screen on the lower left corner. Common version numbers are 1.7.4, 1.12.2, 1.16.5, and 1.18.2.
Updated 7 months ago