I am a big fan of Ubuntu Server. It’s exactly what you need for a server, no fancy UI, just services.
Dealing with all the text configuration files can be a time consuming task and there is something that can help a lot. It’s called Webmin and it is a web interface for configuring your linux box.
Webmin demo

You need to install first some perl-related libraries required by webmin:

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


The you need to download the latest webmin archive (this might change in time). I am downloading the Debian package:

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

(thanks @macrocode)

Install the Debian package with dpkg, not Aptitude:

sudo dpkg -i webmin_1.490_all.deb

* Your downloaded version may differ. Just use the deb package you’ve just downloaded.

Enjoy your Webmin installation at https://[serverIP]:10000 .
What I am normally doing is forwarding the port 10000 out of my router and access my webmin from anywhere on the internet. You can forward it to another port and to be user-friendly and easy-to-remember you can use DynDNS to pick a nice name.

Webmin on Ubuntu 9.10 Karmic Koala

Enjoy!

Related posts:

  • Install Webmin on Ubuntu Server 9.04 Jaunty Jackalope
  • Install Webmin on Ubuntu Server or Desktop 10.10 Maverick Meerkat
  • Install Webmin on Ubuntu Server or Desktop 10.04 Lucid Lynx
  • Ubuntu 9.10 Karmic Koala released
  • Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope
  • Tags: , , ,
    17 Responses to “Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala”
    1. Joe Sutton says:

      Nice easy to folllow instructions. Thanks!

    2. speedy18us says:

      I just made a similar tutorial on my Ubuntu tutorials website http://ubuntu-for-humans.blogspot.com/2009/11/install-webmin-on-ubuntu-server.html . I gave you the credit for it. Thanks!

    3. Killingdrew says:

      Hey i’m having some trouble installing Webmin. It says that it failed to fetch the perl-related libraries can you guys help me
      killingdrew

    4. Omer Barlas says:

      You don’t need to install the libraries needed, first download, then dpkg -i it. It will ask for the dependencies, just do this;
      sudo apt-get install -f
      This is better since webmin’s dependencies might change over time.

    5. andreiash says:

      you can do an:
      apt-get update
      just to make sure you have the latest package repository info

    6. Brandon says:

      I installed webmin on my server everything went like you guys said it would but now i go to http://serverip:1000 and I get a problem loading page. I know the servers not down cause I’m logged into the root through putty

    7. andreiash says:

      make sure you use https instead of http, as webmin is available through SSL.
      second, serverip is your server IP address, so change that with the IP address
      third, the port is not 1000, is 10000 (ten thousands).

      let me know if it’s working with the changes above

    8. karolisp says:

      i think it is a good idea to follow guide on webmin page,and even more so, since they teach you how to add repository and in this way stay up to date, and that is VERY important if you are planning to expose webmin for any potentially hostile network (even your home local network can be considered hostile…)
      so the link:
      http://www.webmin.com/deb.html

    9. syltn says:

      Awesome, thanks. Easy guide, worked perfectly

    10. UbuntuMexico.com » Administra Ubuntu (Server o Desktop) via web com Webmin says:

      [...] Webmin Oficial Page | Descarga Webmin .deb package | WebExpert.ro [...]

    11. Paulo says:

      Thanks, Very simple!

    12. Stephan says:

      Awesome, beautiful. Thanks

    13. Derek (ammofreak) Lloyd says:

      Thank you very much! Clear, concise, & accurate.

    14. Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala – Andrei DANEASA « Ibacsoft's Blog says:

      [...] is filed under Linux.You can follow any responses to this entry through the RSS 2.0 feed.You can leave a response, or trackback from your own site. via [...]

    15. Install Webmin on Ubuntu Server or Desktop 10.04 Lucid Lynx « MANG24H.COM says:

      [...] I saw quite some interest on installing Webmin on Ubuntu 9.04 and 9.10, I decided to go ahead and do the same for 10.04 and 10.10. I also strongly believe Ubuntu [...]

    16. adansizlik says:

      Awesome, beautiful ;)

    Trackbacks
    1. Wordpress Portfolio Themes says:

      WordPress Portfolio Themes…

      100 stunning professional portfolio WordPress themes…

    Leave a Reply