How to install Webmin on Centos 6.7


Webmin is a web hosting control panel like cpanel which provides easy to use interface for managing Unix like systems. Its provides options to setup user accounts, Apache, DNS, file sharing and much more. It is the best web control panel which is freely available.


Install optional dependencies with :
# yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty

Download Webmin RPM

Webmin rpms are available on its official site. Download it from there or use below command to download. Webmin provide noarch file, so i can be easily installed on any architecture system. Also download GPG key for webmin

# 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%]
Operating system is CentOS Linux
   1:webmin                 ########################################### [100%]
Webmin install complete. You can now login to https://localhost.localdomain:10000/
as root with your root password.


Access Webmin in Browser

Webmin by default works on port 10000. Access your server on port 10000 using FQDN or IP, and login with username root and system root password.





http://ipaddress:10000
[ or ]

https://IP-Address:10000




















Keywords: Webmin, Centos 6.7, Wibmin installation, GUI Server Administration 

Comments

Popular posts from this blog

Observium: Configuring Microsoft Windows 2008 Server SNMP Agent

AWS: Upgrade PV Drivers on Windows Instances

How to configure Incremental backups for MSSQL Database