We have already discussed how to install ubuntu 12.04 LAMP server now we will install webmin for easy ubuntu server administartion
Preparing your system
Open the terminal and run the following command
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
Now you need to dpwnload webmin deb package using the following command
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.deb
Install downloaded package using the following command
sudo dpkg -i webmin_1.580_all.deb
This will install webmin now you need to access https://ubuntu-serverip:10000
Ubuntu in particular don't allow logins by the root user by default. However, the user created at system installation time can use sudo to switch to root. Webmin will allow any user who has this sudo capability to login with full root privileges.
Once you logged in you should see similar to the following screen
Incoming search terms:
- install webmin ubuntu 12 04
- ubuntu 12 04 webmin
- webmin ubuntu 12 10
- install webmin ubuntu 12 10
- install webmin ubuntu server 12 04
- instalar webmin en ubuntu 12 04
- webmin ubuntu server 12 04
- install webmin on ubuntu 12 04
- instalar webmin ubuntu 12 04
- ubuntu 12 04 install webmin







You can also install via Webmin’s APT Repository.
Check; http://www.webmin.com/deb.html
“All dependencies should be resolved automatically.”
[Reply]
I didnt test this but shouldnt the dpkg command require only one -i ?
sudo dpkg –i webmin_1.580_all.deb
[Reply]
Other Matt Reply:
May 23rd, 2012 at 9:47 pm
Yes, –i did not work for me.
[Reply]
m1 Reply:
June 6th, 2012 at 5:11 pm
i believe its a type.. using –i wont work.. use -i instead
[Reply]
El comando es:
This is the correct command:
dpkg -i webmin_1.580_all.deb
[Reply]
Thanks for the instructions. The current Webmin package is now webmin_1.590_all.deb, just fyi.
[Reply]
Webmin 1.590 is here with Ubuntu 12.04 support.
http://prdownloads.sourceforge.net/webadmin/webmin_1.590_all.deb
[Reply]
Thanks.
Very usefull
[Reply]
Thanks.
i’ve used webmin_1.600_all.deb instead of webmin_1.590_all.deb
[Reply]
Thanks for the instructs. I’ve got it setup just fine but i ran into problems installing squid from the webmin apt’s repository. When i run the squid configuration and point it to the only ‘cachemgr.cg’ on the server, it’s the wrong one. the webmin ‘cachemgr.cgi’ won’t allow squid3 to initialise properly. I’ve searched the webmin fora and squid fora but nothing about the ‘cachemgr.cgi’. I’d love to have the proper squid3 cachemgr.cgi. If not, then how can I force an install of squid 2.7 instead?
[Reply]
Thnks, good instructions. Using Ubuntu 12.04 bitnami stack. Update: Webmin 1.610 – http://prdownloads.sourceforge.net/webadmin/webmin_1.610_all.deb
[Reply]
Thank you for the instructions !! very concise & precise.
[Reply]
You can always use this link for the latest version
http://www.webmin.com/download/deb/webmin-current.deb
[Reply]