Installing Webmin for Ubuntu


Webmin is an excellent application that allows you to administer and configure your server via web interface.

Requirement

To start of, we’re going to have to install the following packages before we can install webmin.

  • sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Download Webmin

  • wget http://prdownloads.sourceforge.net/webadmin/webmin_1.360_all.deb

Install webmin

  • sudo dpkg -i webmin_1.360_all.deb

Start webmin

Open up your favorite browser and type the following url.
for example (http://192.168.1.1:10000)
http://ip-address-of -server:10000

Enjoy

Nadia

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Hola, lo que yo uso es algo parecido a lo que tu propones
cambiar el 360 por el numero de version que quieras bajar de sourceforge
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.360_all.deb

sudo dpkg -i webmin_1.360_all.deb
sudo aptitude install webmin

solo es para escribir un poco menos

Carlos… gracias por tu sugerencia!!!