Install Webmin on CentOS and Redhat
Just a quick short-hand to installing Webmin on CentOS/RHEL. The latest Webmin version comes with a cool new interface theme. You should check it out.
cd /tmp cat << EOF > /etc/yum.repos.d/webmin.repo [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 EOF wget http://www.webmin.com/jcameron-key.asc rpm --import jcameron-key.asc yum -y install webmin
You should be able to access Webmin at https://yourserver:10000