Redgate Monitor 14

Resetting your Redgate Monitor password

Only administrators can reset Redgate Monitor passwords. 

Resetting standard and read-only user passwords

If you're a standard, read-only, or report user and you've forgotten your password, contact a Redgate Monitor administrator. Administrators can change passwords by following the instructions under Editing user roles in Managing user roles.

Resetting administrator passwords

If Redgate Monitor is configured to authenticate with Active Directory, and you're locked out of your Active Directory administrator account, see the Unable to access administrator account troubleshooting page.

To reset the administrator password, you need to delete the password stored in the Redgate Monitor database.

  1. Log in to the SQL Server instance that hosts the Redgate Monitor database.
    In Management Studio (or equivalent SQL editing tool), run:

    USE RedGateMonitor
    GO
    DELETE FROM settings.UserAccount WHERE UserName = 'admin'

    where RedGateMonitor is the name of the Redgate Monitor database.

  2. On the machine where the Redgate Monitor website is installed, open a web browser and paste the URL for Redgate Monitor into your browser address bar (e.g. http://MyServer.mydomain:8080).

    If your browser displays a message asking if you want to repost the data, ignore it. Reposting will enter the password you have just deleted.
  3. The Create Administrator password page is displayed. Enter a new administrator password.

The new administrator password is set.


Didn't find what you were looking for?