Build Webmin
Webmin is an open source tool that makes managing a Linux server much easier for both beginner and advanced users. This has been tested on a Rocky Linux 9.2 KDE VirtualBox.
Due to the GPG key not being updated on Webmin it is necessary to do the following steps:
~]# dnf install perl-Digest-SHA perl-Encode-Detect perl-lib perl-open
~]# wget https://www.webmin.com/download/rpm/webmin-current.rpm
~]# rpm -ivh webmin-current.rpm --nosignature
~]# systemctl enable --now webmin
~]# firewall-cmd –permanent –zone=public –add-port=10000/tcp
~]# firewall-cmd --reload
You are now all set to access webmin from the URL http://hostname:10000