Im trying to install MineOS on my Ubuntu server? I think thats what it is I’m using SSH from my main computer to try to install it and I keep running into a error when I run “systemctl status mineos”
I get the error and tried following the troubleshooting on the website but still havent figured it out and was wondering if someone with more knowledge could help me with this, I’ll post the error below since that might help anyone figure out what I did wrong
root@alex-IdeaPad-5-15ARE05:/usr/games/minecraft# 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 Mon 2022-04-25 23:03:11 CDT; 18min ago
Process: 9715 ExecStart=/usr/bin/node service.js start (code=exited, status=1/FAILURE)
CPU: 314ms
Apr 25 23:03:11 alex-IdeaPad-5-15ARE05 systemd[1]: mineos.service: Scheduled restart job, restart counter is at 5.
Apr 25 23:03:11 alex-IdeaPad-5-15ARE05 systemd[1]: Stopped Start MineOS minecraft front-end.
Apr 25 23:03:11 alex-IdeaPad-5-15ARE05 systemd[1]: mineos.service: Start request repeated too quickly.
Apr 25 23:03:11 alex-IdeaPad-5-15ARE05 systemd[1]: mineos.service: Failed with result ‘exit-code’.
Apr 25 23:03:11 alex-IdeaPad-5-15ARE05 systemd[1]: Failed to start Start MineOS minecraft front-end.
root@alex-IdeaPad-5-15ARE05:/usr/games/minecraft#