安装
# 更新索引并安装依赖项sudo apt updatesudo apt install software-properties-common apt-transport-https wget# 导入GPG密钥并启用Webmin存储库wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"# 更新索引并安装webmin,默认监听端口 10000,注意防火墙打开此端口sudo apt update && sudo apt install webmin
关闭 SSL
# 设置 ssl=0vi /etc/webmin/miniserv.conf
启动服务
service webmin startsystemctl start webmin/etc/webmin/start
