MineOS sever not working

Hey, I’m new to MineOS and hosting stuff in general. Currently using an UnRAID server to host MineOS, however, upon attempting to start the server up, it simply will not start.

Here’s the error log.


writing RSA key
Setting https to true
2021-11-17 14:32:20,144 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2021-11-17 14:32:20,144 INFO Included extra file “/etc/supervisor/conf.d/mineos.conf” during parsing
2021-11-17 14:32:20,165 INFO RPC interface ‘supervisor’ initialized
2021-11-17 14:32:20,165 CRIT Server ‘unix_http_server’ running without any HTTP authentication checking
2021-11-17 14:32:20,165 INFO supervisord started with pid 1
2021-11-17 14:32:21,168 INFO spawned: ‘mineos’ with pid 45
2021-11-17 14:32:22,170 INFO success: mineos entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2021-11-17 14:34:01,729 INFO reaped unknown pid 86
2021-11-17 14:34:01,730 INFO reaped unknown pid 87
2021-11-17 14:34:12,323 WARN received SIGTERM indicating exit request
2021-11-17 14:34:12,323 INFO waiting for mineos to die
2021-11-17 14:34:12,342 INFO stopped: mineos (terminated by SIGTERM)

I was very reluctant to turn to the forum for this but I have had no luck in finding a fix online. Does anyone know why the server won’t start?

Looks like your unraid does it’s job. It simply states that it starts your mineos instanse, gets it running, then recieves a stop error, and waits untill MineOS is entirely stopped. I think we need to take a look in the logs of mineos itself. I’m not sure where it is placed in unraid, but in a standard linux installation the log is found using the following path: /var/log/mineos.log