How can I reset the password of the VCN500 human-machine interface?
8071. Use the PC to directly connect to the VCN500 service network port.
2. Use PuTTY to log in to the VCN500 server as the admin user and run the su - root command to switch to the root user. The default user name and password of the admin user are admin and Change_Me respectively.
3. Run the following command to reset the password of the administrator: su postgres -c "/home/postgres/bin/psql -p 6000 -d smu -c \"update tbl_smu_user_info set login_password='e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3',first_login='0', salt='' where login_name='Admin';\"". If the following information is displayed, the password is reset successfully: UPDATE=1
4. Use the default system password to log in to the human-machine interface. The user name and password are Admin and Change_Me respectively.