How to install Webmin on Centos 6.7
Install optional
dependencies with :
# yum -y install perl
perl-Net-SSLeay openssl perl-IO-Tty
Download Webmin
RPM
# cd /opt
# wget
http://www.webmin.com/jcameron-key.asc
# wget
http://www.webmin.com/download/rpm/webmin-current.rpm
Install Webmin
Using rpm Command
After downloading latest Webmin rpm , use following command
to install or update it. Before installing Webmin import the PGP key.
# rpm --import jcameron-key. asc
# rpm -Uvh webmin-*.rpm
Preparing...
########################################### [100%]
1: webmin
########################################### [100%]
Webmin install complete. You
can now login to https://localhost.localdomain:10000/
Access Webmin in
Browser
http://ipaddress:10000
Comments
Post a Comment