webmin的安装配置 配置 w
21 September 2024
Webmin的安装配置
配置 webmin repos
# 下载配置脚本
wget https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sudo sh setup-repos.sh
安装webmin
# 安裝webmin
sudo apt update
sudo apt install webmin
# Check Webmin Service
sudo systemctl status webmin
# Check LISTEN port - miniserv
sudo lsof -i -P -n | grep LISTEN
参考
webmin official documents
2024 Ubuntu 22.04 LTS完美指南:輕鬆安裝Webmin步驟
