|
Just to be aware what version you are on:
|
If it appears to be 12.04 consider the upgrade
|
There are two methods of installation of webmin on Ubuntu Server that you might want to consider. Here is the first one:
- sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
- wget http://prdownloads.sourceforge.net/webadmin/webmin_1.700_all.deb (visit the website before and consider to change it to the last version, if you download something old webmin is smart enough to get the update later)
- sudo dpkg -i webmin_1.700_all.deb
- then go to
https://yourserver:10000, use the root credentials
The second method that requires editing (nano) /etc/apt/sources.list file. Usually on Ubuntu apt-get reports that webmin packages cannot be found, edit the sources.list then and make sure the lines ending with universe are not commented out. Voila!