How To Create A Minecraft Server On A VPS

From Hikvision Guides
Jump to: navigation, search

After you do this, it's good to obtain your server JAR file.



You should utilize this command to download the vanilla server JAR replacing the Version with the model you want



Example: curl -o server.jar https://serverjars.com/api/fetchJar/vanilla/1.18.1



If you want to use Paper (really useful), you'll be able to run this command changing the Version with the version you need



Example: curl -o server.jar https://serverjars.com/api/fetchJar/paper/1.18.1



Step 3 - Beginning your server



After you will have created your Minecraft server folder and have your server JAR file in it, you possibly can run the next command



This now ought to create a new display, after that you might want to finally begin your server. You can run this command changing the to how much RAM you need to offer to your Minecraft server in MB.



You can too change the server.jar along with your actual server JAR that you've got in your Minecraft server folder.



Example: java -Xms512M -Xmx4096M -jar server.jar



Beginning your server for the primary time will fail, that is because you want to just accept the Mojang EULA within the eula.txt file.



To try this, run:



And alter the eula=false half to eula=true if you settle for their EULA.



Step 3.1 - Becoming a member of your server



It is simple to hitch your Minecraft server! You can use your server's IP address to hitch your server.

Minecraft Gamemodes