INFORMATICS

The Best

How to install Webmin on CentOS 7

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk managemet, Network, Iptables (Firewall), Cron, Apache, DNS, File sharing and much more .

Install Webmin on CentOS 7

create a new file webmin.repo in /etc/yum.repos.d/ :

vi /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

Install webmin GPG key.

rpm --import http://www.webmin.com/jcameron-key.asc

Update the repositorys:

yum install webmin -y

Start the service and make it start automatically

service webmin start
chkconfig webmin on

Open firewall for webmin on default port 10000

firewall-cmd --add-port=10000/tcp

Login to webmin - https://IP_SERWER:10000

 

 

 

 

Search