How To Create A Minecraft Server On A VPS

From Fake News
Jump to: navigation, search

After you do that, it's worthwhile to obtain your server JAR file. MULTIPLAYER SERVERS



You should utilize this command to obtain the vanilla server JAR replacing the Model with the model you need



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



If you would like to make use of Paper (really useful), you'll be able to run this command changing the Model with the model you need



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



Step 3 - Beginning your server



After you've gotten created your Minecraft server folder and have your server JAR file in it, you may run the next command



This now should create a new screen, after that it's worthwhile to lastly start your server. You possibly can run this command replacing the to how a lot RAM you want to offer to your Minecraft server in MB.



You can also change the server.jar with your precise server JAR that you have in your Minecraft server folder.



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



Starting your server for the first time will fail, that is because you need to just accept the Mojang EULA within the eula.txt file.



To do that, run:



And alter the eula=false part to eula=true if you accept their EULA.



Step 3.1 - Becoming a member of your server



It is simple to join your Minecraft server! You should use your server's IP tackle to hitch your server.