How to start a minecraft server java
Mia Kelly
Published May 04, 2026
There are other answers below:
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”. Choose the “Free” plan and click “Next”.
Run the server for the first time by typing java -jar minecraft_server.jar –nogui (replacing the jar name (minecraft_server.jar in this case) by whatever you named the jar file to be). A file called eula.txt will be generated after you run the server for the first time. Open it in a text editor and change eula=false to eula=true. It signifies that you have read and understood the end user …
Open a Windows command prompt in the folder where you put the server jar file. To easily do this, hold down shift while you right-click in an empty space inside the folder: Once in the command prompt, run this command to start the server: java -Xmx1024M -Xms1024M -jar server.jar nogui.
- How to Setup a Minecraft: Java Edition Server
- Go to this website and download the minecraft_server.1.XX.X.jar file (The Xs will be the current version number)
- After you have downloaded it, make a folder on your desktop to keep all your server files in. …
- Drag over or copy and paste the .jar file into the Minecraft Server folder.
- Similar search: how to setup a minecraft java edition server
Related Questions
How do I run a Minecraft server in Java on Windows?
Go to and get the latest version of Java. Download the latest version of the server from the official download page. It will be a server.jar file. Put that downloaded file in a folder where you’d like to run the Minecraft server. Open a Windows command prompt in the folder where you put the server jar file.
How do I set up a Minecraft server?
The general gist of running a Minecraft server is that you will need to install java, run the server, accept the EULA, and run it again. Once you have installed java and opened up a command line, everything is basically the same. Check the system requirements for CPU, RAM, and disk space. Install Java.
What version of Java do I need to run a Minecraft?
We’d always recommend using the latest version of java for the best performance and you should keep java you are running up to date. Visit the Minecraft Server website and download the Minecraft server version of the Minecraft Vanilla JAR file to your computer.
How do I add a JAR file to a Minecraft server?
Change your directory to the “Minecraft Server” folder containing the jar file. Copy the address of this folder from the file manager and type “cd,” and paste the folder address.