Multiple User login for Supermon?

I have a node running Supermon 7.4 + and tried to enter in 2 users and their passwords. BUT it only lets me add 1 user. CAN supermon have 2 admin logins?

Chuck K0XM

Yes you can have multiple admins in Supermon7.4+. Do not use the -c flag that is recreating the .htpasswd file each time you run it.

Create .htpasswd with 1st admin - sudo htpasswd -cB .htpasswd username

Add additional users - sudo htpasswd -B .htpasswd username

Thanks that was just what I needed

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.