|
本帖最后由 nil 于 2024-8-19 20:17 编辑
1. 更新系統
2. 安裝必要的 Dependencies
- apt install gnupg2 curl -y
复制代码
3. 安裝 Webmin
下載和加入 GPG Key,加入 Webmin Repository
- cd /tmp
- curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
- sh setup-repos.sh
复制代码
安裝 Webmin
- apt update -y
- apt install webmin --install-recommends -y
复制代码
4. 啟動 Webmin
5. 防火牆設定 Firewall Configuration
允許 Port 22 和 10000 通過
6. 測試 Webmin 安裝是否成功
|
|