Validation Director Credentials

This is only valid for the MSV (on-prem) version of Security Validation.

Director UI Credentials

Username Password
admin@verodin.com pc4p5RFUN!?

Change the password for the admin@verodin.com account

The first time you log in, you are prompted to change the password.

If you are using this account, the following process is how you change the password for the account. Otherwise, use Manage User Accounts.

  1. Launch the Director.
  2. Select User > User Preferences.
  3. For Current Password, enter the current password for admin@verodin.com.
  4. For Password  and Password confirmation, enter the password you want to use for the admin@verodin.com.
  5. Click Update Account Settings.

Director Console Credentials

Form Factor Username Credential Type Password
OVA, VHD nodeone password pc4p5RFUN!?
installable software Managed by underlying OS

AMI

centos (4.13.0.0 and earlier)

rocky (4.14.0.0 and later)

Key

Set the Director Database password

The Director Database password is configured for the first time when you install the Director. The same commands are used each time you want to reset the password. Keep in mind the following conditions:

  • If your password uses special characters, you must escape those characters
  • After changing the password, you must run vrestart

If you are uncertain if a character needs to be escaped, run this command first, adding the escapes where you think they are needed. If it comes out as you expect, you've escaped it correctly.

echo This\!sMynew\$P@ssw0rd\!

The results of that command would be:

This!sMynew$P@ssw0rd!

To create or update the Director database password, use the vsetdb command:

sudo vsetdb --password NEW_PASSWORD
vrestart

Replace NEW_PASSWORD with the password you want to use for your Security Validation database.

You can also run the vsetdb using this format:

sudo vsetdb -p NEW_PASSWORD
vrestart
  • June 9, 2022
  • April 22, 2024
In This Article