How to add an additional master admin?

Hi,

I’d like to create a second master admin with the same rights as my own master admin-account. Can you tell me how I can add someone?

I’ve tried to add a unix-user and a webmin-user as a member of my group admin. Like this:http://www.virtualmin.com/node/16903
But it doesn’t work…

Can anybody help me?
Thanks!

Howdy,

You don’t want to add a Webmin user, only a Unix user.

And that Unix user should have an entry in the /etc/sudoers file that looks exactly like this:

USERNAME ALL=(ALL) ALL

Then, try logging into Virtualmin as the user “USERNAME”.

-Eric