Tired of using texts to administrate your ubuntu server ?. This How To will help you to Install Webmin in your Ubuntu box and make smooth administration.
What is Webmin ?
Webmin is a web-based interface for system administration in Unix or Unix like (i mean linux) systems.
- User accounts
- Apache
- DNS
- File sharing etc.,

How To Install Webmin in Ubuntu ?
To run webmin you need some perl libraries.
Use the below code to install those libraries:
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Now download the webmin Debian package:
wget http://www.webmin.com/download/deb/webmin-current.deb
Install it using the command:
sudo dpkg -i webmin_1.490_all.deb
And Open you web browser and enter:
https://your-server-ip:10000/
Get more details here .
Thats it

Or add the Webmin repository to apt and let it handle or the dependencies.
1. Add the following entry to the bottom of /etc/apt/sources.list
deb http://download.webmin.com/download/repository sarge contrib
2. Import the GPG key:
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
3. Run apt-get update and then install Webmin:
sudo apt-get update
sudo apt-get install webmin
It’s not recommended to install Webmin in Debian or Ubuntu. Webmin rewrites configuration files completely instead of changing just the parts which need to be changed. This way you loose all the sane settings the package maintainers chose.
@DavidHarrison Thanks David
Guys you can also follow the method recommended by David Harrison that is another way of installing is.
@Christoph I have installed and it is running smoothly so I blogged it. If any error comes in future I will report it here. Any how thanks for your alarm
Awesome info it is really. My father has been waiting for this tips. I also like the design was this a free theme or a pay one?