[SOLVED] Webui won't start on boot

I’m having trouble getting MineOS WebUI start on server startup.
Using Ubuntu 16.04.1 and the latest MineOS.
Running “cd /usr/games/minecraft” and “nodejs mineos.js” starts it just fine. There are no errors in the mineos.log file.
What should I do?

I fixed it by editing /etc/supervisor/conf.d/mineos.conf
“command=/usr/bin/node webui.js” -> “command=nodejs webui.js”

1 Like