When I login to the portal today, I found out the server list is missing. But the server still running(screen service did not run with startup).
I have try to set the permission of the minecraft and mineos folder, using chmod 777
But after reboot, the problem still here.
the process output and mineos.log output at here
{“level”:“info”,“message”:“[WEBUI] root connected from 1.2.3.4”,“timestamp”:“2018-06-01T01:52:25.532Z”}
You’re logging in as root, but MineOS has started these processes as the user mineos. I’m presuming you created the server as the non-root user, but then at some point started running the server from the root login instead?
We can verify this by checking the ownership of:
ls -la /var/games/minecraft/servers
if the directories themselves are owned by mineos:mineos. If so, you should (ideally),
and then start using the mineos login instead. But if you really prefer using root, just do the same as the above with root:root. The webui matches the username from the login page with the owner of the directory–that’s how it filters out which to show and why it’s suddenly missing.
Interesting… Last few months, I’m using the root account to monitoring my server, without any problem.
Now the minsos account comes out and take the ownership of my folder, hahaha
For the server folder, I have changed the ownership to root.
Seems normal now.