Install Virtualmin Web Control Panel on Debian
i12bretro
#Virtualmin #CPanel #Linux
Full steps can be found at https://i12bretro.github.io/tutorials/0333.html
01. Log into the Debian device 02. 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 03. Open a web browser and navigate to https://DNSorIP:10000 04. Login using a valid account on the Linux device Sources: https://www.virtualmin.com/download https://www.virtualmin.com/documentation/installation/manual
Connect with me and others
★ Discord: https://discord.com/invite/EzenvmSHW8 ★ Reddit: https://reddit.com/r/i12bretro ★ Twitter: https://twitter.com/i12bretro ... https://www.youtube.com/watch?v=MWHht2UW2fo
7957901 Bytes