How to install webmin on ubuntu 12.04 (Precise) server?
Preparing your system1. Open the terminal and run the following command
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python2. Now you need to dpwnload webmin deb package using the following command
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.deb3. Install downloaded package using the following command
sudo dpkg -i webmin_1.580_all.deb4. This will install webmin now you need to access https://your-ip-address:10000
Ubuntu in particular don't allow logins by the root user by default.
However, the user created at system installation time can use sudo to switch to root. Webmin will allow any user who has this sudo capability to login with full root privileges.
Once you logged in you should see similar to the following screen