Howto: Install Webmin on CentOS 6
Webmin is the best alternative to commercial server management tool cpanel , installation of webmin is very simple ,
login to your server via command console or Putty application . once you are logged in enter these commands :
to copy paste simply copy the command and right click in putty to paste the command , note that when you paste the command it may not show up
cat > /etc/yum.repos.d/webmin.repo << EOF
[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 install webmin -y
You have successfully installed Webmin management panel. Navigate to http://


