How to to reset/retrieve password foor TOOLS menu #242
-
I did a clean installation on raspberry and set my username and password. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, do you mean for the rpi or birdnet-pi ? For birdnet-pi interface, the username is always For the rpi itself, if you can login through ssh by using a saved session password, you could force to update your password with |
Beta Was this translation helpful? Give feedback.
Hi, do you mean for the rpi or birdnet-pi ?
For birdnet-pi interface, the username is always
birdnet
(hard coded) and the password is defined in theCADDY_PWD
variable located in your configuration at/etc/birdnet/birdnet.conf
For the rpi itself, if you can login through ssh by using a saved session password, you could force to update your password with
sudo passwd <your_username>