Faruque Ahmed : MCP, MCSA, MCSE, MCTS, MCIT, CCNA, OCA, OCP, GCP
systemctl start webmin
# dnf -y install perl perl-Net-SSLeay perl-Encode-Detect perl-Filter perl-open qrencode-libs lynx perl-Time-Piece qrencode[root@dlp ~]# firewall-cmd --add-port=10000/tcp
[root@dlp ~]# firewall-cmd --runtime-to-permanent# /etc/yum.repos.d/webmin.repo
Add the following content to the webmin.repo file:
[Webmin]name=Webmin Distribution Neutral#baseurl=http://download.webmin.com/download/yummirrorlist=http://download.webmin.com/download/yum/mirrorlistenabled=1gpgcheck=1# gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-webmin
Import the Webmin GPG key by running the following command:
# rpm --import http://www.webmin.com/jcameron-key.asc
Install Webmin by running the following command:
# dnf install webmin
Once the installation is complete, start the Webmin service by running the following command:
# systemctl start webmin
Installing from the Webmin RPM package
Another way to install Webmin on AlmaLinux 9 is by downloading and installing the Webmin RPM package. Here are the steps to follow:
wget http://www.webmin.com/download/rpm/webmin-current.rpm
Install the Webmin RPM package by running the following command:
# rpm -Uvh webmin-current.rpm
Once the installation is complete, start the Webmin service by running the following command:
# systemctl start webmin
Step 3. Firewall Configuration.
Ensure that the firewall allows Webmin access by executing these commands:
# firewall-cmd --zone=public --add-port=10000/tcp --permanent# firewall-cmd --reload