Trying to figure out how to install on Ubuntu

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#

Hi Alex, using systemctl is a clean and convenient way to start the webui when things are working, but when they are not, we will want to resort to manual starts–this will give us the necessary error output to debug.

  1. Are there any errors in /var/log/mineos.log?
  2. What happens when you try to run the webui manually?
# cd /usr/games/minecraft
# ./webui.js
  1. Try resetting the webui and share the output with us. Any nodejs package compilation failures will cause the webui to not work, as well. Webui Maintenance and Troubleshooting | mineos-node