[SOLVED] Forgot my password to Astrobox running on Raspberry Pi

Hi,

I installed AstroBox on my raspberry pi long time ago now I forgot the password.
It keeps saying “Astrobox-xxx is password connected” but there no place I can click to reset my password. The Astrobox is not currently connected to Astroprint.com.

“uname -r” shows 3.18.11-v7+

Thanks,

It’s your AstroPrint password on that screen. If you don’t remember that you can reset it at AstroPrint.com

I can login to Astroprint.com but the same password still got error on Astrobox.
ssh into the box as user pi and confirmed I have connection to Astroprint.

What else can I do to retrieve the password?

Ah. You’re likely affected by a problem with dates and certificates. Here’s how to fix it:

SSH in the Pi and run these commands:

sudo service astrobox stop
sudo date --set=‘2016-11-8’
sudo service astrobox start

Then go to settings and update your software. This should permanently fix that issue

I re-flashed to the latest version before seeing the above reply, but still was not able to login, rebooted couple times after performed above steps now I can login…

Thanks for the help.