How To Create A Modded Minecraft Server
In this guide, we’ll see how to create a Minecraft server modded with Forge. This API allows you to install many different modes easily. We’ll discuss all of the issues of creating your private modded server: installation of Forge on the server and then how to install mods.
Heres What Youre Looking At
Minecraft version: 1.10.2 1.16.5
One of the most helpful and lightweight Minecraft mods, Heres What Youre Looking At or HYWLA helps users identify any block or item within the game.
Simply hover the cursor over an item, and the tool will tell you what it is. It can even tell you which mod the item comes from.
This simple mod is the successor of a popular utility mod called What Am I Looking At or WAILA, which is no longer updated.
How To Install Fabric Mods On Your Minecraft Server
We have a video tutorial on how to install Fabric to your Minecraft server:
This guide explains how to install mods onto your Fabric server. Fabric, like Forge, is a server type that allows for mods to be run on both the server and the client .
To install Fabric mods, you will need to have Fabric installed onto your server. You can view our tutorial on how to install Fabric here: How to install Fabric onto your Minecraft Server
Mitchell Smith
Also Check: Free Accounts For Minecraft
Roguelike Adventures And Dungeons
Minecraft version: 1.12.2
This modpack is centered on exploration, adventure, looting, and fighting. Roguelike Adventures and Dungeons sets itself apart from other modpacks by having the unique quality of containing no tech mods.
The fantasy-themed modpack contains over 100 different mods. As they complete quests, players can discover new dimensions, explore roguelike dungeons and structures to find loot, and improve their skills and equipment.
There are doors and portals teleporting players to different traps, puzzles, and mazes. Players can also cast spells, tame dragons, and fight various mobs. Upon finishing quests, they will earn coins that can be exchanged for valuable rewards.
Setting Up A Simple Vanilla Minecraft Server

There are two ways to approach installing the simple vanilla Mojang-supplied Minecraft server. One method is very Windows-centric as you simply download an .EXE file and run it, with a convenient little graphical user window. That method doesnt necessarily help OS X and Linux users however, so were going to use the .JAR based method which will help expand the process across all the platforms with only very minor tweaks necessary to shift between operating systems.
The first order of business is to download the official Minecraft server JAR file. As of this tutorial the version is 1.7.10. You can find it at the bottom of . Regardless of your operating system, you want the .JAR file.
After the file has finished downloading, move the .JAR file to a more permanent location. We placed the file in a /HTG Test Server/. You can place it anywhere you want but label it clearly, place it somewhere safe, and be aware that once you run the .JAR file all the server-related stuff will be downloaded/unpacked in folder the .JAR is located in, so dont place it somewhere like a drive root or a home folder.
Execute the server for the first time by running the following command at the command prompt from the directory the .JAR file is located in, of course:
Windows: java -Xmx1024M -Xms1024M -jar minecraft_server.1.7.10.jar nogui
OS X: java -Xms1G -Xmx1G -jar minecraft_server. 1.7.10.jar nogui
Linux: java -Xms1G -Xmx1G -jar minecraft_server. 1.7.10.jar nogui
Recommended Reading: What Is The Purpose Of Minecraft
Apple Smp Minecraft Modded Server
play.applesmp.net
A Economy and Life steal SMP! This server an be connected to with the IP play.applesmp.net! The server is 1.18.2 and has a great community! We also host weekly giveaways and events of the communities choosing! You can follow us on Tiktok @apples_smp thanks! Also every time you vote for this server y
7/1000
Start And Review Initialization
The next step is to start and run the server for the Mod pack to initialize. Simply go to the console panel and start the server.
The initialization process is automated, and there should be a continuous output display in a prompt screen. There should be two indications of whether the mod pack has been installed or not: the Startup done! message or the checkmark on the Server console checkbox.
After confirming that the server has successfully started up, connect to the server with the mod pack and the respective client.
You May Like: How To Make A Stove In Minecraft
Why Linux And Not A Fully Managed Solution
This is a valid question. A fully managed solution like one offered by the many dedicated Minecraft hosting companies out there can make sense. There is no need to secure the underlying Linux OS, this is all done for you.You get a nice graphical front end to manage your server, automated backups, DNS management to access your server, FTP access. They provide a GUI for managing your mods.
However, if you decide to go with a dedicated setup you can get a credit towards your server with DigitalOcean if you sign up through this referral link. Sizing of your server will depend on how many mods and users you intend to have.
Here are some of the reasons you may want to build your own
1 – Maximum control right down to the OS level.2 – Prefer working from the command line than from a Web browser to manage your server.3 – High memory and cpu needs for your server and a VPS or dedicated server is cheaper than a higher end fully hosted solution.4 – Have a server available which isn’t costing you anything and a good internet link.5 – Want to learn how to do it yourself from start to finish.6 – Finally, the most important reason of all…..Because You Can!
Install Minecraft Add Forge Mod Loader
In order to play on a Minecraft server, you need… Minecraft! If you’ve purchased Minecraft, you can download it at
It’ll download MinecraftInstaller.msi, launch it and follow the instructions to install it. Once installed, you will want to launch vanilla 1.12.2 at least once in order to install all the important stuff. Under the Installations tab, click + New, then under Versions, select 1.12.2. Select 1.12.2 from the drop down menu, and press PLAY. Once it fully loads to the menu screen, exit the game.
Next, you’ll want to download and install Forge, go to this link and click on Windows Installer.
Launch it, and click OK. Wait for it to install.
Recommended Reading: When Did Minecraft First Come Out
Modded Minecraft Server Requirements
Running a modded Minecraft server is only slightly more complex than running a vanilla Minecraft server. The standard requirements for hosting the server on a PC still apply:
- Intel Core 2 Duo or AMD Athlon 64 X2 CPU.
- At least 4GB of RAM.
- At least 150MB of HDD storage for server files, plus additional space for storing mods.
- 10 Mbps wired/ethernet internet connection.
- Access to your routers web interface for port-forwarding.
- Latest version of Java Runtime Environment .
To install mods on your server, you also need:
- Minecraft Forge modding API.
Note that each mod is only compatible with a specific Minecraft Forge version, so make sure to download and install the right version. For example, the popular Midnight mod can only run on Minecraft Forge version 1.15.2.
What Do You Need Before Installing Minecraft Mods
Before we go any further, make sure you have set up a Minecraft server and installed the Java Development Kit . Here are some other points to consider before installing Forge and uploading mods:
- Most Minecraft servers run on the Java Edition of the game. Unfortunately, the Bedrock Edition doesnt support mods and only works with add-ons from the Mojang Studios Minecraft marketplace.
- Each new mod will increase the RAM usage, so make sure that your server is powerful enough.
- Back up the server before installing any mods to have a restoration point if something goes wrong.
- You will need to stop the server when installing mods. The installation might still be successful if the server is running, but any changes will only appear after restarting it.
Expert Tip
Try to install mods one by one this will ensure that all of them work correctly and will save time if troubleshooting is necessary.
Eimantas M.
VPS System Engineer
You May Like: How To Get On Minecraft Servers
Check The Mod Installation
Once youve installed a mod, its important to check if its working correctly. Do it by running Forge following these steps:
What to Do if Mods Arent Working?
In case your mods arent functional, check out the following troubleshooting tips:
- Make sure that you have installed Forge.
- Check if youve selected forge in the Minecraft launcher.
- Ensure that the mods are installed both on the server and client instances of Minecraft.
- Double-check if the mod version corresponds to the Forge version and that there are no duplicate mods.
- Make sure the downloaded mods have come from a reliable source and that youre running the official version of Minecraft.
- Double-check the mods directory.
- Some mods have dependencies which must be installed.
How To Install Minecraft Mods Manually

Now that your Minecraft server is running and the JDK has been set up, we can proceed with the Minecraft mod installation process.
Expert Tip
If youve got a Linux-based Minecraft VPS and want to install mods make sure to follow your specific hosting providers guidelines.
Eimantas M.
VPS System Engineer
Don’t Miss: How To Find Herobrine In Minecraft
Mods Allow List For Servers
Basically, there’s a massive hacker epidemic on java servers right now. It’s literally impossible to control at this point. I feel server owners should have the ability to only allow players to log in with specific mods. As of now, players can log in and server owners have no way of knowing exactly what mods they’re using, they can be totally hidden, which makes hacking so easy. If we could automatically detect players logging in with a blacklisted mod immediately, it’d solve 99% of our cheater problem.
Registered User
Modded Minecraft Server Hosting Features
We provide modded Minecraft server hosting services. Our custom built control panel allows for easy one-click installations and managing without having the issue of managing files and folders elsewhere. We have over 400 different and unique modpacks in our directory using ATLauncher, Twitch, Forge, FTB, Technic and Voids Wrath. If you do not find the modpack you desire, you can send a Support ticket to our customer service and we are able to add it to our directory free of charge.
What else do we provide on our modded Minecraft server hosting
Through our Control Panel you can create your own Minecraft launcher.
- Create your own launcher with custom forge servers.
- Edit the servers list and the list of mods of each server.
- Have players join your server through the launcher and connect players to your server).
- Change the launcher design with a fully customizable platform.
Don’t Miss: Minecraft Acc For Sale
Setting Up A Simple Modded Minecraft Server
Just like you can easily inject Forge mod loader into a standalone Minecraft installation you can easily inject Forge mod loader into the Minecraft server.
You can reuse the same installer you used for Forge in the previous modding tutorial simply rerun it and adjust the settings as such:
Select Install server and point it at a fresh directory. You dont need to install a server and then install Forge, like you need to install Minecraft and then install Forge like we did in the client-side tutorial.
Note: If you jumped down to this section because you were so excited about mods on your server, well still encourage you to read the previous section as several of the steps are identical, and were not repeating them all in detail for this portion of the tutorial.
Give it a minute to download both the server and Forge files, then visit the installation folder. The next steps will look a whole lot like the vanilla Minecraft server setup.
Within the folder, run the forge.*.universal.jar file using the exact same command you used, based on your operating system from the vanilla installation portion of this tutorial.
The server will run and then halt, indicating as it did in the previous section that you need to accept the EULA. Open up the freshly created EULA.txt and edit the false to true just like last time.
Everything looks good. We even spawned near a village, which is always fun. Lets show these villagers how to party by spawning a portal to a magical dimension.
How Do You Use Furniture Mods In Minecraft
If you want to add furniture to your Minecraft game, you can do so by using furniture mods. Furniture mods are mods that add furniture to the game, allowing you to decorate your world with all sorts of different furniture.
So take some time to browse through all of the options and find one that you think looks cool. Once youve found a mod that you like, download it and install it into your Minecraft game.
Once the mod is installed, you will be able to find the furniture in the game. Depending on the mod, the furniture may be available in the creative mode menu, or you may need to spawn it in using the /spawn command. Once you have the furniture in your game, you can place it down and start decorating your world with it.
Recommended Reading: How To Teleport Someone To You In Minecraft Ps4
Kuba’s Modded Factions Modded Server
kuba.nitrous.it
Minecraft Modded Faction Server Kuba’s Modded Factions is a Modpack created by Cheesebobi, a Modded Faction YouTuber. Kuba has been playing Minecraft Modded Factions for a very long time and so after years of playing on many different servers, he has released his own, with custom features
4/60
Download And Install Mods
The best place to download Minecraft mods is the CurseForge website. When downloading a mod, make sure to note which version of Minecraft it requires to run. If you plan on running older mods, players have to downgrade their Minecraft version to join and play.
Installation example for the Midnight mod:
Also Check: How To Get Iron In Skyblock Minecraft
Dirtcraft Ip: Dirtcraft Gg
Dirtcraft is another server with popular Minecraft modpacks. The server itself is hosted in Europe, so it is an excellent choice for European players to ensure the lowest possible latency and the best connection.
Dirtcraft supports the following modpacks: MC Eternal, RAD, FTB revelation, Stoneblock, FTB Infinity Evolved, FTB Sky factory, Direwolf20, RLCraft, Glacial Awakening, Omnifactory, FTB Interactions, FTB Continuum, Project Ozone 2 & 3, FTB Sky Adventures, FTB Ultimate Reloaded & FTB Sky Odyssey.
The server interestingly features “time-based ranks”, which means that players are awarded special ranks on the server based on their dedication and playtime.
What Minecraft Server Has Mods

There are a variety of Minecraft servers that offer mods. Some of the more popular servers include the FTB Beyond server, the Minecraft Make server, and the Technic Platform server. Each of these servers has a different selection of mods available, so players will need to check out each one to see which ones interest them the most.
You May Like: How To Change Time Of Day In Minecraft
How To Setup A Modded Minecraft Server
Minecraft is a fun game to play with friends, and modding the game can add many more possibilities. Server hosting websites or Minecraft Realms cost a monthly subscription to use. If you don’t have the money to have a separate website host the server for you, setting up your own server for free will be your best option. Here’s how to setup a modded Minecraft server in 1.12.2 .
Which Linux Distribution
Recommending a specific Linuxdistribution as “the best option” is like recommending a religion as the “bestone to follow”. You will either be preaching to the converted or alienatingthe person you are having the discussion with.
For my purposes I like using Debian and its derivitaves. However I have used otherdistributions and have liked them as well. This guide uses Ubuntu Server 18.04 LTS using the apt package manager. When a package manager is called for, just substitute the relevant commands for your favorite distro. They are all good.
Recommended Reading: What Does Fire Aspect Do In Minecraft