How to create your own Minecraft server using Linux

Поділитися
Вставка
  • Опубліковано 13 чер 2024
  • Minecraft is still as popular as ever, even with Microsoft buying it, and considering it’s been played and active for a long, long time. I’ve played my fair share of it, solo, or with friends, and even with mods, including the first battle royale mods, before Fortnite was even a thought in Epic’s minds. Minecraft is great, and you can run your own server super easily, to invite friends, keep your world going even when you’re not playing. Let’s see how to do it!
    Set up your own Linux server with LINODE : www.linode.com/linuxexperiment
    (USE OFFER CODE LINUXEXP19)
    Support the channel on Patreon: / thelinuxexperiment
    Follow me on Twitter : / thelinuxexp
    Commands for your Minecraft server:
    adduser “YOUR USERNAME”
    usermod -aG sudo “YOUR USERNAME”
    logout
    sudo apt update
    sudo apt install openjdk-11-jre
    mkdir minecraft
    cd minecraft
    wget launcher.mojang.com/v1/object...
    java -Xmx2048M -Xms1024M -jar server.jar nogui
    nano eula.txt
    Linode One Click App
    The easiest way is probably to use Linode’s One Click apps. Linode allows you to create a machine tailored to your needs, and start it with one click, and I use it for all kinds of projects. If you want to try running your own Minecraft server using Linode, don’t forget to click on the link in the description below, and use the offer code LINUXEXP19, for a 20$ credit, which can get you up to 4 months of free 24/7 Minecraft servers !
    Linode offers a one click install for a Minecraft server, with a lot of different settings you can tweak. Once you have created your account and used your promo code, you can just go to the “One Click apps” menu, and select “Minecraft”. You’ll get all the options you need to configure your server, from the type of world, the seed, the difficulty, the various spawns, etc… Select whatever you want here to change your server’s settings. This One click install uses Debian 9 as a base, for maximum stability.
    Pick the region where your machine will run, in my case the UK, since it’s the closest to where I live, and finally, the type of machine you need. Since my server is going to be a small one, I’ll pick the standard Linode with 2gb of RAM, at 10$ a month. If you plan to play with a few friends only, you could even go for the nanode, with only 1Gb of RAM, at 5$ a month.
    Type a name for your server, then a root password in case you need to connect to the server directly to change some stuff, and create it!
    The server will run automatically when you boot up your machine, and all you need to do to connect to it, is get its IP adress from the Linode manager, and enter it in your Minecraft client in the Multiplayer, “Add server” page.
    Create a user
    By default, your server will only have a root user, which is not fantastic. We’re going to create a user with less direct access to the system, just to be a little bit more secure. Let’s type: adduser “YOUR USERNAME”
    This one will add a new user to your server. You’ll have to answer a few questions, and fill in a password for said user. Next, we’ll give it administrative permissions, to make sure this user can install stuff and actually manage the server: usermod -aG sudo “YOUR USERNAME”
    Finally, we’ll log out of the root user, by typing logout
    ANd we’ll log in as our new user, by typing it’s username in the command prompt, and then the password we just gave to that user.
    Minecraft needs Java to run, so we’ll need to grab that first. It’s a simple install command. First we update all the packages:
    sudo apt update
    then we install the Java JRE
    sudo apt install openjdk-11-jre
    Now, we’ll need to download the actual server binaries to be able to run it.
    We’ll create a folder first, to store everything related to the server.
    Let’s type
    mkdir minecraft
    then
    cd minecraft
    THis created a “minecraft” folder inside our user’s home directory, and then we opened and went inside that minecraft folder.
    Next, we’ll type WGET, followed by the URL of the server file, which I got directly from the Minecraft launcher.
    wget launcher.mojang.com/v1/object...
    Start your server
    The minecraft server is a Java program, packaged as a Java archive. TO run it, we need to use the Java JRE we just installed.
    We are going to type:
    java -Xmx2048M -Xms1024M -jar server.jar nogui
    Press “enter”, and your server should start. It should however, on first start, give you an error, because you didn’t accept the end user license agreement.
    To tell it you accept this license agreement, just type:
    nano eula.txt
    Change eula=false to eula=true to indicate you have read and agree to the EULA.
    Then press, Ctrl+O to save; Ctrl+X to exit
  • Наука та технологія

КОМЕНТАРІ • 176

  • @TheLinuxEXP
    @TheLinuxEXP  4 роки тому +44

    Will you be setting up your own server ? Which solution will you take ? The easy one, or the more hands-on one ?

    • @timurbani4406
      @timurbani4406 4 роки тому +7

      More hands-on one! With your help i made a server so thanks. Also wanna ask if you ever gonna make a video of how to update a minecraft server?

    • @nekolist9775
      @nekolist9775 4 роки тому

      Already did hands on before the vod but thanks for recap!

    • @raiscl
      @raiscl 4 роки тому

      Nice vid for those who never created a VPS! If anyone is interested I have a simple python script to help automate the download and install/config of MC Servers: Github - raibtoffoletto -minecraft-server-install

    • @lukaslee5504
      @lukaslee5504 4 роки тому +1

      which programm did you use to connect to the server?

    • @raiscl
      @raiscl 4 роки тому +1

      @@lukaslee5504 it's a simple SSH. If you are on Linux/Mac just open a terminal and done. On windows you need to use PuTTY.

  • @alejandrorivas404
    @alejandrorivas404 4 роки тому +91

    I bought Minecraft 3 days ago to play with friends and i was telling them that we can do a server and you made this video. Thanks!

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому +5

      Nice timing !

    • @battlebuddy4517
      @battlebuddy4517 3 роки тому +1

      Little late but just use aternos.org/:en/ if you playing normal Minecraft

    • @namelessdude5763
      @namelessdude5763 3 роки тому +4

      @@battlebuddy4517 kinda late too but aternos is pretty laggy and the ping is usually very bad. It depends on your region too though.

    • @nopalfi1409
      @nopalfi1409 2 роки тому +2

      @@namelessdude5763 a little bit late too. Agree, i hate free minecraft server hosting, because of that i learnt how to set up a minecraft server in my own VPS

  • @SkullduggeryBeats
    @SkullduggeryBeats 3 роки тому +68

    finally somebody knows how to teach this stuff, its so difficult to find a good video that just explains it plainly like an adult.

  • @Sherolox
    @Sherolox 2 роки тому +8

    Funnily, I just did this about a year ago.
    Went incredibly smoothly already, but I’m sure this vid will still be pretty helpful for me!

  • @neomuso
    @neomuso 3 роки тому +4

    one of the best tutorials ever. now i just need to learn how to ftp the local world to the cloud server and load the same plugins etc

  • @alejomakevids
    @alejomakevids 4 роки тому +10

    Nice one. I'd like to add the one with Mods allowed of course.

  • @watermelongaming8658
    @watermelongaming8658 2 роки тому +3

    thank you very much!
    very easy to follow and now i can run a server without using my main pc

  • @NerdTouchingGrass
    @NerdTouchingGrass 2 роки тому +2

    I had issues getting the right version of java to install but once i figured that out it worked great thanks for the tutorial.

  • @jsaenzMusic
    @jsaenzMusic 3 роки тому +5

    Thank you for the vid! Now I create a server for my kids and their friends to play on. 🙏

  • @copefx
    @copefx 2 роки тому

    THANK YOU @The Linux Experiment

  • @jayd410
    @jayd410 4 роки тому +3

    I love your channel and your voice is so calming, I'm such a tech geek and I'd love to use Linux although everytime I try I fail and I think it's due to lack of instruction from other channels because I have a windows 8.1 and I wish we could meet but I'm only 11

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому

      Thanks a lot! You should try to research your computer's model online to see if anyone has had the same issues :)

  • @beasy238
    @beasy238 2 роки тому +2

    How would you update it so it can run on the newest version of minecraft?

  • @thecoadventurer5010
    @thecoadventurer5010 3 роки тому +3

    Is this guide still applicable in 2020? Also is this the same process with modded Minecraft. For example using modded server files provided by the ftb launcher.

    • @hobbypyromane2.05
      @hobbypyromane2.05 2 роки тому +1

      I have the same question. I want to create a modded Minecraft server on Linux on an old computer we have laying around

  • @AdamBror
    @AdamBror Рік тому

    How do I make it work with a modpack? forge won't install, it says there was some error.

  • @miko007
    @miko007 4 роки тому +1

    in professional minecraft serverhosting, we only use docker deployments. thats the easiest way of doing it imho.

  • @superbun6671
    @superbun6671 Рік тому

    @The Linux Experiment im trying to get the launcher url and the description has only the start of the url can u reply with the full url pls?

  • @lemler3337
    @lemler3337 4 роки тому +1

    have you ever draged the Minecraft launcher around on elementary os? does something weird to the window border almost like the compositor crash but hasn't, it's just weird

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому

      Yeah I had the same issue, it's really weird !

  • @tacticalgrape2658
    @tacticalgrape2658 3 роки тому

    How would you download mods for the server? Great video btw.

  • @vampirejared08
    @vampirejared08 Рік тому

    what is thebsudo apt install open-jdk11-ere used for? compared to just regular sudo apt install

  • @hamzaimran1991
    @hamzaimran1991 4 роки тому +1

    Amazing videos man. Keep it up. Quick question, which Huawei matebook do you advise for an android developer? You've got the 13 one right?

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому

      Yeah, I've got the 13, I think it could work for an Android dev, although for the Android simulator, I'd say the Matebook X Pro might be a better choice, with it's better GeForce MX150 graphics

    • @wellsilver3972
      @wellsilver3972 3 роки тому

      I think a crap computer would do good, as mobile devices hardware is crap because of how small they are.

  • @krimsonbun
    @krimsonbun 2 роки тому +1

    Weird to think of the Linux experiment as a tutorial channel that people see once and then never see again...

  • @puregroove5171
    @puregroove5171 4 роки тому +1

    hey man awesome video! quick question, how do I make it so that this server is running on 1.15.2?

  • @simaovilas
    @simaovilas 2 роки тому

    Is therw any way to do that without opening a port in the router???

  • @hedley6938
    @hedley6938 4 роки тому +2

    Is the server constantly running, if so is there a way to stop it or delete it?

    • @souptimecatz4742
      @souptimecatz4742 3 роки тому +1

      i think you just type "stop" then press enter

  • @marijn8889
    @marijn8889 2 роки тому +1

    Can this also on a virtual machine?

  • @aviation_uk2216
    @aviation_uk2216 Рік тому

    How do you save to world or does it auto save?

  • @AstroShibaOfficial
    @AstroShibaOfficial 2 роки тому +1

    what os are using

  • @kailashmuralidharan5849
    @kailashmuralidharan5849 3 роки тому +1

    the LINK is not showing properly :((((((((((((

  • @PrincessAshley12
    @PrincessAshley12 2 роки тому

    This work for other distros too?

  • @blitzkiek
    @blitzkiek 4 роки тому

    say I did this in wsl1 or wsl2 for windows. how can i close the ubuntu terminal and still have the server running?

    • @ConnorFischettiMusic
      @ConnorFischettiMusic 3 роки тому

      You cannot. You should probably get a junk computer you may have and flash it with an ubuntu disk.

  • @mgj8649
    @mgj8649 2 роки тому +1

    Hey what keyboard layout are you using? At 6:31 it says use Z, Q, S and D to move around.

    • @TheLinuxEXP
      @TheLinuxEXP  2 роки тому +1

      AZERTY, it's the French layout :)

    • @mgj8649
      @mgj8649 2 роки тому

      @@TheLinuxEXP Oh, right thanks lol. Was just wondering because I've been researching about different keyboard layouts and wondered which one you were using.

  • @tymartinez729
    @tymartinez729 2 роки тому

    Eveerything is set up but I cant seem to access my server from another computer. I type in my PCs IP and i even went nano server.properties and added a server IP but I can't seem to connect to the server that was setup. No errors occurred during the installation, appreciate help

    • @danijelbuba5337
      @danijelbuba5337 2 роки тому

      This only works if pc is on the same network

  • @rickbhattacharya2334
    @rickbhattacharya2334 4 роки тому +3

    I want to create my own server where my friends can join without being local. Can you please make a video on how to do it on my PC

    • @bugseater1
      @bugseater1 4 роки тому

      Port forward.

    • @battlebuddy4517
      @battlebuddy4517 3 роки тому

      aternos.org/:en/ - I recommend this more then creating your own

    • @themaddog9202
      @themaddog9202 2 роки тому

      @@battlebuddy4517 Bro aternos is dog shit

  • @hrstwn
    @hrstwn 4 роки тому +1

    Hey guys, I know it's not a good place to ask things and it's not relevant im sorry. I use elementary 5.1 and my window buttons are placed like default which put the close button on the left and maximize on the right which i prefer. But somehow firefox always put the maximize button on the left like ubuntu and mac which confuse me some times. I saw Nick's firefox places the buttons on the right place so what's wrong with mine?

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому +2

      I used a custom elementary OS theme for.firefox, head to my website to see how I did it : thelinuxexp.com

    • @hrstwn
      @hrstwn 4 роки тому

      @@TheLinuxEXP thanks so much, Nick!

  • @jamberrytastic
    @jamberrytastic 3 роки тому

    How do i update the Minecarft sever ?

  • @tristanlfv
    @tristanlfv 3 роки тому +1

    Good video, but if you close the Terminale, the Minecraft server close or not ?

  • @keithbevins6688
    @keithbevins6688 5 місяців тому

    You left out all the fun setting up the server for external access. The potential fun with router port forwarding, firewalls, ip tables, then possibly apparmor. I was surprised by how many distros want to lock down all the ports. Then the headaches from different perspective imposed by the security paradigms various distros default to impose when first installed. How about sequel videos setting up Minecraft server and then PaperMC server for external access that includes all the security headaches for each distro? I had a hell of a time trying to get Mint Debian and Mint Ubuntu to work properly. I've found it easier to use MX Linux. I probably could have used OpenSuSE and just YaST(ed) my way through challenging details. There is so much to learn and so much more that can be taught. I skipped Arch after it became painfully obvious I'd have to micro manage the server daily thanks to updates that require reboots. If we were all adventurous we'd just use Slackware and force our brains to learn.
    Thanks for the video I hope you do more for Minecraft and other self hosted game servers using Linux.

  • @yourixf9698
    @yourixf9698 4 роки тому +1

    how do i use a command to let it use more ram? i have this server for mc so i can give it a bit more then that, but i dont know how

    • @bungaplayz228
      @bungaplayz228 3 роки тому

      Just change the first -Xmx value in your startup command to however many mb of ram you want to assign.
      -Xmx2048M assigns 2048MB of ram, just change the 2048 to another value.
      For example, if you wanted to run your server with 4gb of ram, you would start your server like this:
      java -Xmx4096M -Xmx1024M -jar server.jar nogui

    • @lorenzomainini425
      @lorenzomainini425 3 роки тому

      @@bungaplayz228 i have a mini server as well and it has 8gb of ram I want to assign as much ram as I can. How do I know how much ram is available? Also for storage I have no SSD lying around, only HDD, do you think it might cause any problem?

    • @bungaplayz228
      @bungaplayz228 3 роки тому

      @@lorenzomainini425 You said you have 8gb ram? I'd probably use around 7gb for your server so you can still run other processes
      Again just change the number infront of the first -Xmx value as this will tell your server how many mb of ram you want to use.
      I think you'll be fine with an hdd particularly if its 7200rpm there's not that much of an advantage you'll see with an ssd. Though of course higher write speeds are always nice

  • @IronmanGaming
    @IronmanGaming 4 роки тому +1

    This is very nice!

  • @marwaelhouasli2826
    @marwaelhouasli2826 10 місяців тому

    Guys, i dont have the option for multiplayer on mac , can anyone help please ?

  • @KCraftWarrior
    @KCraftWarrior Рік тому

    Can you add plugins? In linode

  • @SkyCxndy
    @SkyCxndy Рік тому

    Good thing I have linode already

  • @MegaArti2000
    @MegaArti2000 3 роки тому

    What if I don't want to pay for it? Can I do it?

  • @AJOlesen
    @AJOlesen 3 роки тому

    1:05 You can set the maximum players to 1? so basically a single player world?

  • @hedley6938
    @hedley6938 4 роки тому

    It says an error occurred during the initialisation of VM, too small initial heap

    • @hedley6938
      @hedley6938 4 роки тому +1

      ok.. i dont know what i did but its working now

  • @AnzanHoshinRoshi
    @AnzanHoshinRoshi 4 роки тому

    Thank you, Nick. Not a gamer but a good video.

  • @thatonepythondev
    @thatonepythondev 2 роки тому +1

    Cool, but I made a bedrock server instead with a Ubuntu server. I’m pretty sure that I just don’t have the technical experience to find the commands to run the bedrock release on my cloud server. I’m just a 13 year old anyways

  • @TILR
    @TILR 4 роки тому

    So what if you don't want to give away your IP address (even the public one), is there anyway to use a domain server like Hover to make a dedicated IP?

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому +1

      Sure, you can always book a domain name for that server, and use that instead of the IP :)

    • @TILR
      @TILR 4 роки тому

      @@TheLinuxEXP oh awesome :) because I've been trying to set up a Minecraft server on a second PC at home and I have a Hover domain, so I've been trying to figure out if it was possible to use that for my Minecraft server as well. Never could find any good guides on it

  • @brandonmiller555
    @brandonmiller555 4 роки тому +1

    I want to try the nanode server but I am worried it won’t handle both my brother and I. If it works it would be a more cost effective solution to realms.
    A few more questions.
    1. Does it handle back ups of worlds?
    2. Would using a VPN affect our ability to connect?
    3. How does this compare to Realms?
    Thank you for your time and making this type of Linux content!
    Edit: Would you consider doing a review/play through of Minetest, the open source Minecraft clone? Or maybe even other open source games.

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому +1

      No problems with VPNs, I think the nanode would work fine for 2 players :)
      Backups need to be made manually, Linode can backup the server but it's a paid option !

    • @wellsilver3972
      @wellsilver3972 3 роки тому

      If you and your brother are on the same network, you can easily download paper. And you cna both play on the same server,
      You cna also use lan

  • @gwacka
    @gwacka 2 роки тому

    What Linux are you using???

  • @boogiehasfun
    @boogiehasfun Рік тому

    i’m using a chromebook to this, wish me luck.
    it works, but is very slow due to my chromebook only having 2gb of ram

  • @BMPiercing
    @BMPiercing 6 місяців тому

    welcome to the world of PTERODACTYL

  • @DanBlackRacing
    @DanBlackRacing 2 місяці тому

    Linode: a Linux distro working with akamai technologies. That's oxymoronic.

  • @Lyunpaw
    @Lyunpaw 4 роки тому +4

    OMG, Thank you. I was looking for a way to start my own MC server on an old desktop using Ubuntu LTS 18.04 server. I want to know how to upgrade the server when new versions of MC are released and how to add things like MC data packs. Thank you so much.

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому +1

      I'll see if I can make that video :)

  • @ooTruffle
    @ooTruffle 4 роки тому +1

    How about installing paper for plugins

    • @wellsilver3972
      @wellsilver3972 3 роки тому

      You need to find a different host, or download the .jar file and host it on your own PC papermc.io/

  • @developerofweb4408
    @developerofweb4408 3 роки тому

    I installed openjdk-8-jre is that matter?

  • @passord1d493
    @passord1d493 4 роки тому +2

    Can you maka a video about how to install mod server

  • @weedwanker4884
    @weedwanker4884 2 роки тому

    my boy thank you

  • @explodingcb
    @explodingcb 4 роки тому +1

    What version of Linux are you using?

    • @solarwolf678
      @solarwolf678 2 роки тому

      I think ubuntu server 18.04 lts, but I think they have a 20.04 lts release now

  • @Knyyl
    @Knyyl 2 роки тому

    awesome thank you

  • @zRayito
    @zRayito 4 роки тому +2

    Can you change the version?

  • @solomonsherlock6864
    @solomonsherlock6864 4 роки тому +1

    You should try out MineTest. It's a cool open source game that's similar to minecraft. It's no minecraft which is much much more mature, has more mods, a professional company, etc buuuut it could be something very cool.

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому

      It looks super good as well ! I'll definitely take a look

    • @alejomakevids
      @alejomakevids 4 роки тому

      I've found minetest on the apt repository and also in flathub.

    • @naseef2075
      @naseef2075 4 роки тому

      Yep! Minetest is pretty cool, built in C++ so you don't have the overhead of Java.

    • @Fedreal_Bureau_Of_Investigaton
      @Fedreal_Bureau_Of_Investigaton 2 роки тому

      @@naseef2075 that's nice

  • @Honkus.
    @Honkus. Рік тому +1

    when i type java "-Xmx2048M -Xms1024M -jar server.jar nogui" it says: "Error: Unable to access jarfile server.jar" even if i am a root user, what the fuck? any help?
    (My distro is Linux Mint Cinamon)

  • @fadedquill7
    @fadedquill7 2 роки тому

    The link no longer works.

  • @Vivi-OwO
    @Vivi-OwO 4 роки тому +3

    Tips on port forwarding:
    1. The Minecraft server needs TCP and UDP
    2. Set the ip address for the server PC to static
    3. If you change the port in server settings you'll need to add the port number to the end of the ip address when CONNECTING. Example: 192.168.1.2:25555 ( Public IP Address : Port number )

  • @binaryburnout3d
    @binaryburnout3d 3 роки тому

    i'm trying this on a raspberi pi 4.

  • @shakirmohammed-
    @shakirmohammed- 4 роки тому

    What browser were you using

  • @tuurneven6557
    @tuurneven6557 3 роки тому +1

    I have to make an account but i dont have a credit card what now?

    • @TheLinuxEXP
      @TheLinuxEXP  3 роки тому

      How do you plan to rent a server without a credit card to pay for it ? ;)

  • @jeffsadowski
    @jeffsadowski 2 роки тому

    I installed paper, Geyser-Spigot and floodgate-spigot so that I can play from my android device on my server.

  • @altermetax
    @altermetax 4 роки тому +1

    Forgot port-forwarding, now only people connected to your network can join.

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому

      Nope. I created the server on a linode, so not on my network, and I could join it no problem.

    • @altermetax
      @altermetax 4 роки тому +3

      @@TheLinuxEXP Yes, but in the part where you say that you can also do it manually, you say you can also setup your own machine at home. In that case you're going to need port forwarding to make people outside your house join it.

  • @mcarnas3197
    @mcarnas3197 4 роки тому +2

    You are doing one big mistake. You are installing java 11 instead of java 8. Also I recommend to use paperspigot instead of the vanilla server software.

    • @TheLinuxEXP
      @TheLinuxEXP  4 роки тому

      It works well with Java 11, though

    • @MyurrDurr
      @MyurrDurr 4 роки тому +1

      @Veruuux I haven't seen any issues with Java 11 or 12
      13 has issues for me but it seems to only be because of Optifine since pure vanilla Minecraft works fine on Java 13

    • @wellsilver3972
      @wellsilver3972 3 роки тому

      Its not like later versions have more issues infact they have less issues., I would also recommend using paper as its compatible with spigot, has improvements, and more.

  • @sayandipdhali8343
    @sayandipdhali8343 3 роки тому

    so no port forwarding?

    • @TheLinuxEXP
      @TheLinuxEXP  3 роки тому +1

      It wasn’t needed in my case

  • @RoaringRhino
    @RoaringRhino 3 роки тому

    what is the command for finding the ip

    • @jaylinxboxdude2323
      @jaylinxboxdude2323 3 роки тому

      your ip? or your servers ip? you can find the server ip by using ip -a
      To find your networks ip you can use a find my ip website

    • @RoaringRhino
      @RoaringRhino 3 роки тому

      @@jaylinxboxdude2323 nah i got it already i needed to find server ip its /hostname -I

  • @Gaezano.Tolizetti
    @Gaezano.Tolizetti 4 роки тому +1

    Am i the only one hosting a 24h minecraft server on a 2011 laptop?

  • @chipsik758
    @chipsik758 6 місяців тому +6

    but our rule - don't spend money on games :(

    • @c4m207
      @c4m207 Місяць тому +2

      Then how TF u play minecraft

    • @chipsik758
      @chipsik758 Місяць тому

      Tlauncher@@c4m207

    • @Yo_Lynch5671
      @Yo_Lynch5671 27 днів тому

      Tlauncher💀👍​@@c4m207

    • @RC568
      @RC568 5 днів тому

      @@c4m207 piracy

  • @unfunnious9328
    @unfunnious9328 3 роки тому

    Is it 24/7?

    • @TheLinuxEXP
      @TheLinuxEXP  3 роки тому

      Yep

    • @unfunnious9328
      @unfunnious9328 3 роки тому

      @@TheLinuxEXP i thought it was free but i need to pay for 24/7
      Why i always need to pay :(

    • @TheLinuxEXP
      @TheLinuxEXP  3 роки тому

      Because your server is always running, you don’t pay for when you play, you ou for when you have access to the server

    • @unfunnious9328
      @unfunnious9328 3 роки тому

      @@TheLinuxEXP wait so its free 24/7 but i need to be in the server?

    • @TheLinuxEXP
      @TheLinuxEXP  3 роки тому

      Minecraft is free, running the server isn’t. Your server runs 24/7, so you pay for the time the server is up

  • @lukaslee5504
    @lukaslee5504 4 роки тому

    best tutorial I think.

  • @toromac9786
    @toromac9786 4 роки тому

    I'd personally install Multicraft. This will then allow you to manage the server and not need to mess around with java start variables.
    You can then easily change out jar files for spigot or similar if desired, plus you'll have a webpage to manage the server.

  • @glazechunk
    @glazechunk 2 роки тому +1

    Here's a list of the best servers for play with friends: ua-cam.com/video/LOeivuEHQdc/v-deo.html

  • @weewee4007
    @weewee4007 3 роки тому

    wee wee

  • @markmanning2921
    @markmanning2921 Рік тому

    what you are doing is showing me how to create my own linux based minecraft server. Now show me how to connect to it FROM LINUX because minecraft-lanuncher does not have an option to change servers and the windows client is PURE UNADULTERATED GARBAGE in wine.
    how do i connect to this shiny new server FROM LINUXXXXXXXX??????????????????????

  • @christiancallans7139
    @christiancallans7139 4 роки тому +1

    bad