



How to install WebMin 1.9 on Ubuntu 16.04, 18.04 and 18.10
You will need Sudo rights, or log in as root. If you’re logging in as root, don’t add the command SUDO.
From the command line, you can copy the text below, and using the right mouse click, the text will paste to the command line.
Update Ubuntu
Sudo apt upgrade
The server requires a few things to operate Webmin. Install them with the following
sudo apt install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
You will get asked if it’s ok to use the required hard drive space, answer yes
Get the latest copy of Webmin
# Download WebMin http://www.webmin.com/download.html
As of November 2019
Debian package suitable for Debian, Ubuntu or other derived Linux
https://prdownloads.sourceforge.net/webadmin/webmin_1.930_all.deb 14.8 MB
You can directly have it downloaded to the server with (notice the above link is the latest copy, that’s what we’re using below) (replace the version with the actual version)
wget https://prdownloads.sourceforge.net/webadmin/webmin_1.930_all.deb
Install the webmin program to the server (replace the version with the actual version)
sudo dpkg -i ./webmin_1.930_all.deb
You may have to turn off the firewall to access
Sudo ufw disable
You should be able to log into the webmin interface using the following
https://your.domain.or.IP:10000