- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
09-04-2018 12:31 PM
As title says, I had VM running and working in Workstation, updated, configured, etc. then exported to OVA and deployed to ESXi, but now the web UI says my passwords are incorrect. How can I reset the admin and other account passwords from CLI?
12-05-2018 07:57 AM
if you have access to the CLI you can try this:
expedition@Expedition:~$ mysql -uroot -ppaloalto
MariaDB [(none)]> use pandbRBAC
MariaDB [pandbRBAC]> select * from users\G
MariaDB [pandbRBAC]> update users set password = '$2y$10$Nk2/jJmmirfgfLLPEGJ7.erkiaVCgRGUZvSPi5wG/gg8SqYFBvYPO';
12-11-2018 11:58 AM
Error 2002
Can't connect to local mysql server thorugh socket '/var/run/mysqld/mysqld.sock' (2 No such file or directory)
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!