How To : Install Webmin In Ubuntu

Tired of using texts to administrate your ubuntu server ?. This How To will help you to Install Webmin in your Ubuntu box and make smooth administration.

What is Webmin ?

Webmin is a web-based interface for system administration in Unix or Unix like (i mean linux) systems.

By using webmin in any modern web browser you can setup following things:
  • User accounts
  • Apache
  • DNS
  • File sharing etc.,

How To Install Webmin in Ubuntu ?

To run webmin you need some perl libraries.

Use the below code to install those libraries:

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

Now download the webmin Debian package:

wget http://www.webmin.com/download/deb/webmin-current.deb

Install it using the command:
sudo dpkg -i webmin_1.490_all.deb

And Open you web browser and enter:

https://your-server-ip:10000/

Get more details here .

Thats it :)

Related Posts with Thumbnails

Check Out More Here!


Tags: , , , ,

So Far 7,889 views

6 Responses to “How To : Install Webmin In Ubuntu”

  1. David Harrison 25. Jun, 2010 at 12:18 am #

    Or add the Webmin repository to apt and let it handle or the dependencies.

    1. Add the following entry to the bottom of /etc/apt/sources.list
    deb http://download.webmin.com/download/repository sarge contrib

    2. Import the GPG key:
    wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -

    3. Run apt-get update and then install Webmin:
    sudo apt-get update
    sudo apt-get install webmin

  2. Christoph 25. Jun, 2010 at 4:21 pm #

    It’s not recommended to install Webmin in Debian or Ubuntu. Webmin rewrites configuration files completely instead of changing just the parts which need to be changed. This way you loose all the sane settings the package maintainers chose.

  3. DK 25. Jun, 2010 at 7:16 pm #

    @DavidHarrison Thanks David :)

    Guys you can also follow the method recommended by David Harrison that is another way of installing is.

  4. DK 25. Jun, 2010 at 7:21 pm #

    @Christoph I have installed and it is running smoothly so I blogged it. If any error comes in future I will report it here. Any how thanks for your alarm :)

  5. motorcycle glasses 13. Feb, 2011 at 4:25 am #

    Awesome info it is really. My father has been waiting for this tips. I also like the design was this a free theme or a pay one?

Trackbacks/Pingbacks

  1. Destillat #51 – GNU/Linux | Open Source und Wetware - 17. Jul, 2010

    [...] How To : Install Webmin In Ubuntu [...]

Leave a Reply

abttech on Facebook

Switch to our mobile site