Install Virtualmin Web Control Panel on Debian 🌱

  1. Log into the Debian device
  2. Run the following commands in a terminal:
    # add the webmin repository
    sudo apt-add-repository 'deb https://download.webmin.com/download/repository sarge contrib'
    # download the webmin key
    sudo wget -O /root/jcameron-key.asc https://download.webmin.com/jcameron-key.asc
    sudo apt-key add /root/jcameron-key.asc
    # update repositories
    sudo apt update
    # install available updates
    sudo apt upgrade -y
    # install webmin
    sudo apt install webmin
    # download virtualmin installation script
    wget http://software.virtualmin.com/gpl/scripts/install.sh
    # make the script executable
    chmod +x ./install.sh
    # run install.sh
    sudo sh ./install.sh
  3. Open a web browser and navigate to https://DNSorIP:10000
  4. Login using a valid account on the Linux device

Sources: https://www.virtualmin.com/download
https://www.virtualmin.com/documentation/installation/manual