sudo dnf update -y
curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh
sudo sh webmin-setup-repo.sh
sudo dnf install webmin -y
sudo systemctl enable webmin
sudo systemctl start webmin
sudo systemctl status webmin
sudo firewall-cmd –add-port=10000/tcp –permanent
sudo firewall-cmd –reload