Goto /usr/share/webmin/virtual-server and edit the file wizard.cgi .
Add directly after require ‘./virtual-server-lib.pl’; the code:
if (!&master_admin) {
   &redirect("/right.cgi");
   return;
}
This takes the user to the “Virtual Server Information” page in case he is not an master_admin.
