Webmin 是一種遠端管理程式, 由工程師 Jamie Cameron 於 1997 完成第一版開發。
Webmin 將Linux 上系統管理相關的指令用圖形化介面來表示,並且提供多種模組供使用,不需要再額外安裝其他軟體。
使用者只要利用在網頁上點選超連結,Webmin便會將此動作轉換成Linux指令回傳給系統。不管是檔案上傳、新增使用者等,只要滑鼠點一點就可以完成工作。
Webmin 的安裝來源並沒有在 /etc/apt/soureces.list 中, 因此必須自行輸入來源。
用vim 編輯器在 sources.list 最下方新增兩行。
deb http://download.webmin.com/download/repository
sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository
sarge contrib
接著添加GPG
加密檔
sudo wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
最後更新sources.list 內容後就可以安裝Webmin
主體。
之後用瀏覽器輸入 該系統的 "
https://IP:10000" (webmin 預設用連接埠10000來登入)