Reset a user password

The Security Console may display The user name or password is invalid error if you forget your password. To reset the password, use one of the following methods:

Security Console Web Interface

If you're a Global Administrator, you can reset a user's password in the web interface:

  1. On the Administration page, click Users > User Management.
  2. Hover over the right side of the user role you want to edit, and click the ellipsis.
  3. Click Edit.
  4. Enter the new password.
  5. Confirm the password.
  6. Click Save.

Linux terminal

If your Security Console is installed on a Linux host, you can reset a password using a terminal:

  1. On your Linux machine, open a terminal and SSH to the Security Console host machine.
  2. Run the following commands, substituting {username}, {newpassword}, and {newpassword} with the appropriate values:
1
sudo –i
2
screen –x nexpose
3
reset password {username} {newpassword} {newpassword}

Windows command line

Interactive mode required

This procedure requires that the Security Console runs in Interactive Mode. To start the Security Console in Interactive Mode, go to Start > All Programs > Nexpose > Start Nexpose Interactive Console.

If your Security Console is installed on a Windows host, you can reset a password using a command prompt:

  1. On your Windows machine, use RDP to access the Security Console host machine.
  2. Start the Security Console in interactive mode.
  3. A live log window .DLLCACHE\NEXSERVE.EXE opens. In this window, run the following command, substituting {username}, {newpassword}, and {newpassword} with the appropriate values:
1
reset password {username} {newpassword} {newpassword}