How To Install Webmin On Centos 7 using Yum

  • First we must create yum webmin repositories
nano /etc/yum.repos.d/webmin.repo
  • then fill the webmin.repo files with 
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
  •  save and quit
  • install  webimn GPG key using
rpm --import http://www.webmin.com/jcameron-key.asc
  • Update the repositorys
yum check-update
  • install webmin
yum install webmin -y
  • start webmin as service
chkconfig webmin on
service webmin start
  •  install webmin is complete now you cant access your webmin using http://yourserver:10000 or https://yourserver:10000