Disclaimer: This guide was automatically translated by AI from the German original. Please verify commands and technical details before using them.
Back to overview: Debian guides
Add the Webmin repository to your sources.list:
nano /etc/apt/sources.list
Add the following line:
deb https://download.webmin.com/download/repository sarge contrib
Save and close the file. Switch to the root directory:
cd /root
Download the Webmin key and install it:
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc
Switch to the /var directory and install Webmin:
cd /var/www
apt install apt-transport-https
apt update
apt install webmin
Access the web panel at IP:10000.