How to Install Webmin on Oracle Linux

preview_player
Показать описание
Webmin is a web-based dashboard that allows sysadmins to manage Linux and Unix-like systems (especially servers). Webmin allows system administrators to manage user accounts, update packages, system log files, configure firewalls, email, database, postfix, etc.

dnf install wget tar python3 perl -y
mkdir -p /usr/local/webmin
ss -antpl | grep 10000
firewall-cmd --add-port=10000/tcp --permanent ; firewall-cmd --reload
Рекомендации по теме