No video

How To Host A Minecraft Server On An Ubuntu Virtual Private Server (VPS)

  Рет қаралды 55,416

Websplaining

Websplaining

Күн бұрын

How To Host A Minecraft Server On An Ubuntu Linux Virtual Private Server (VPS)
[NEW VID] How To Create A Minecraft: Java Edition 1.20 Server On An Ubuntu Cloud Server (VPS) - Trails & Tales • How To Create A Minecr...
Free $200 in OVH cloud credit for new customers using my referral link: bit.ly/ovh-web...
Minecraft server.jar www.minecraft....
Download and Install PuTTy www.putty.org
Download and Install WinSCP winscp.net/eng...
Buy Minecraft Java Edition www.minecraft.net
Commands:
Note: Right click in the putty terminal to paste these commands
wget [ server.jar file copied link address from www.minecraft.... ]
sudo apt update
sudo apt install openjdk-17-jre-headless
cd minecraft
sudo java -Xmx1024M -Xms1024M -jar server.jar nogui
You need to agree to the eula in order to run the server. Copy the contents of eula.txt then delete the file and create a new one in it's place with the previous files contents. The owner should change from root to ubuntu. Open up eula.txt document and change eula=false to eula= true
sudo apt-get install screen
screen
sudo java -Xmx1024M -Xms1024M -jar server.jar nogui
op yourusernamehere
Type "t" in game followed by: /gamemode yourgamemodeofchoicehere
[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"
Timestamps:
0:00 Intro
0:23 What is a VPS
1:05 What is PuTTY
1:16 What is WinSCP
1:34 Download & Install PuTTY
2:44 Download & Install WinSCP
3:50 Buy a Start Minecraft VPS from OVH
8:18 Login to OVH Control Panel
9:30 Rename your VPS
9:59 Copy VPS login info to Desktop
11:32 Connect to VPS with PuTTy SSH
12:45 Download Minecraft server.jar
13:50 Update Ubuntu VPS
14:07 Install Java openjdk-17-jre-headless
14:55 Connect to WinSCP
16:09 Create minecraft folder in /home/ubuntu directory
17:15 Start the minecraft VPS
19:05 Edit eula.txt to eula=true
22:08 Install & run Screen
23:02 Start Minecraft server
24:30 Join your Minecraft Server through VPS IP
26:00 Give yourself Operator (op)
26:46 Change Gamemode
27:24 Outro
What is a Minecraft VPS?
A VPS (short for virtual private server) is a fully-isolated virtual environment based on a bare-metal server. Each VPS is allocated a set portion of the server’s physical resources, and is functionally equivalent to a dedicated server, but with a much lower price tag. It may help to think of it as renting a flat, rather than a whole house. This definition was taken from www.ovhcloud.c...
Grow your KZbin Channel with vidIQ vidiq.com/70s
Minecraft Guides (Playlist) • Minecraft Guides
More OVH Server Tutorials (Playlist) • OVH Server Tutorials
Ubuntu Linux Tutorials (Playlist) • Ubuntu Linux Tutorials
Social Media
SUBSCRIBE www.youtube.co...
Instagram (Thumbnail Collection) / websplaining
Twitter (For Newest uploads) / websplaining
Reddit (Discussions) / websplaining
Personal Website www.websplaini...
#Minecraft #VPS #UbuntuServer
DONT FORGET TO LIKE, COMMENT, AND SUBSCRIBE!

Пікірлер: 155
@Websplaining
@Websplaining Жыл бұрын
Free $200 in OVH cloud credit for new customers using my referral link: bit.ly/ovh-websplaining
@Soumyajit_Giri
@Soumyajit_Giri 5 ай бұрын
[12:15:16 WARN]: **** FAILED TO BIND TO PORT! [12:15:16 WARN]: The exception was: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Cannot assign requested address [12:15:16 WARN]: Perhaps a server is already running on that port? [12:15:16 ERROR]: Encountered an unexpected exception java.lang.IllegalStateException: Failed to bind to port at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:268) ~[paper-1.20.4.jar:git-Paper-436] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1131) ~[paper-1.20.4.jar:git-Paper-436] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-436] at java.lang.Thread.run(Thread.java:1583) ~[?:?] Caused by: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Cannot assign requested address [12:15:16 ERROR]: This crash report has been saved to: /workspace/cloudserver/./crash-reports/crash-2024-03-02_12.15.16-server.txt [12:15:16 INFO]: Stopping server
@Websplaining
@Websplaining Жыл бұрын
[NEW VID] How To Create A Minecraft: Java Edition 1.20 Server On An Ubuntu Cloud Server (VPS) - Trails & Tales kzbin.info/www/bejne/nqLTppWCodiqirs
@Websplaining
@Websplaining 3 жыл бұрын
[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"
@samlatifian3203
@samlatifian3203 3 жыл бұрын
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)
@Websplaining
@Websplaining 3 жыл бұрын
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.
@arminbug
@arminbug 3 жыл бұрын
@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.
@TitaniumTronic
@TitaniumTronic 2 жыл бұрын
@@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
@Websplaining
@Websplaining 2 жыл бұрын
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.
@Abadion12
@Abadion12 Жыл бұрын
remember to open your servers port! sudo ufw allow 25565
@zuwj
@zuwj Жыл бұрын
Thank you I wasnt able to join my server
@sabotagethefool
@sabotagethefool 3 жыл бұрын
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?
@quillan3875
@quillan3875 3 жыл бұрын
screen -r?
@bhopping
@bhopping 2 жыл бұрын
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.
@EZzz_Dakshu
@EZzz_Dakshu 3 ай бұрын
How to setup nodes? 😢
@axel0w
@axel0w 7 ай бұрын
i love you so much for this tutorial
@ecliqse1418
@ecliqse1418 2 жыл бұрын
Awesome tutorial!
@aldrovin5190
@aldrovin5190 3 жыл бұрын
Great videos!
@Websplaining
@Websplaining 2 жыл бұрын
Thanks!
@armanazadgar2324
@armanazadgar2324 9 күн бұрын
How can I install my plugins on it?
@TheJm203
@TheJm203 6 ай бұрын
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
@magiccharge705
@magiccharge705 3 жыл бұрын
Hey, how would I delete the pre-installed world file? It keeps saying "Permission Denied".
@Websplaining
@Websplaining 3 жыл бұрын
Hi Magic, make sure you're logged into your server as root.
@turboblack6997
@turboblack6997 2 жыл бұрын
@@Websplaining how from where i get pasword to this ???!?!
@clashwithcolin4696
@clashwithcolin4696 2 жыл бұрын
It says can’t connect to server, pls help
@colin7170
@colin7170 2 жыл бұрын
Same Account here, it works now, thank you so much
@borbor9649
@borbor9649 Жыл бұрын
I restarted the server via my hosting. but now the server doesnt open. How do i fix this?
@ezb_ai
@ezb_ai 3 жыл бұрын
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
@Websplaining
@Websplaining 3 жыл бұрын
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"
@rekux1707
@rekux1707 3 жыл бұрын
Thank you, everything works of course, paw u and sub!
@Websplaining
@Websplaining 3 жыл бұрын
You're welcome Rekux!
@meeckamc
@meeckamc 3 жыл бұрын
What’s the recommended plan for a bungee cord server?
@smartkrafter2853
@smartkrafter2853 Жыл бұрын
Can you tell me how I can place my own Minecraft world on the server?
@AbsentPFP
@AbsentPFP 4 ай бұрын
does this work for bedrock
@Bbhamadama888
@Bbhamadama888 2 жыл бұрын
if i close down the minecraft server, will it also close down the server??
@Mark-xp4fw
@Mark-xp4fw 5 ай бұрын
Does this work with modpacks for minecraft?
@carnotr9038
@carnotr9038 5 ай бұрын
Bravo mn
@mbill7113
@mbill7113 Жыл бұрын
How do I restart the Server after I stopped it?
@trqstme7977
@trqstme7977 3 жыл бұрын
thank you so much will use it for my community
@Websplaining
@Websplaining 3 жыл бұрын
You're welcome TrqsMe! I am glad I could help!
@bkan1610
@bkan1610 2 жыл бұрын
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
@Websplaining
@Websplaining 2 жыл бұрын
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.
@QuintGecko
@QuintGecko 2 жыл бұрын
not worked. and followed everything here.
@louismack8409
@louismack8409 Жыл бұрын
can someone help me with putty its not letting me do the password?
@jakob8251
@jakob8251 3 жыл бұрын
Thanks for the tutorial but how to I get back into the server console if I closed Terminus/putty?
@beacoland4337
@beacoland4337 3 жыл бұрын
Did you ever find this out?
@beacoland4337
@beacoland4337 3 жыл бұрын
​@Lucas Fujibayashi Legend thank you!
@LonelyCreap
@LonelyCreap 3 жыл бұрын
Same
@Websplaining
@Websplaining 2 жыл бұрын
Hi Jakob, type "screen -r" without the quotations
@CoccusMC
@CoccusMC 3 жыл бұрын
I cant find the 1.7.10 server download
@SwioUploads
@SwioUploads 3 жыл бұрын
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"
@PolishPenguinDev
@PolishPenguinDev 2 жыл бұрын
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.
@404usernotfound10
@404usernotfound10 2 ай бұрын
@@PolishPenguinDev thanks
@franciscodeleon3807
@franciscodeleon3807 Жыл бұрын
don´t let put the password on PuTTY, help pls
@arikas5983
@arikas5983 Жыл бұрын
its not working to me :(
@jx5b
@jx5b 11 ай бұрын
Then you did something wrong what can i say..
@mangaltiwary9378
@mangaltiwary9378 10 ай бұрын
How to in diban
@laptoszek9633
@laptoszek9633 Жыл бұрын
thx bro
@mooseteng9990
@mooseteng9990 2 жыл бұрын
If i turn off my PC, when minecraft server is on via VPS, will my server get shut down too?
@Websplaining
@Websplaining 2 жыл бұрын
Hi Moose, it will stay online as the server is hosted on a VPS now instead of your own selfhosted local machine.
@YPGaming0
@YPGaming0 Жыл бұрын
I can free use?
@khanguel
@khanguel 3 жыл бұрын
can you please make a video how to install call of duty 2, you do very well
@LloydsChill
@LloydsChill 11 ай бұрын
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
@jx5b
@jx5b 11 ай бұрын
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.
@splooshyrblx1637
@splooshyrblx1637 3 жыл бұрын
when trying to op myself, putty responds with "op : command not found". any solutions?
@Websplaining
@Websplaining 3 жыл бұрын
What are you typing exactly?
@viktoraggerholm5102
@viktoraggerholm5102 3 жыл бұрын
now how do I access the console so I can start the server again?
@Websplaining
@Websplaining 3 жыл бұрын
Reconnect to your server using PuTTY via SSH.
@wiseguygamer7593
@wiseguygamer7593 3 жыл бұрын
how would you make a paper Minecraft server
@kenethmartinez9599
@kenethmartinez9599 3 жыл бұрын
how many players can load with the essentials pack? 4gb ram 2vcore
@lankatube9769
@lankatube9769 3 жыл бұрын
25
@diegoc5616
@diegoc5616 2 жыл бұрын
Hello, my friends don't have minecraft premium and I would like to ask if there is any way they can join the server.
@kaize02
@kaize02 Жыл бұрын
server.propeties > online-mode=false
@chua8318
@chua8318 Ай бұрын
can premium and cracked minecraft friends play tgt? im sorry im new to this🥲
@rxversed1891
@rxversed1891 3 жыл бұрын
How do I change versions? I want my server to be on 1.8.9
@Websplaining
@Websplaining 3 жыл бұрын
Download that version.
@bisects
@bisects 3 жыл бұрын
do my friends need to download anything to join the server?
@Websplaining
@Websplaining 3 жыл бұрын
They just need to join it that's all!
@patrikasilg.4963
@patrikasilg.4963 3 жыл бұрын
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!
@Websplaining
@Websplaining 3 жыл бұрын
Hi Cpalx, all commands are in the video description.
@PolishPenguinDev
@PolishPenguinDev 2 жыл бұрын
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.
@PolishPenguinDev
@PolishPenguinDev 2 жыл бұрын
also java 17 is out now
@DSDitectivesGamingTech
@DSDitectivesGamingTech 2 жыл бұрын
how to change version of game
@Websplaining
@Websplaining 2 жыл бұрын
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.
@talyongaming
@talyongaming 3 жыл бұрын
is this same as dedicated server?
@Websplaining
@Websplaining 3 жыл бұрын
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!
@bobi9463
@bobi9463 3 жыл бұрын
Can i add multiple servers to my vps?
@Websplaining
@Websplaining 3 жыл бұрын
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.
@dwajdawjawodjawo
@dwajdawjawodjawo Жыл бұрын
hey dude would this work for windows server 2019?
@Websplaining
@Websplaining Жыл бұрын
This video is for Ubuntu OS.
@dwajdawjawodjawo
@dwajdawjawodjawo Жыл бұрын
@@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?
@Websplaining
@Websplaining Жыл бұрын
@@dwajdawjawodjawo Here you go kzbin.info/www/bejne/a4rGYaqGg757nbc make sure you read the pinned comment for that video.
@afnanksalal
@afnanksalal 3 жыл бұрын
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
@casualbridger_8370
@casualbridger_8370 3 жыл бұрын
ty very much u are a life saver
@Axomio123
@Axomio123 3 жыл бұрын
can you add plugins? and if so how?
@prollhouse2494
@prollhouse2494 3 жыл бұрын
inside ur minecraft folder make a folder named plugins and add them through there
@viktoraggerholm5102
@viktoraggerholm5102 3 жыл бұрын
you need to install a new server jar, such as spigot, papermc or tuinity
@kylexplor
@kylexplor 2 жыл бұрын
how can i remove the server?
@Websplaining
@Websplaining 2 жыл бұрын
The OVH server? or the Minecraft Server that you have made on the OVH server?
@AetherixStore
@AetherixStore 2 жыл бұрын
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
@whiteofsky7344
@whiteofsky7344 2 жыл бұрын
Is that server 24 hours open or?
@Websplaining
@Websplaining 2 жыл бұрын
Yup
@inabyt
@inabyt 2 жыл бұрын
sudo apt install openjdk-18-jre-headless for 1.19
@kylexplor
@kylexplor 2 жыл бұрын
why it just said fail to verify username?
@Websplaining
@Websplaining 2 жыл бұрын
Hi Kyle, this video should solve your issue kzbin.info/www/bejne/pmO3ln-pZZuapbM
@kylexplor
@kylexplor 2 жыл бұрын
@@Websplaining and i have another question is how can i delete the old port i just made?
@kylexplor
@kylexplor 2 жыл бұрын
i just accidentally delete it
@seruch3389
@seruch3389 Жыл бұрын
is this server global or local????
@Websplaining
@Websplaining Жыл бұрын
Hi Seruch, this video shows you how to make a multiplayer Minecraft Java server hosted on a global server host provider.
@seruch3389
@seruch3389 Жыл бұрын
​@@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.
@Axomio123
@Axomio123 3 жыл бұрын
how do i stop it?
@Websplaining
@Websplaining 3 жыл бұрын
type stop
@Axomio123
@Axomio123 3 жыл бұрын
@@Websplaining Thanks
@CoccusMC
@CoccusMC 3 жыл бұрын
How do i instal plugins as its a factions server
@PolishPenguinDev
@PolishPenguinDev 2 жыл бұрын
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.
@OVERSITE
@OVERSITE 3 жыл бұрын
"Permission Denied". help fpt
@PolishPenguinDev
@PolishPenguinDev 2 жыл бұрын
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.
@talyongaming
@talyongaming 2 жыл бұрын
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?
@brujojr7988
@brujojr7988 2 жыл бұрын
Did you use screen to start the session?
@_E.M_03
@_E.M_03 2 жыл бұрын
unable to locate java
@Websplaining
@Websplaining 2 жыл бұрын
Hi Turry, check my pinned comment above.
@PolishPenguinDev
@PolishPenguinDev 2 жыл бұрын
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.
@TechnoSnipeOfficial
@TechnoSnipeOfficial 3 жыл бұрын
is ovhcloud still good?
@Websplaining
@Websplaining 3 жыл бұрын
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 kzbin.info/www/bejne/mnWbenefZ9x4jc0
@TechnoSnipeOfficial
@TechnoSnipeOfficial 3 жыл бұрын
@@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.
@TechnoSnipeOfficial
@TechnoSnipeOfficial 3 жыл бұрын
@@Websplaining I may think about using vultr to run a minecraft server and for a few other things.
@Websplaining
@Websplaining 3 жыл бұрын
@@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.
@TechnoSnipeOfficial
@TechnoSnipeOfficial 3 жыл бұрын
@@Websplaining i already signed up god dang it. well rip the 100$ free credit.
@tomboconmandrixn.6177
@tomboconmandrixn.6177 3 жыл бұрын
How using windows?
@tomboconmandrixn.6177
@tomboconmandrixn.6177 3 жыл бұрын
I downloaded the server alpha
@Websplaining
@Websplaining 3 жыл бұрын
This is for Ubuntu. For Windows check out this video kzbin.info/www/bejne/a4rGYaqGg757nbc
@Websplaining
@Websplaining 3 жыл бұрын
@@tomboconmandrixn.6177 This guide is for a Vanilla Minecraft server on OVH server host.
@Max-dq5sd
@Max-dq5sd 3 жыл бұрын
now my Server go so HOT wow
@adityakamble450
@adityakamble450 3 жыл бұрын
working
@shizukahaze
@shizukahaze 3 жыл бұрын
how do i stop the server
@Websplaining
@Websplaining 3 жыл бұрын
Hi Jpaul, type "stop" without the quotations into the terminal window.
@shizukahaze
@shizukahaze 3 жыл бұрын
@@Websplaining i accidently close the putty then i open it back now idk whre to type.
@Websplaining
@Websplaining 3 жыл бұрын
@@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
@OVERSITE
@OVERSITE 3 жыл бұрын
@@Websplaining how to get back to the server console?
@zircan8854
@zircan8854 3 жыл бұрын
Mine says command not found
@Nazyms
@Nazyms 3 жыл бұрын
comment
EASY Budget Minecraft Servers With Crafty
37:22
Hardware Haven
Рет қаралды 756 М.
Finally! A Minecart Update! THEY'RE SO FAST NOW.
9:51
Phoenix SC
Рет қаралды 362 М.
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 17 МЛН
World’s Largest Jello Pool
01:00
Mark Rober
Рет қаралды 127 МЛН
Lehanga 🤣 #comedy #funny
00:31
Micky Makeover
Рет қаралды 27 МЛН
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 37 МЛН
Mojang Is About To RUIN Redstone
8:09
Purplers
Рет қаралды 9 М.
9 Ways How To Host a Minecraft Server
11:16
Shulkercraft
Рет қаралды 1 МЛН
Ubuntu Server: Getting started with a Linux Server
1:09:33
Byte My Pi
Рет қаралды 531 М.
How We Run & Host Hermitcraft
11:57
xisumavoid
Рет қаралды 862 М.
Making Iron Tools in Minecraft's Most Realistic Modpack
34:27
I Built a Minecraft Hosting Company in 6 Months!
5:10
Shulkercraft
Рет қаралды 438 М.
Hacking a Prison TV!
9:27
Action Retro
Рет қаралды 53 М.
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 17 МЛН