...
Please note: this is for logging in to the the virtual appliance interactively, i.e. on your VM console or via SSH. This is not the password for the Web GUI!
- Console access: User
root
, passwordNM1$88
- SSH access: User: omkadmin password: NM1$88
- Only in VM releases before May 2017: user
nmis
, passwordNM1$88
.
In newer releases thenmis
shell account is locked. To restore this access you can runpasswd nmis
when logged in asroot
.
...
To change the Console passwords, either login as the user in question and run the passwd
command, or login as (or become) the superuser and run passw
d otheruser.
Code Block |
---|
# to change the current user's password (which you might want to check by running "id" first passwd # to change the nmis user password, if you're the superuser passwd nmis |
...