Can't log into MineOS - Software password incorrect

Should probably branch this off into a new thread now that the login issue has been identified, but I’m unable to launch/create any servers with MineOS under Bullseye. They start and then stop a few seconds later. I first tried running the built-in version of Java, then tried with different versions (e.g., 16.0.2, 17-aarch64), but nothing’s working. Would report the logs messages/errors, but I’m still learning how to view log output using the command line.

Here’s what I’m seeing with the “systemctl status mineos” command:

Sep 28 18:31:43 DietPi MineOS[668]: info: [Bullseye] 192.168.X.XX issued command : "start"
Sep 28 18:31:43 DietPi MineOS[668]: info: [Bullseye] received request "start"
Sep 28 18:31:45 DietPi MineOS[668]: error: { Error: connect ECONNREFUSED 127.0.0.1:25565
Sep 28 18:31:45 DietPi MineOS[668]:     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1088:14)
Sep 28 18:31:45 DietPi MineOS[668]:   errno: 'ECONNREFUSED',
Sep 28 18:31:45 DietPi MineOS[668]:   code: 'ECONNREFUSED',
Sep 28 18:31:45 DietPi MineOS[668]:   syscall: 'connect',
Sep 28 18:31:45 DietPi MineOS[668]:   address: '127.0.0.1',
Sep 28 18:31:45 DietPi MineOS[668]:   port: 25565 }

[EDIT: Never mind. I just uninstalled and reinstalled MineOS and was able to successfully create a new server.]

A reboot might have been fixed it as well as there was some internal connection issues. Probably some function was not working probably.

Hello,

I’m also having the same issue by not able to login to MineOS web interface.

If done a reinstall and have done a reset but it still did not worked.

Im using an x64 image for PC and a have changed the root and dietpi password. I’ve tried the default and my changed password and it did not worked as well.

Any ideas how to access the webUI atleast?

Infiltraitor
Just have a look to page number 2 on this conservation. There you have a workaround describe

https://dietpi.com/forum/t/cant-log-into-mineos-software-password-incorrect/5513/17

Joulinar

Thank you, the command:

chpasswd -c SHA512 <<< 'root:password'

Does the job.

it’s works for me
thks