Adding users the proper way with the ff access

I have the following.

Webmin
Virtualmin

One of my domains has the following enabled.

Mail for domain
Web virtual server
Log file rotation
MySQL login

My questions are…

  1. Do I need to enable Webmin login so that I can add a user that has access to let’s say the ff MySQL dbs.

domain_db1
domain_db2

  1. Is ‘System Statistics’ only available in the PRO version?

Thank you for your time.

EDIT:

To add, with Virtualmin 3.67, I can’t seem to change the default team for the users in the Server Administrator Permissions it keeps defaulting back to Old Webmin Theme.<br><br>Post edited by: P4rD0nM3, at: 2009/03/30 03:30

For the user to use Webmin to manage the MySQL DB’s – yes, they’d need the Webmin login enabled.

However, you could get around that by setting up phpMyAdmin for your users – which would allow them to manage their databases without requiring a Webmin login.

And yes, I believe the System Statistics are Pro only.

Lastly, if you try to change the theme, and it doesn’t work, you probably want to file a bug report (using the Bugs and Issues link below).
-Eric

How do I go add one that has access to FTP and MySQL?

Because the last time I did it was that I had to add the user as a extra server administrator.

Howdy,

What I would do is:

  • Go into Edit Mail and FTP Users

  • Click "Add User to this Server"

  • Choose the username/password and such

  • Go into "Other user permissions", and choose what databases they have access to

Hello I did what you just told me (Which is the same thing I did a long time ago), but it still didn’t make a username for that one user.

I made ‘testuser’ so the login was testuser.domain right? That’s what it shows on the list of users, but then if you look at the webmin users in the Webmin tab, it’s not there. The only thing there is the main root admin and the domain owner.

Well, if you made a user called "testuser", something with the name "testuser" should show in in "Edit Mail and FTP Users".

Further, if you log in over SSH, you should see it when you type this:

grep testuser /etc/passwd

No output.