How to reset a 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:
- Click the Administration tab.
- In the Users section, click Manage users.
- Click the pencil icon to the right of the user’s name.
- Input the new password and 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?