Configure the Webmin Repository:

  • Use the vi editor to create a /etc/yum.repos.d/webmin.repo file.
    • Add the following lines to the file:
1[Webmin]
2name=Webmin Distribution Neutral
3#baseurl=https://download.webmin.com/download/yum
4mirrorlist=https://download.webmin.com/download/yum/mirrorlist
5enabled=1

Download the Webmin GPG key:

1wget https://download.webmin.com/jcameron-key.asc
2rpm --import jcameron-key.asc

Install Webmin:

3dnf install webmin 

Use systemctl to Enable Webmin:

  • Webmin uses a different method to start than systemctl. To start webmin, use this command:
1service webmin start

Add the Webmin Port (10000/tcp) to the Firewall and Make Sure it is Permanent:

  • Restart the firewall for that to take effect
  • Check with your client to see if you can connect to the Webmin interface as root: https://192.168.g#.s#5:10000
  • If it is working, take a snapshot of your system at this point.