How To Install Webmin on CentOS 7

This guide will help you to install Webmin in CentOS 7 let’s get started

Step 1 — Installing Webmin repository

[root@my ~]# vi /etc/yum.repos.d/webmin.repo

add these lines to the repository

[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1

Step 2 — add the Webmin author’s PGP key

execute the following commands

[root@my ~]# wget http://www.webmin.com/jcameron-key.asc
[root@my ~]# rpm --import jcameron-key.asc

Step 3 — Install Webmin

[root@my ~]# yum install webmin

Step 4 — Access Webmin

Webmin install complete. You can now login to https://youip:10000/