Epicness guaranteed

Epic Sentry

How To Host A Minecraft Server

Ever wanted to have your own minecraft server for your friends? Or make a hypixel ripoff lmao

Well now you can just follow this guide!

(not responsible for the problems caused by copying hypixel)

Step 1:

Download java at:

https://java.com/en/download/windows_offline.jsp

This link is for the 32 bit offline java install which works perfectly fine on 64 bit computers.

Step 2: Install java and download the minecraft server jar

https://www.minecraft.net/en-us/download/server/

Step 3: Create a startup batch file (start.bat) and inside it write:

java -Xmx1024M -Xms1024M -jar server.jar nogui

=How To Make Batch Files=

1. Open notepad and write in the commands/text you want in a batch file

2. Click “file” > “save as” and on the bottom select “file type” and select “all files” then on the “file name” section type in “MyEpicBat.bat”

(the .bat extension must stay)

=Back To Guide=

Optional: If the server lags change the amount of ram the server can use by modifying -Xmx1024M and -Xms1024M

WARNING: DO NOT ALLOCATE MORE THAN YOUR COMPUTERS MEMORY!

If the server crashes when you change the ram amount, install the 64 bit java

https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244068_89d678f2be164786b292527658ca1605

The 32 Bit Version Will Automatically Be Removed.

Step 4: Launch the start.bat file

Step 5: The server should complain that a EULA is not accepted, just edit the newly created file inside the server folder (Named: EULA.txt) just modify false to true.

Step 6: Launch the start.bat file again and wait for the server to create a world. Done!

Optional: Edit server.properties to change command blocks and default gamemode.

!PORT FORWARDING REQUIRED! See how to HERE