Installing Webmin on Ubuntu Server

Webmin is a cool web based interface to manage servers. You can install this on a server using the following commands

You need the following packages first –

$ sudo apt-get install \
perl libnet-ssleay-perl openssl libauthen-pam-perl \
libpam-runtime libio-pty-perl libmd5-perl \
apt-show-versions libapt-pkg-perl

Now download webmin – look for the latest version and replace the URL

$ sudo wget http://prdownloads.sourceforge.net/webadmin/webmin_1.510-2_all.deb

Install webmin now

$ sudo dpkg -i webmin_1.510-2_all.deb

Leave a Reply

Your email address will not be published. Required fields are marked *