You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

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 VM

SSH/Linux Users

  • nmis/NM1$88
  • root/NM1$88

NMIS Web Users

  • nmis/nm1888
  • nmisadm/nm1888

Open-AudIT Web Users

  • admin/password

Changing the Credentials

To change the Unix passwords, either login as the user in question and run the passwd command, or become the superuser and run passwd otheruser.

 

# to change this user's password
passwd
# to change the nmis user password
sudo passwd nmis

 

To change the Web Users passwords, if you have not integrated Apache with another form of Authentication, it will be using the default method which are users defined in a file managed with htpasswd.

The default installation location for NMIS8 is /usr/local/nmis8, it may be installed somewhere else, adjust the commands accordingly

To  update the password for user SOMEUSER, run the following commands as user nmis or root:

cd /usr/local/nmis8/conf
# use crypt for hashing
htpasswd -d users.dat SOMEUSER
# use apache-specific md5 for hashing, and only for NMIS after 8.5G
htpasswd -m users.dat SOMEUSER

Important: in versions up to and including 8.5G, NMIS only supports crypt as password hashing method. Depending on your operating system your htpasswd program may default to the MD5 method and in that case you must include the -d argument as shown above.

Default Credentials for the NMIS4 VM

Start the VM, and Centos V4 should boot to a login screen.

Login as root, the password is documented on the VM Description tab. 

Username: root
Password administrator

Username: nmis
Password: nmis@nmis

  • No labels