Webmin is a great web-based administration tool for Linux servers. To install the debian package of Webmin 1.730 on Ubuntu 14.04 LTS Server, we are going complete the following steps.
First, we’ll need to get the Webmin debian package:
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.730_all.deb
Now run the install command against the debian package:
sudo dpkg -i webmin_1.730_all.deb
If we run into an issue where Webmin doesn’t install properly with unmet dependencies, we will need to use apt-get to complete the installation and dependencies:
sudo apt-get -f install
That’s it, go login to Webmin with your first user account at https://your.servers.ip.address:10000