- Log into the Debian device
- 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 - Open a web browser and navigate to https://DNSorIP:10000
- Login using a valid account on the Linux device
Sources: https://www.virtualmin.com/download
https://www.virtualmin.com/documentation/installation/manual