Installing Webmin on Ubuntu 14.04
Update Sources List:
sudo nano /etc/apt/sources.listAdd the following lines to the bottom of the file:
deb http://download.webmin.com/download/repository sarge contribAdd Webmin's GPG key to trust their repository:
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -Update Package Lists:
sudo apt-get updateInstall Webmin with apt-get:
sudo apt-get install webmin -yLogin to Webmin:
https://server_IP:10000Enjoy!
Comments
Post a Comment