centos7安装webmin,使用webmin从网页上可视化管理服务器
设置yum源
vim /etc/yum.repos.d/webmin.repo
[Webmin]
name=Webmin mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
导入密钥
rpm --import http://www.webmin.com/jcameron-key.asc
安装
yum -y install webmin
防火墙
firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="182.139.xx.x" accept" && firewall-cmd --reload && firewall-cmd --list-all
登录
浏览器访问https://ip:10000