安装

  1. # 更新索引并安装依赖项
  2. sudo apt update
  3. sudo apt install software-properties-common apt-transport-https wget
  4. # 导入GPG密钥并启用Webmin存储库
  5. wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
  6. sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"
  7. # 更新索引并安装webmin,默认监听端口 10000,注意防火墙打开此端口
  8. sudo apt update && sudo apt install webmin

关闭 SSL

  1. # 设置 ssl=0
  2. vi /etc/webmin/miniserv.conf

启动服务

  1. service webmin start
  2. systemctl start webmin
  3. /etc/webmin/start