Installing Webmin on Ubuntu

First step: Installing the dependencies
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python


Second step: Downloading the package
wget http://www.webmin.com/download/deb/webmin-current.deb


Third step: Installing the package
dpkg -i webmin-current.deb


You may now visit your control panel by pointing your browser to it on port 1000 and using the encrypted layer (SSL).  i.e. https://192.168.1.10:10000


  • 7 Users Found This Useful
Was this answer helpful?

Related Articles

Installing Webmin on RHEL/CentOS

First step: Adding the repoecho -e "[Webmin]\nname=Webmin Distribution...