I just finished installed Webmin on my CentOS box. The interface has improved vastly over the years. It’s prettier and easier to configure and manage.
Before installing Webmin, you need to install its dependencies.
Install dependencies:
yum -y install perl-Net-SSLeay
Install webmin
Go to:
cd /usr/src
Download webmin:
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.440-1.noarch.rpm
(note: you should always use the latest release)
Install webmin:
rpm -i webmin-1.440-1.noarch.rpm