Install Webmin on Ubuntu Server 9.10

Categories: Ubuntu; Tags: ubuntu, webmin;

Webmin is a web interface for configuring your linux box, in which you can modify almost everything related to your server. It has been built from the ground up to make server administration as simple as possible for novice to expert Linux/UNIX administrators. Dealing with all the text configuration files can be a time consuming task and that's why Webmin can help a lot.

If you want to install it in your Ubuntu Server, you need to install first some perl-related libraries:

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

Install the Debian package with dpkg, not Aptitude:

sudo dpkg -i webmin_1.510_all.deb

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

You can now access your Webmin installation at https://[serverIP]:10000. Don't forget to open the port in your firewall.

* As a note, remember that this is an automated system so it depends on some very restrictive standards. If you like modifying things you might have problems with it. The good thing is that you can also modify the modules in Webmin to match your system configuration.


Books

NginX HTTP Server

The book includes detailed instructions for each of the processes it describes: downloading and installing the application, configuring and using modules, and much more. It provides a step-by-step tutorial to replace your existing web server with Nginx. With commented configuration sections and in-depth module descriptions, you will be able to make the most of the performance potential offered by Nginx.

Source: Packt Publishing

Google AdSense

Affiliates