[IMPORTANT] Minecraft: Java Edition servers now require a minimum of Java 17 or above to run. In the video Java 14 is installed. Replace the number 14 with the latest version of Java. For example as of today the latest version of Java for Linux Ubuntu 21.04 is 17. Enter the following command in the terminal without the quotations "sudo apt install openjdk-17-jre-headless"
but it gives an error that says: Unable to locate package openjdk-17-jre-headless, i think u better use java 16 bc ubuntu 20 doesnt support java 17 (i have ubuntu 20)
I recommend installing the latest release version of Java on the latest ubuntu release. As of today, 17th June 2021 the latest Ubuntu release is 21.04. This version of Ubuntu OS supports Java 17 which is the latest release as of 17th June 2021. However, if you have a lower version of Ubuntu install the latest java release for that version. The java you install must be equal to or above Java 17.
@Websplaining Hi thanks for your education I have problem: I have ubuntu-20.04-x86_64 I use this command to install java: sudo apt install openjdk-16-jre-headless. java -version: openjdk version "16.0.1" 2021-04-20 then: sudo java -Xmx2048M -Xms2048M -jar server.jar nogui sudo: unable to resolve host gsdhf-21323: Name or service not known Unsupported Java detected (60.0). Only up to Java 13 is supported.
@@Websplaining hi, I have goormide vps and im encountering soo much problems on it, please make an updated video on how to make a 1.17.1 paper or tuinity server on goormide vps pls broo, please. Thanks
Hi Titanium, the process demonstrated in this video is still the same for the latest version of Minecraft. The only change you need to make is what I mentioned in the above pinned comment.
My man, this is EXACTLY what I needed, calm and well explained thank you SO MUCH! Also, that doesn't sound like any part of Ireland I know :P Where abouts is that accent from? Much love from the wee north ;P Edit: Oh also; is there an easy way to reaccess the server commands if I close Putty and come back to it?
Hello! So i was wondering, if i close out the terminal for putty, but i still want to enter in a command, how would i get back into that session, because following the same steps odesnt seems to work as it says, "this ip is already in use"
you have to cd minecraft, then do screen -r. If it says that there is no screen to resume, then do java -Xmx1024M -Xms1024M -jar server.jar nogui to start it again. If you stop the server, you will have to write the command again, If its still running, just do screen -r.
Hi Han, no, A dedicated server is server with all it's resources exclusively to you. The setup for a dedicated server is exactly the same as a VPS. The difference is the price and the performance. I hope that answers your question!
I mean it should be possible. Just make normal dedicated server for bedrock edition and then place it in your VPS and run it same as this. Of course not exactly but it should be simular to this.
Hi there! I got the same error, and just write the following commands "sudo add-apt-repository ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-16-jre-headless" without the quotation marks (" ") If that does not work, try sudo apt-get upgrade. I'm using ubuntu 16.04 of linode and it worked for me. (make sure its java 16, java 14 is no longer supported by the latest version of minecraft) also make sure you did sudo apt-get update and sudo apt-get upgrade.
personaly i dont have to buy ovh cloud since my pc got good ryzen processor and 64g ram i can still do my own virtual private server and run the serveur by my self without any problem
@@Websplaining I thought it could be free and you will show instruction how to create own VPS(not buy). Because nobody want to waste 3$ per month for just minecraft server.
Yup! OVH is still a great server host. Personally, I use Vultr now. You can check out this video if you would like to setup a Minecraft server on a Vultr VPS ruclips.net/video/dD8IDi2wEWk/видео.html
@@TechnoSnipeOfficial You can test out vultr with my referral link, You can get $100 free promo credit. The referral link is in that videos description that I linked.
Do you mean the server or your launcher? If you meant the server version, you need to replace the latest server.jar file with an older server.jar and start your server once again.
@@shizukahaze is your server still running? To check try joining your server, if you can connect then it's still running. Let me know and then I can advise you better paul
just some corrections , 1) in the description u have written "sudo apt install openjdk-17-jre-headless" . it need to be 16 because 17 is not published 2) you have written "cd Minecraft" it need to be "minecraft" or else it wont detect the directory
hi, help please ASAP! sudo java -Xmx1024M -Xms1024M -jar server.jar nogui gives Error: LinkageError occurred while loading main class net.minecraft.server.Main java.lang.UnsupportedClassVersionError: net/minecraft/server/Main has been compiled by a more rec ent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recogniz es class file versions up to 58.0 do you recognize this issue? if so kindly explain how to fix it. I've tried everything and I'm very frusterated
Minecraft: Java Edition servers now require a minimum of Java 16 or above to run. In the video Java 14 is installed. Replace the number 14 with the latest version of Java. For example as of today the latest version of Java for Linux Ubuntu is 17. Enter the following command in the terminal without the quotations "sudo apt install openjdk-17-jre-headless"
Hi there! I got the same error, and just write the following commands "sudo add-apt-repository ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-16-jre-headless" without the quotation marks (" ") If that does not work, try sudo apt-get upgrade. I'm using ubuntu 16.04 of linode and it worked for me. (make sure its java 16, java 14 is no longer supported by the latest version of minecraft) make sure you do sudo apt-get update and sudo apt-get upgrade. Also java 17 is out now.
Make sure your logged in as root, If not make sure your account is in the sudo group. To test this out, write sudo before the command, and It should ask you for your password, one entered, the command should work. Also what is "fpt" do you mean "sftp"? If so, you must use sftp on port 22, not ftp on port 21. Ftp does not work with this tutorial.
If you need plugins i'm pretty sure you need spigot/papermc/bukkit but I'm not sure, I'm also trying to install plugins. Someone said you can create a plugins folder and put a jar in there, but I didn't test that out yet.
[NEW VID] How To Create A Minecraft: Java Edition Server On An Ubuntu Cloud Server (VPS) ruclips.net/video/hqpubLlswTY/видео.html
[IMPORTANT] Minecraft: Java Edition servers now require a minimum of Java 17 or above to run. In the video Java 14 is installed. Replace the number 14 with the latest version of Java. For example as of today the latest version of Java for Linux Ubuntu 21.04 is 17. Enter the following command in the terminal without the quotations "sudo apt install openjdk-17-jre-headless"
but it gives an error that says: Unable to locate package openjdk-17-jre-headless, i think u better use java 16 bc ubuntu 20 doesnt support java 17 (i have ubuntu 20)
I recommend installing the latest release version of Java on the latest ubuntu release. As of today, 17th June 2021 the latest Ubuntu release is 21.04. This version of Ubuntu OS supports Java 17 which is the latest release as of 17th June 2021. However, if you have a lower version of Ubuntu install the latest java release for that version. The java you install must be equal to or above Java 17.
@Websplaining Hi thanks for your education I have problem:
I have ubuntu-20.04-x86_64
I use this command to install java:
sudo apt install openjdk-16-jre-headless.
java -version:
openjdk version "16.0.1" 2021-04-20
then:
sudo java -Xmx2048M -Xms2048M -jar server.jar nogui
sudo: unable to resolve host gsdhf-21323: Name or service not known
Unsupported Java detected (60.0). Only up to Java 13 is supported.
@@Websplaining hi, I have goormide vps and im encountering soo much problems on it, please make an updated video on how to make a 1.17.1 paper or tuinity server on goormide vps pls broo, please. Thanks
Hi Titanium, the process demonstrated in this video is still the same for the latest version of Minecraft. The only change you need to make is what I mentioned in the above pinned comment.
My man, this is EXACTLY what I needed, calm and well explained thank you SO MUCH! Also, that doesn't sound like any part of Ireland I know :P Where abouts is that accent from? Much love from the wee north ;P
Edit: Oh also; is there an easy way to reaccess the server commands if I close Putty and come back to it?
screen -r?
remember to open your servers port!
sudo ufw allow 25565
Thank you I wasnt able to join my server
Thank you so much! I was messing around for about 3 hours before finding this video trying to figure stuff out and this helped a lot.
i love you so much for this tutorial
What’s the recommended plan for a bungee cord server?
Awesome tutorial!
How to setup nodes? 😢
Hey, how would I delete the pre-installed world file? It keeps saying "Permission Denied".
Hi Magic, make sure you're logged into your server as root.
@@Websplaining how from where i get pasword to this ???!?!
Hello! So i was wondering, if i close out the terminal for putty, but i still want to enter in a command, how would i get back into that session, because following the same steps odesnt seems to work as it says, "this ip is already in use"
you have to cd minecraft, then do screen -r. If it says that there is no screen to resume, then do java -Xmx1024M -Xms1024M -jar server.jar nogui to start it again. If you stop the server, you will have to write the command again, If its still running, just do screen -r.
@@PolishPenguinDev thanks
Can you tell me how I can place my own Minecraft world on the server?
Great videos!
Thanks!
Ps you can boot or make a virtual matchine on linux server 20.04 for a vps, you can use an old laptop or pc
Yup, you can indeed however that would be a self hosted server and not a server on a Virtual Private Server which is what this video guide is for.
Thanks for the tutorial but how to I get back into the server console if I closed Terminus/putty?
Did you ever find this out?
@Lucas Fujibayashi Legend thank you!
Same
Hi Jakob, type "screen -r" without the quotations
I restarted the server via my hosting. but now the server doesnt open. How do i fix this?
Does this work with modpacks for minecraft?
thank you so much will use it for my community
You're welcome TrqsMe! I am glad I could help!
if i close down the minecraft server, will it also close down the server??
is this same as dedicated server?
Hi Han, no, A dedicated server is server with all it's resources exclusively to you. The setup for a dedicated server is exactly the same as a VPS. The difference is the price and the performance. I hope that answers your question!
If i turn off my PC, when minecraft server is on via VPS, will my server get shut down too?
Hi Moose, it will stay online as the server is hosted on a VPS now instead of your own selfhosted local machine.
Is it possible to run a Bedrock Server on an Ubuntu Cloud Server (VPS) I cant seem to find a set up for it anywhere
I mean it should be possible. Just make normal dedicated server for bedrock edition and then place it in your VPS and run it same as this. Of course not exactly but it should be simular to this.
It says can’t connect to server, pls help
Same Account here, it works now, thank you so much
How can I install my plugins on it?
Can i add multiple servers to my vps?
Yup, you can add as many as you want. You may limited on how many you can run simultaneously as that depends on your server specs.
when trying to op myself, putty responds with "op : command not found". any solutions?
What are you typing exactly?
Hello, my friends don't have minecraft premium and I would like to ask if there is any way they can join the server.
server.propeties > online-mode=false
can premium and cracked minecraft friends play tgt? im sorry im new to this🥲
can you add plugins?
and if so how?
inside ur minecraft folder make a folder named plugins and add them through there
you need to install a new server jar, such as spigot, papermc or tuinity
How do I restart the Server after I stopped it?
Thank you, everything works of course, paw u and sub!
You're welcome Rekux!
I need help when i Write sudo apt install openjdk-14-jre-headless i get this E: Unable to locate package openjdk-14-jre-headless . HELP!
Hi Cpalx, all commands are in the video description.
Hi there! I got the same error, and just write the following commands
"sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-16-jre-headless" without the quotation marks (" ")
If that does not work, try sudo apt-get upgrade. I'm using ubuntu 16.04 of linode and it worked for me. (make sure its java 16, java 14 is no longer supported by the latest version of minecraft)
also make sure you did sudo apt-get update and sudo apt-get upgrade.
also java 17 is out now
hey dude would this work for windows server 2019?
This video is for Ubuntu OS.
@@Websplaining woah that was fast can you tell me or link me a video about how i can host a minecraft server on a windows server vps?
@@dwajdawjawodjawo Here you go ruclips.net/video/5Yc0wPNYHgU/видео.html make sure you read the pinned comment for that video.
personaly i dont have to buy ovh cloud since my pc got good ryzen processor and 64g ram i can still do my own virtual private server and run the serveur by my self without any problem
do my friends need to download anything to join the server?
They just need to join it that's all!
how many players can load with the essentials pack? 4gb ram 2vcore
25
I cant find the 1.7.10 server download
does this work for bedrock
now how do I access the console so I can start the server again?
Reconnect to your server using PuTTY via SSH.
Bravo mn
can someone help me with putty its not letting me do the password?
don´t let put the password on PuTTY, help pls
Is that server 24 hours open or?
Yup
I can free use?
How do I change versions? I want my server to be on 1.8.9
Download that version.
is this server global or local????
Hi Seruch, this video shows you how to make a multiplayer Minecraft Java server hosted on a global server host provider.
@@Websplaining I thought it could be free and you will show instruction how to create own VPS(not buy). Because nobody want to waste 3$ per month for just minecraft server.
can you please make a video how to install call of duty 2, you do very well
how would you make a paper Minecraft server
is ovhcloud still good?
Yup! OVH is still a great server host. Personally, I use Vultr now. You can check out this video if you would like to setup a Minecraft server on a Vultr VPS ruclips.net/video/dD8IDi2wEWk/видео.html
@@Websplaining Yeah i was thinking of getting one but i looked at the reviews and i heard they have bad support so i decided not too.
@@Websplaining I may think about using vultr to run a minecraft server and for a few other things.
@@TechnoSnipeOfficial You can test out vultr with my referral link, You can get $100 free promo credit. The referral link is in that videos description that I linked.
@@Websplaining i already signed up god dang it. well rip the 100$ free credit.
why it just said fail to verify username?
Hi Kyle, this video should solve your issue ruclips.net/video/p2TeLs06goQ/видео.html
@@Websplaining and i have another question is how can i delete the old port i just made?
i just accidentally delete it
how to change version of game
Do you mean the server or your launcher? If you meant the server version, you need to replace the latest server.jar file with an older server.jar and start your server once again.
thx bro
how do i stop the server
Hi Jpaul, type "stop" without the quotations into the terminal window.
@@Websplaining i accidently close the putty then i open it back now idk whre to type.
@@shizukahaze is your server still running? To check try joining your server, if you can connect then it's still running. Let me know and then I can advise you better paul
@@Websplaining
how to get back to the server console?
Mine says command not found
not worked. and followed everything here.
tell us how to make a 24/7 host Minecraft host with pterodactyl and website all details like this video i will sub and waiting for this video
how can i remove the server?
The OVH server? or the Minecraft Server that you have made on the OVH server?
its not working to me :(
Then you did something wrong what can i say..
just some corrections ,
1) in the description u have written "sudo apt install openjdk-17-jre-headless" . it need to be 16 because 17 is not published
2) you have written "cd Minecraft" it need to be "minecraft" or else it wont detect the directory
ty very much
u are a life saver
How to in diban
how do i stop it?
type stop
@@Websplaining Thanks
hi, help please ASAP!
sudo java -Xmx1024M -Xms1024M -jar server.jar nogui
gives
Error: LinkageError occurred while loading main class net.minecraft.server.Main java.lang.UnsupportedClassVersionError: net/minecraft/server/Main has been compiled by a more rec ent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recogniz es class file versions up to 58.0
do you recognize this issue? if so kindly explain how to fix it. I've tried everything and I'm very frusterated
Minecraft: Java Edition servers now require a minimum of Java 16 or above to run. In the video Java 14 is installed. Replace the number 14 with the latest version of Java. For example as of today the latest version of Java for Linux Ubuntu is 17. Enter the following command in the terminal without the quotations "sudo apt install openjdk-17-jre-headless"
How using windows?
I downloaded the server alpha
This is for Ubuntu. For Windows check out this video ruclips.net/video/5Yc0wPNYHgU/видео.html
@@Navato-Clan This guide is for a Vanilla Minecraft server on OVH server host.
now my Server go so HOT wow
you said if i turn off my computer the server running why my server not running if i turn off my computer can u explain?
Did you use screen to start the session?
unable to locate java
Hi Turry, check my pinned comment above.
Hi there! I got the same error, and just write the following commands
"sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-16-jre-headless" without the quotation marks (" ")
If that does not work, try sudo apt-get upgrade. I'm using ubuntu 16.04 of linode and it worked for me. (make sure its java 16, java 14 is no longer supported by the latest version of minecraft)
make sure you do sudo apt-get update and sudo apt-get upgrade. Also java 17 is out now.
"Permission Denied". help fpt
Make sure your logged in as root, If not make sure your account is in the sudo group. To test this out, write sudo before the command, and It should ask you for your password, one entered, the command should work. Also what is "fpt" do you mean "sftp"? If so, you must use sftp on port 22, not ftp on port 21. Ftp does not work with this tutorial.
How do i instal plugins as its a factions server
If you need plugins i'm pretty sure you need spigot/papermc/bukkit but I'm not sure, I'm also trying to install plugins. Someone said you can create a plugins folder and put a jar in there, but I didn't test that out yet.
sudo apt install openjdk-18-jre-headless for 1.19
working
comment