假設apache2與php5 防火牆ufw都已經安裝完成,才能依下列步驟安裝webmin

 

1.編輯檔案資源檔,把webmin下載網址加入

  sudo gedit /etc/apt/sources.list

  加上

  deb http://download.webmin.com/download/respository sarge contrib

  deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

 

2.匯入GPG key

  sudo wget http://www.webmin.com/jcameron-key.asc

  sudo apt-key add jcameron-key.asc

3.更新source list

  sudo apt-get update

4.安裝webmin

   sudo apt-get install webmin

5.設定防火牆,開啟tcp 10000給特定的ip網段

  例如使用ufw設定開啟tcp 10000

      sudo ufw allow proto tcp from 192.168.2.1/24 to any port 10000

6.測試webmin是否安裝成功

  http://serverip:10000

7.使用具有root身分的系統管理者帳號登入

 

參考資料

http://www.webmin.com/deb.html

arrow
arrow
    文章標籤
    UBUNTU WEBMIN
    全站熱搜

    K 發表在 痞客邦 留言(0) 人氣()