Minecraft – How to change MineOS Password for Web UI

hostingminecraft-java-editionminecraft-java-edition-server

I have successfully installed MineOS (Minecraft Server Admin Tools). I have it set up so that it automatically launches when I restart the server. I go to my.ip:8080 and the web interface is up and running. But I don't know the username and password to log in.

I tried 'admin' / 'minecraft2010' as well as 'tc' / 'minecraft2010' for login credentials, as suggested on a forum, with no result.

How do I change the password?

This page says as root I should use:

cd /root/runonce
./webui

But the /runounce/ folder does not exist. That script is apparently for Haiwatha servers.

I have MineOS installed on a Ubuntu 14.04 server, on AWS EC2.

MineOs Login

Best Answer

MineOS uses the existing credentials of your server (shadow passwords); In practical terms, this means any of the user/password combinations you can use to log into the command line (or SFTP) will be the same combination you use in MineOS.

The usernames you listed, "admin" or "tc"--since they don't exist on your Ubuntu server--will not permit login into the MineOS webui.

The other username listed "mc" is a common login for users who installed via the MineOS Turnkey ISO, rather than the installation process you did atop an existing Ubuntu installation. In this case, the loginname was created by the install process and prompted the user to set the password.

In short, create a new user using normal Ubuntu user-creation steps and you should be set.