Installing Webmin on Linux Device 🌱

  1. Log into the Debian device
  2. Run the following commands in a terminal:
    sudo apt-add-repository 'deb https://download.webmin.com/download/repository sarge contrib'
    sudo wget -O /root/jcameron-key.asc https://download.webmin.com/jcameron-key.asc
    sudo apt-key add /root/jcameron-key.asc
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install webmin
  3. Open a web browser and navigate to https://DNSorIP:10000
  4. Login using a valid account on the Linux device