webmin

cat > /etc/yum.repos.d/webmin.repo  << EOF
[webmin] 
name=Webmin Distribution Neutral 
baseurl=http://download.webmin.com/download/yum 
enabled=1
EOF

yum repolist all |grep enable  

wget http://www.webmin.com/jcameron-key.asc --no-check-certificate 

rpm --import jcameron-key.asc 

yum -y install webmin 

systemctl status  webmin 

ss -tunlp |grep 10000 

systemctl disable firewalld --now && systemctl status firewalld 

sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config 
getenforce  

https://ip:10000/ 登录管理账号为Linux系统的登录用户和密码

你可能感兴趣的:(linux)