Create a Server

MineOS | The Easy Way to Set Up a Minecraft Server

MineOS | The Easy Way to Set Up a Minecraft Server

#MineOS #Easy #Set #Minecraft #Server

“Drew Howden Tech”

In this video, I show you what MineOS is and how to use it.

Disclaimer: If you are installing the MineOS ISO on your server, make sure there is nothing on your target drive that you need, because it WILL BE ERASED during the installation process.

Prerequisites:
1. A spare computer to use as a server (can be either a new or existing server)
2. A blank USB drive (if installing the MineOS ISO)

Links:
MineOS ISO:

Commands to Install MineOS on Ubuntu Server:
sudo apt install nodejs openjdk-17-jre git rdiff-backup screen build-essential npm
cd /usr/games
sudo git clone minecraft
cd minecraft
sudo git config core.filemode false
sudo chmod +x generate-sslcert.sh mineos_console.js webui.js
sudo cp mineos.conf /etc/mineos.conf
sudo npm install
sudo ./generate-sslcert.sh
sudo cp /usr/games/minecraft/init/systemd_conf /etc/systemd/system/mineos.service
sudo systemctl enable mineos
sudo systemctl start mineos

Join this channel to get access…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

23 Comments

  1. Great video!! Just wondering, it looks like openjdk-19-jre is available on the LM software manager, is it possible to use this instead or is openjdk-17-jre better for the install?

  2. For the setup stage : it stays on 100% completion ("Starting up the partitioner") and doesn't do anything and it shows the console i can write thing but that all

  3. Mineos works best of TrueNas Core. Absolutely amazing. But, for whatever reason. It quit working a year ago. Still broken!!!!

    Also, how this isn't a Windows 10 app just blows my mind. Just ridiculous.

  4. can you still install mine os with the wget link on a ubuntu server? When i tried via the link it seamed to install correctly but when i try to acess the login page it say it dosent have acces to said page even though the ip is correct

  5. i'm having a problem when trying to start mineos service, here's the status:

    systemctl status mineos
    × mineos.service – Start MineOS minecraft front-end
    Loaded: loaded (/etc/systemd/system/mineos.service; enabled; vendor preset: enabled)
    Active: failed (Result: exit-code) since Sun 2023-12-24 00:23:22 CET; 8s ago
    Process: 32018 ExecStart=/usr/bin/node service.js start (code=exited, status=203/EXEC)
    CPU: 1ms

    dic 24 00:23:22 home-server systemd[1]: mineos.service: Scheduled restart job, restart counter is at 5.
    dic 24 00:23:22 home-server systemd[1]: Stopped Start MineOS minecraft front-end.
    dic 24 00:23:22 home-server systemd[1]: mineos.service: Start request repeated too quickly.
    dic 24 00:23:22 home-server systemd[1]: mineos.service: Failed with result 'exit-code'.
    dic 24 00:23:22 home-server systemd[1]: Failed to start Start MineOS minecraft front-end.

  6. Cool idea, I've run into an issue though. Fresh install of ubuntu and I've got to the point where you log into the web UI, however i can't work out what the password should be. I've tried the passwords to log into the server, root user, I even created a brand new system user and tried that. I'm stuck. Thoughts?

  7. The install and everything setup was a breeze, and great video! For whatever reason, I cannot get my machine to boot from the m.2 nor the HDD, the only way after install, is to get into the boot menu. Select the USB, then when I try to boot from first hard drive, that doesn't work. Even though I have installed to both m.2 and HDD, and installed grub. I have to hit f6, then I can select hd1 instead of hd0, and with that, it then opens up the grub menu to allow me to run Debian, but no changes allow me to boot from either internal drives for whatever reason?

  8. I pulled your ISO file onto a USB stick with Balena etcher. If I want to boot from the USB stick, there is no way I can do that. (But I tried other programs to boot with a USB stick, they worked)

  9. hey my server crashes straight away, I have all the mods 9 modpack installed (everything works with vanilla) and I think it's because my server exceeds the 1000 that you can see in the dashboard at the bottom left "Ownership And Disk Usage" but I don't know how it can increase

  10. im having some issues installing npm, it says this
    sudo npm install

    > diskusage@1.1.3 install /usr/games/minecraft/node_modules/diskusage

    > node-gyp rebuild

    gyp ERR! configure error

    gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/games/minecraft/node_modules/diskusage/build'

    gyp ERR! System Linux 5.4.0-169-generic

    gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "rebuild"

    gyp ERR! cwd /usr/games/minecraft/node_modules/diskusage

    gyp ERR! node -v v10.19.0

    gyp ERR! node-gyp -v v6.1.0

    gyp ERR! not ok

    npm ERR! code ELIFECYCLE

    npm ERR! errno 1

    npm ERR! diskusage@1.1.3 install: `node-gyp rebuild`

    npm ERR! Exit status 1

    npm ERR!

    npm ERR! Failed at the diskusage@1.1.3 install script.

    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

    npm ERR! A complete log of this run can be found in:

    npm ERR! /root/.npm/_logs/2023-12-09T12_23_34_867Z-debug.log

  11. It's giving me a "job for mineos.service failed because the service did not take the steps by it's unit configuration"

    When I do the command "sudo systemctl start mineos"

Leave a Reply