Reset the admin password for the Application Interface

Description

Reset the admin password for the Application Interface

Resolution

1. Connect to the MySQL database by executing the command at the command prompt:

C:\GMSVPMySQLbin> mysql --user=(username) --password=(password)

2. Then Execute the following command:

mysql> use sgmsdb;

mysql> update users set password = '5f4dcc3b5aa765d61d8327deb882cf99' where id = 'admin';

The Admin password will be reset to "password"

Related Articles

  • How to Set On-Prem NSM to Safemode - for version 3.1.1 and prior
    Read More
  • How do I associate the devices with NSM from MySonicWall.com portal?
    Read More
  • NSM On-Prem: Backups over SCP to Windows OpenSSH Server
    Read More
not finding your answers?