Setting up PHPMyAdmin to Usermin Module Rumi, June 12, 2008 Webmin and Usermin are simply great- but it lacks the most widely used PhpMyadmin support! However, after googling for a while I got a solution for this. First need to download and setup the usermin module- here’s the URL for wbm package- http://awstats.sourceforge.net/files/phpmyadmin-1.0.wbm How to install PHPMyAdmin Module ? Go to Usermin > usermin Module insert the above URL to the text box- “From ftp or http URL” Click “Install module from file”. The module will be installed Then go Usermin > Usermin module configuration section Select “Mysql Database (PHPMyAdmin)” PHPMyAdmin URL to open- enter your full server name (default fqdn name such as http://ns4.geospacehosting.com/phpadmin) It’s done! Next to configure Apache Go to Webmin > Servers > Apache Webserver Click “Default Server” Click “Alias and Redirects” In “Document Directory Aliases” section- enter From “/phpadmin” To “/etc/phpadmin”. This actually means- http://ns4.geospacehosting.com/phpadmin or any virtual hosted domain such as https://tweenpath.net/phpadmin (here tweenpath.net is the vhosted server) Click “Apply Changes” It’s done! Most important but the core PHPMyAdmin upload and configuration You need to upload the PHPMyAdmin utility software package to “/etc/phpadmin”, i.e. to the target hosting server Open “config.inc.php” file with a text editor like emacs find [‘auth_type’] and enter “http” as authentication It’s done! Configurations (Linux)