After The File Has Been Downloaded

You have to comply with these steps to carry out minecraft server setup.


Step 1: Install Java
You want a java to run the minecraft server, click right here, obtain the java from the obtain choice in Home windows Offline (sixty four Bit). After the file has been downloaded, open the file and perform the set up.


Step 2: Download the Minecraft server files
For servers with a Windows operating system, we have to get the server .jar file first to start out the Minecraft server setup.


You possibly can entry the server file kind that you want by using the next hyperlinks.


• Vanilla
• Craftbukkit
• Spigot


After downloading your recordsdata, create an empty folder on the desktop and switch the server file to the folder.
Change the title of the server .jar file to tekveri.


Step 3: Set the server start code
java -Xms1024M -Xmx1024M -Dfile.encoding=UTF-eight -jar tekveri.jar -o true
PAUSE


We'll put together the codes required to begin the server with the above code.
-Xms1024M specifies the minimum ram setting of the server. M for writing in MB and G for writing in GB.
-Xmx1024M specifies the maximum ram setting of the server. MINECRAFT PROFILES for writing in MB and G for writing in GB.


Create a new text document within the server folder. Within the textual content doc that you just created, kind the code we offered above. Then come to the file tab and click on on save as. Kind start.bat to file name.


Step 4: Settle for the EULA
We're opening our begin file, we don't shut the console till we see Stopping server within the console that comes after us. Eula.txt, server.properties, created comparable to recordsdata after we close our console.


Opening our Eula.txt file. Change the eula= false line to eula = true and save the file.


Step 5: Arrange the server settings
After saving the Eula.txt file, we're launching our server from our begin file.
Waiting till the "Finished" message is written, and after this post comes to the console of our server, stop and shut.