linux安装webmin面板 Published on Nov 10, 2023 in 随笔 with 0 comment 最近厌倦了宝塔面板 webmin安装教程: 官网:https://webmin.com 第一步: ```shell curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh sh setup-repos.sh ``` 第二步: ```shell apt-get install webmin --install-recommends ``` 安装完毕后,服务器防火墙需要开10000端口 这种安装没有密码可以使用 cd到 /usr/local/webmin 目录执行 If not, use the same command found in bin/ sub-directory of Webmin main installation, i.e. under /usr/libexec/webmin or /usr/share/webmin or /usr/local/webmin directory. ```shell webmin passwd 你的用户名 ``` 重启webmin /etc/webmin/restart 开启端口: sudo ufw allow 443/tcp 删除端口: sudo ufw delete allow 442/tcp 初始化ssl a2ensite 本文由 admin 创作,采用 知识共享署名4.0 国际许可协议进行许可。本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名。