How To Make A Minecraft Java Edition Server In 2022

How To Make A Minecraft Java Edition Server In 2022


These requirements are enough for 4 to 5 players. For readers who are interested in creating a dedicated server, check out this article on Minecraft Wiki.

After meeting the requirements, follow this step-by-step procedure to create the server:

#1 - Download the server.jar

Download the server.jar file directly from Minecraft's official website. Players can find the server.jar file with the most current version on the website. After downloading, make sure the file name is minecraft_server.1.XX.X.jar, where XX.X is the version.

Create a folder named "Minecraft Server" to store server-related files.

#2 - Open command prompt

Then, you can start the command prompt. Search for the command prompt on the start menu. Enter "java-version" to determine if Java is installed or not.

Change your directory to the "Minecraft Server" folder, which contains the JAR file. Copy the address of the folder from the file manager, enter "cd," and paste the address of the folder. Hit Enter to switch the directory to the server folder.

For example, cdC:\Users\Admin\Desktop\Minecraft Server

After changing the directory After that, after changing the directory, type Java --jar "name of your jar".jar" in the command prompt, and then press enter. It will show an error however there's no reason to worry about it.

Read the Top 5 Minecraft Java Edition Servers in 2021

#3 - Changes in Eula.txt and take note of query.port settings

After you have run the jar, you will see a new text file called Eula in the server folder. Open it using a text editor and change eula=false to eula=true and save.

A second file, called "server.properties" can be located by players. One game per day contains all necessary information and settings like query.port and gamemode.

#4 - The server is set to start

The command to launch the jar once more. The server will begin without errors. You can join the server by typing localhost or public IP address in the IP address box. You can add ":25565" to the end of your public address to join the server.

Only share your public IP address with trusted family and friends. Do not give it to strangers as it could create security risks for your home and family. Click here to find out more about the process of setting up the Server.

Report Page