Systemctl start mineos not working

Hi.
Have you taken a look at the troubleshooting page?

I suspect your node-dependencies are not met, and that they fail during installation. And since some dependencies are missing MineOS refuses to start.

Please try this:

cd /usr/games/minecraft
npm install --unsafe-perm

Please note the --unsafe-perm at the end that differs from the installation instructions. This is due to MineOS’s age and dependencies to older node-elements. Node refuses to install them since there exists newer versions. We have to force it.

I run MineOS off a ubuntu server installation, and hae to install with the --unsafe-perm flag set.

Good luck

1 Like