Install Webmin di Ubuntu
- You need to install the following packages :
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl - wget http://prdownloads.sourceforge.net/webadmin/webmin_1.340_all.deb
- sudo dpkg -i webmin_1.340_all.deb
- You should now be able to login to Webmin at the URL https://localhost:10000/
If you wanto change the password for your webmin use this following perl script.
“sudo /usr/share/webmin/changepass.pl /etc/webmin [user] [password]”