- Ubuntu 14.04
- Webmin 1.680
- Edit sources to add the webmin repository:
either: - edit the file using sudo vi /etc/apt/sources.list
G to go to to the end of the file and press 'o' to open a new line
Insert the lines then ZZ to save and quit - or printf '%s\n%s\n' 'deb http://download.webmin.com/download/repository sarge contrib' 'deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib' | sudo tee -a /etc/apt/sources.list
- Install the GPG key
sudo su root
cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc - Update the apt and install webmin:
apt-get update
apt-get install webmin - Add a value to the firewall: sudo ufw allow 10000
- Browse to the webmin interface:
https://[server IP]:10000/
See http://www.webmin.com/deb.html "Using the Webmin APT repository"
No comments:
Post a Comment