How to reset the webconsole's admin user password?
Question:
How can I reset the admin password of the Web Console?
Answer:
To reset the password of the admin user in the Web Console to its default value ('admin'):
Log in to the Appliance CLI via SSH with the support user 'nexthink'.
Execute the following command:
sudo /var/nexthink/console/helpers/reset_console_password.sh
CODE
Sample output:
sudo /var/nexthink/console/helpers/reset_console_password.sh
[sudo] password for nexthink:
UPDATE 1
CODE