u/rnsimmons

Resetting admin password

I have the SQL needed to reset my admin password to a known bcrypt hash value, but I can't get it to work.

I'm running the SQLitebrowser as Docker on my unRaid 7.3.1, but when I try to go to the directory for my appdata, the mnt directory shows as empty.

I've tried running the SQLite Browser from my Windows PC using the shared folder for AppData. Even though I have the share set as Public, I can't save the changes as I get an error message that states "Error changing data: unable to open database file".

I've tried opening the console from my unRaid dashboard. I can change directories to /mnt/user/appdata/grafana to see my grafana.db file. I then run the SQL

UPDATE user
SET password = 'new_hashed_password'
WHERE login = 'admin';

That seems to work (no error message). I then try select * from user, but the new hashed password is not saved.

Can someone tell me what I should be doing, or what I'm doing wrong with my selected avenues of change>

reddit.com
u/rnsimmons — 4 days ago
▲ 1 r/BitAxe

I bought a Bitaxe 601, then didn't have time to finish the setup. Now that I'm retrying, I have questions.

I've hooked up a USB to flash the firmware to v2.13.0. I then access the BitAxe WiFi, 192.168.4.1 and enter the WiFi and password. It then reboots and tells me

"No access point (Error 201, retry XXX)"

It's showing the correct SSID on the display. I've checked and re-checked the password. I have the logs from when I flashed the firmware, but how do I add the log file and are there any other logs I need to include?

Any help is appreciated.

reddit.com
u/rnsimmons — 2 months ago