How to Make a Modded Minecraft Server [Best]

In this post, you will get information about how to make a modded Minecraft server and which are the best modded Minecraft server you should go for.

Updated: 18 May, 23 by Antoniy Yushkevych 16 Min

List of content you will read in this article:

The Minecraft game is extremely popular amongst gamers. It is simple, user-friendly, and fun to play. This game is about a little man who walks here and there and performs several tasks to build his world. Sounds simple, right? This simplicity and ease make it a widely famous and addicting game. Moreover, the game is not limited to just this; there is much to discover and explore.

You have the option to play this game in single as well as multiplayer mode. To play a multiplayer game, you require a hosting server. There are various options available for you to choose the server from.

Further, if you’re not interested in having a separate website host, you can set up your server too! How?

Well, we are here to explain how to make a modded Minecraft server in a step-by-step guideway and what are the best modded Minecraft servers available in the market.

Let’s begin!

Before we start, here are some prerequisites that you require to set up a modded Minecraft server:

  • A computer with a RAM of a minimum of 4GB
  • An internet connection
  • Minecraft copy
  • Login information of your router

Step 1: Installation of Minecraft

Undoubtedly, the very first step is to install Minecraft on your operating system.

In order to retrieve all the important files and install them, you have to launch vanilla 1.12.2. To conclude this task,

Go to your installation tab and press click+New. Now, click on the versions option and select 1.12.2 from the drop-down menu. Click on play.

Wait for a few seconds till the files completely load on the menu screen. After it is done, you can exit the game!

Now, let us move to the next step.

Step 2: Add Forge server

You have to download and install Forge on your system. Once you’re done with the installation, reopen your Forge installer. Click on the install server option and choose the location to keep this folder.

Your installation is now complete. To launch it, you have to double click on forge-1.12.2-14.23.5.2838-universal.jar. As soon as the launch completes, you can see folders like logs, eula.txt, mods.

Now, open the eula.txt file. Change the false option to true.

Save the file and exit.

The next step is to relaunch the jar file. As soon as you do it you can see a number of files in your server folder along with a window that says Minecraft server.

Well, congratulations you have a local modded Minecraft server now!

But we’re not done making a modded Minecraft server yet!

We have to establish a connection so that others can connect to your server.

Step 3: Assemble mods

To set up a modded Minecraft server, it is mandatory to have mods.

You have to download the mods’ .jar file first and create its copy.

Now, go to the mods folder of your server, and paste all the mods there. Along with this, you have to move the original mods that you transferred to the .minecraft folder.

To do that, go to the search box, press the Windows key, and type %appdata%. Now, choose .minecraft Search for a folder titled mods.

If there is no such folder, you have to create one and put all the mod files into this folder.

Now the next step is to reduce lag.

Step 4: Reduce the lag

There are several instances where there is a lag between the server and your computer. To reduce that, here is the solution.

Click right on the server folder and create a text document that says server launcher.

In this file, paste this text as given below:

java -Xmx2048M -Xms2048M -jar forge-1.12.2-14.23.5.2838-universal.jar -o true nogui

You can replace the number 2048 with the amount of RAM you want.

Now that you have pasted the text click File, and then Save as. Change the extension to server launcher.bat.

Whenever you wish to start the server, you have to double click on this .bat file. You can launch the server, let it load completely, and exit.

Moving on, as you can see that your server works locally now. Any player who has the same IP address as yours can establish a connection with you. In case someone has a different IP, you have to put forward your server.

How to do this? Well, the process is simple.

Search what’s my IP on Google search engine. Copy the number that is displayed on your screen and paste it into the address bar of your browser.

As soon as you hit enter, you will be redirected to the router‘s website. Here, you can manage the settings of the router. Here, you can see the Port Range Forwarding Section. You are required to insert the information as stated below:

Application Name: Minecraft server

Start ~ End Port: 25565 - 25565

Protocol: TCP

Device IP: ENTER COMPUTER'S IP HERE

Enabled: True

Now open the command prompt and type ipconfig. Find a line that says IPv4 address. Copy the IP address here.

Voila! Your server is completely set and in running condition. To launch the server, double click on the .bat file, start Minecraft, and then your IP address under the multiplayer menu.

You are ready to connect to the server can enjoy your game.

To create a modded Minecraft server using CurseForge, you can follow these steps:

  1. Install Java: Ensure that you have Java Development Kit (JDK) installed on your server. You can download the latest version of Java from the Oracle website and follow their installation instructions.
  2. Download the Server Files: Visit the CurseForge website and find the modpack you want to use for your server. Download the server files for the modpack. These files will typically be available in a separate section labeled "Server Files" or similar.
  3. Create a Server Directory: Create a dedicated directory on your server where you want to store the Minecraft server files. You can name this directory anything you prefer.
  4. Move Server Files: Extract the downloaded server files into the directory you created in the previous step.
  5. Accept the EULA: Open the server folder and look for a file called "eula.txt." Open it in a text editor and change the line that says "eula=false" to "eula=true" to accept the Minecraft End User License Agreement.
  6. Install Required Libraries: Some modpacks require additional libraries to run properly. Check the modpack's description or documentation for any specific libraries you need to install. These libraries are usually included in the modpack's downloaded files.
  7. Configure the Server: Open the server folder and locate a file called "server.properties." You can edit this file using a text editor to configure various server settings, such as the modded Minecraft server's name, port, and game mode. Make any necessary changes according to your preferences.
  8. Allocate Sufficient RAM: Depending on the modpack and the number of players, you may need to allocate more RAM to the server to ensure smooth performance. To allocate more RAM, create a new text file in the server folder and name it "start.bat" (if you're using Windows) or "start.sh" (if you're using Linux). Edit the file and add the following line:

   java -Xmx4G -Xms4G -jar minecraft_server.jar nogui

This example allocates 4GB of RAM to the server. You can change the values "4G" to the amount of RAM you want to allocate (e.g., "2G" for 2GB). Save the file.

  1. Start the Server: Run the start.bat file (Windows) or start.sh file (Linux) to start the server. It will launch the Minecraft server and generate the necessary world files.
  2. Configure Port Forwarding: If you want others to connect to your server over the internet, you'll need to set up port forwarding on your router. Access your router's settings and forward the server's port (default is 25565) to the internal IP address of the server machine.
  3. Share Server IP: Once your server is running, share the IP address of your server with your friends or players so they can connect to it.

That's it! You should now have a modded Minecraft server up and running using the CurseForge modpack. Players can join by entering the server's IP address in the Minecraft multiplayer menu.

Minecraft is one commonly played game globally, even with a single player. But in multiplayer games, you will require the server to connect, located centrally, and players can connect to it. Well, Minecraft does not only have a single server. Minecraft allows you to use a network of servers to control multiplayer games. Using these servers, you can perform various actions within the game.

Modded servers use server-side mods for enhanced functionalities. One Minecraft server is the modded server providing a modified gaming experience to their players without altering the game clients. You can create a mode pack by combining different mods and Minecraft modded servers consisting of many modpacks with different gaming styles. If you combine different modpacks, you can enjoy a completely different gaming experience.

There are several Minecraft Modded servers available. But, we will only discuss a few of these servers.

You can choose any Minecraft modded server for your usage among a long list, each offering you the specified rules, communities, gaming experience, style, features, functionalities, etc. Let’s get started with the top 7 Minecraft Modded servers for your consideration.

PixelmonRealms

This server allows multiplayer Minecraft mode to see and use many pokemon in your gameplay. You can add pokemon mode to your gameplay and experience a completely different world full of fantasies and excitement. You will use a new version of Pixelmon soon with new exciting features. You can use this server without spending a dime.

The Pixelmon Realms server is currently hosted in the United States, and you can leverage the benefits of its fast connection. The IP address of this is play.pixelmonrealms.com. Pixelmon Realms supports Minecraft version: 1.16.4. You can also use any other older versions of Minecraft to connect and play on the server. The Pixelmon Realms server is currently hosted in the United States, and you can leverage the benefits of its fast connection. You can play Survival, Pixelmon, PvE, Economy on the Pixelmon Realms Minecraft Server.

Server Features-

  • 5x Pokemon Spawn rates
  • Player Gym Leaders
  • Ev Training
  • Level 15 Shiny Starters
  • Daily Vote Rewards
  • Increased Shiny/Legend Spawn Rate
  • Grief Prevention
  • Amazingly Stable Economy
  • Super Friendly Staff
  • Wondertrade

Complex Gaming

To enjoy a highly modified Minecraft experience, you can simply go for the Complex gaming Minecraft Modded server. It is a fully Modded Minecraft server consisting of friendly communities. It allows the players to enjoy modified experiences in Minecraft without even changing the game clients.

Complex gaming is getting more popular, and its popularity is increasing exponentially. The different types of modpacks supported are MC Eternal, FTP Revelation, Stoneblock 2, Project Ozone 3, and many others depending on their interest, feasibility, and need.

Complex Gaming comes as a fully modded Minecraft community, encouraging hundreds of players daily. You can easily install the modpacks mentioned above directly from the complex FTB Minecraft server website. The IP address of the complex gaming is hub.mc-complex.com. It is a versatile server, and hence it supports several Minecraft versions ranging from older and lower versions to more recent ones. The latest version that the Complex Gaming server supports is Minecraft 1.18, offering an enhanced gaming experience.

Dirtcraft

Dirtcraft is another modded Minecraft server on the list. This server offers you popular Minecraft modpacks. The server is hosted in Europe, making it a suitable option for European players ensuring the lowest possible latency and the best connection.

Dirtcraft comes with the support for various modpacks, such as 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 has a fantastic feature, "time-based ranks", which means that the players are given special ranks based on their dedication and playtime.

PixelmonCraft

PixelmonCraft.com is another Minecraft modded server that combines the two on the player-friendly Pixelmon Server. PixelmonCraft.com uses the most popular Pokémon-themed Pixelmon mod and creates it multiplayer. It is split over multiple servers based on the Pokémon regions from the super-popular Nintendo games. PixelmonCraft has innovatively recreates the parts of those games and tried to replicate as much of the gameplay as possible. Pixelmon craft has replaced all the animals with Pokémon, where you can catch and fight with pokemon.

The blocky nature of Minecraft has efficiently replicated the feel of the Pokémon games and makes it the most similar depiction of a Pokémon MMO. PixelmonCraft is a perfect one-stop place for all the players who want an excellent Pixelmon server. The server uses the Pixelmon Reforged mod pack, and players must install it before playing. The IP address of Pixelmon craft is server.pixelmoncraft.com.

Purple Prison

Purple Prison is the only Minecraft modded server that does not require a modified client for joining the server. Instead, the server itself is completely modified with the help of a wide range of server-side plugins. This server uses OP Prison as the game mode. Players can quickly start with protection ten diamond armor right away, and they are rewarded with an enchanted diamond pickaxe with a high efficiency 19 just by joining the server.

Purple Prison is an excellent server for the players who want to experience a highly modified Minecraft experience without directly modifying their game client. Players can efficiently use any version of Minecraft they want - from 1.7 to the latest supported (version 1.16 at the time of writing) to connect to this server.

It is one of the widely used Minecraft Modded servers without modifying the in-game clients where the player can surrender another player and make his prison for a long duration.

Crafters Land

It is a fantastic Modded server in Minecraft that offers you various game modes. It has twenty-one game modes in Minecraft. It comes with the support of several modpacks, including Pixelmon Reforged, FTB Stoneblock, FTB Interactions, MC Eternal, GT Horizons, and many others.

The IP address for Crafters land Minecraft modded server is modded.craftersland.net. It is a community-based server, allowing its players to enjoy its unique features. Once the player joins the server, they will awe its features and exceptional gaming experience.

SCMowns

It is another addition to the best-Modded server in Minecraft, consisting of dozens of the best Minecraft mods and some customized Minecraft modes. It is one of the brand new servers with features like quests, items, a unique economy, a friendly community, builds challenges, PvP, and many other things, making the game more interesting.

This server is popular among players due to its newest and customized modpacks in the online gaming world. You can even trade for video games and other valuable items for its Minecraft gameplay as a player. This server updates itself even during playtime to help you compete with your enemies better and experience a new gaming experience. This server is also capable of handling many server management-related tasks. The IP address for this server is 45.35.63.82.25613.

Minecraft is extremely fun by itself, even without any mods. Nevertheless, thousands of mods out there can spice up your game and give you hundreds of additional hours of playtime. We hope that with the help of this tutorial you were able to know how to make a modded Minecraft server successfully and have your friends join in on the fun. keep learning.

People Are Also Reading:

Antoniy Yushkevych

Antoniy Yushkevych

Master of word when it comes to technology, internet and privacy. I'm also your usual guy that always aims for the best result and takes a skateboard to work. If you need me, you will find me at the office's Counter-Strike championships on Fridays or at a.yushkevych@monovm.com