How to make a minecraft 1.9 server
Mia Phillips
Updated on March 30, 2026

Get a Minecraft server from ScalaCube – Minecraft Server Hosting. Install a Spigot 1.9 server through the Control Panel (Servers → Select your server → Game servers → Add Game Server → Spigot 1.9) Enjoy playing on the server! See all reviews.
There are other answers below:
Your going to want to right-click on the .bat file and edit it. Change “minecraft_server.1.9.4.jar” to the name of the .jar file in your folder i.e. “minecraft_server.1.6.2.jar” If you want to change the amount of RAM dedicated to this server edit the .bat file, and change the “-Xms1024m”(1024mb minimum dedicated RAM), and
Firstly, ensure your server is 1.8. Secondly, ensure ViaVersion isn’t sending any errors into your console regarding ProtocolLib. Retired from all Minecraft endeavours.
java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui. To run the server with more RAM such as 2GB use the following command: java -Xmx2048M -Xms2048M -jar minecraft_server.jar nogui
Getting a free server and setting up can be achieved in a matter of minutes. The first step is to go to and click on “Get Your Free Minecraft Server”. Select the best Dedicated server location closest to you and click “Next”. Select a server from the Game servers list and click on “Next”.
Then head over to and scroll down to Server Software and select Java Edition Server. Step 2: Head over to the official Minecraft Java Edition server download page and press the download link. Step 3: In the pop-up window, click Save File and wait for it to download.
G o to this website and download the minecraft_server.1. XX.X.jar file (The X’s will be the current version number) After you have downloaded it, make a folder on your desktop to keep all your server files in. You c an name it “Minecraft Server”. Drag over or copy and paste the . jar file into the Minecraft Server folder.
Start the server via the Java command java -Xmx1024M -Xms1024M -jar minecraftserver.1.17.1.jar nogui. Set up your connection parameters, find the IP-address and ports to connect, etc. While this is a very popular method for setting up your own Minecraft Multiplayer server, we agree that it involves a bit of work.
Second is the Minecraft server client, which can be found by googling “Minecraft Server Download”. The one that is up right now is 1.9, the most recent. If you have older versions of minecraft, you can probably find the server client for those too. I put the download for the 1.9 server here, but I was unable to put the hamachi download up.
It will be a good idea to make a launch version of Minecraft that we can always connect to our server with. To do this you can go to the Installations tab and click the +New button. Once here, you should name the installation with the server and version number of Minecraft and select the version as the release number your server download is.
Related Questions
How do I create a Minecraft server?
Go to this website and download the minecraft_server.1.XX.X.jar file (The X’s will be the current version number) After you have downloaded it, make a folder on your desktop to keep all your server files in. You can name it “Minecraft Server”. Drag over or copy and paste the .jar file into the Minecraft Server folder.
How to make a Minecraft server in 2021?
How To Make a Minecraft Server – The Ultimate 2021 Guide Step 1: Get Minecraft Java Edition. These instructions require that you own the Minecraft Java Edition. If you own the… Step 2: Get the Latest Version of Java. The first step in setting up a Minecraft server is making sure you have the… …
What version of Minecraft do I need to host a server?
These instructions require that you own the Minecraft Java Edition. If you own the pocket, console, or Windows 10 edition of Minecraft, you will not be able to host your own custom server. Minecraft Java Edition can be purchased and downloaded here.
How do I run a Minecraft server on Linux?
Step 1: To run a Minecraft server on Linux requires Java. First, check if you have it installed on the server by running this command: If you get an error message, proceed to step 2; if java is already installed, however, skip to step 4. Step 2: Run the following commands to install Java: