Hello I forgot the password for the LOGIN of the Hyperion platform with the Hyperbian system. Is it possible to RESET or recover this passowd from the command line via ssh? Is there another option?
you can reset your password back to default 'hyperion' using the command line Code: hyperiond -v --resetPassword see more details on additional options Code: hyperiond --help Usage: hyperiond [options] Hyperion Daemon Options: -h, --help Displays this help. --version Show version information -u, --userdata <userdata> Overwrite user data path, defaults to home directory of current user (/home/thomas/.hyperion) --resetPassword Lost your password? Reset it with this option back to 'hyperion' --deleteDatabase Start all over? This Option will delete the database -s, --silent Do not print any outputs -v, --verbose Increase verbosity -d, --debug Show debug messages --desktop Show systray on desktop --service Force hyperion to start as console service --export-effects <export-effects> Export effects to given path
Hello Lord Gray, thank you very much for your reply. I'm sorry but this is the first installation I have and I still don't understand it very well. Code: hyperiond -v --resetPassword when I insert the following line ... or any other with the command "hyperiond" I get the following message. hyperion MAIN: <ERROR> The Hyperion Daemon is already running, abort start. Can you help me? Thank you.
pkill: killing pid 532 failed: Operation not permitted kill hyperion (appears) -bash: kill: hyperion: arguments must be process or job IDs Then with (hyperiond -v --resetPassword) hyperion MAIN: <ERROR> The Hyperion Daemon is already running, abort start.
Sorry guys, not yet. I only have access to the Dashboard if I am in command line with the command Code: hyperiond --userdata /home/pi/.hyperion If i close Putty, the password field will appear on the web page. I put "hyperion" in the password And appear the message ERROR No Autorization
stop service: Code: sudo systemctl stop hyperion remove folder: Code: sudo rm -rf /home/pi/.hyperion reboot: Code: sudo reboot