Table of Contents |
---|
Open-AudIT Default Credentials
If you are looking for default credentials for Open-AudIT, you can find them @ Information about default users and passwords
Default Credentials for the NMIS8
...
and NMIS9 VMs'
Shell/Console Access, SSH
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
- The VM has been configured with the Linux best practice of not allowing direct access to root. Once you have authenticated as another user you can elevate your privileges using sudo or su.
- 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
.
NMIS Web Users
These are the passwords for the NMIS Web GUI, which won't work for the VM console or SSH.
- nmis/nm1888
- admin/password
- (VM Appliances before 8.6.0G: nmisadm/nm1888)
NMIS8 Specific
Open-AudIT Web Users
- admin/password
- admin/password
mySQL root user for Database
This password is not stored. It is only used to setup the initial Open-AudIT database and can be changed directly in MySQL.
root/openauditrootuserpassword
Changing the Credentials
Console/System
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 |
Web
If you have not changed the NMIS Authentication configuration, it will be using the default method which are users defined in a file managed with htpasswd.
In all VM Appliance releases since 2015 the htpasswd
file is shared between NMIS and the Opmantek applications (except Open-AudIT Community).
...
Further info regarding authentication and user management can be found on the User Management in NMIS8 page.
Default Credentials for the NMIS4 VM
Start the VM, and Centos V4 should boot to a login screen.
...
Username: nmis
Password: nmis@nmis
Related Topics