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:
- On the Administration page, click Users > User Management.
- Hover over the right side of the user role you want to edit, and click the ellipsis.
- Click Edit.
- Enter the new password.
- Confirm the password.
- Click Save.
Linux terminal
If your Security Console is installed on a Linux host, you can reset a password using a terminal:
- On your Linux machine, open a terminal and SSH to the Security Console host machine.
- Run the following commands, substituting
{username}
,{newpassword}
, and{newpassword}
with the appropriate values:
1sudo –i2screen –x nexpose3reset 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:
- On your Windows machine, use RDP to access the Security Console host machine.
- Start the Security Console in interactive mode.
- A live log window
.DLLCACHE\NEXSERVE.EXE
opens. In this window, run the following command, substituting{username}
,{newpassword}
, and{newpassword}
with the appropriate values:
1reset password {username} {newpassword} {newpassword}
Did this page help you?