Install Webmin (ver.2)
open the sources.list file
sudo nano /etc/apt/sources.list
…add the following lines to the end of the file:
deb https://download.webmin.com/download/repository sarge contrib deb https://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
…add the Webmin GPG key to apt, so the source repository you added will be trusted.
wget -q https://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
…update apt-get’s package lists.
sudo apt-get update
…install Webmin.
sudo apt-get install webmin
Open this URL in your web browser (substitute the IP address): https://server_IP_address:10000