Site Archives

Installing Webmin for Ubuntu


Webmin is an excellent application that allows you to administer and configure your server via web interface.
Requirement
To start of, we’re going to have to install the following packages before we can install webmin.

sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Download Webmin

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.360_all.deb

Install webmin

sudo dpkg -i webmin_1.360_all.deb

Start webmin
Open up your favorite browser and type [...]