Loses Password

Hello - I’m trying to install HA 3.5 for the 1st time in a Docker container in a QNAP NAS. I have 0.6.5 installed from the QNAP list of Docker containers, but now I’m trying to get the 3.5 installed. When I follow these instructions, it installs, and I can access HA from port 8123 on my PC. I made sure to stop 0.6.5 from running.

But if I log out of that initial HA screen and try to log back in with the credentials that I set up, I can’t. I get a “Invalid username or password” error, and I cannot go further. How do I know which Docker container port 8123 is pointing to, and how can I reset the creds so I can login?

I’m using Oracle Virtual Box on Windows 10.

Did see a post awhile aback…don’t know it would apply to your situation

User and password reset from the console

ha authentication reset --username ****** --password ******

****** being your new username and new password

Chas

Thanks, but the ha command does not work for me in a ssh window.