• Sales: 1-800-961-2888
  • Support: 1-800-961-4454

Ubuntu Intrepid - Webmin 1.470


This tutorial will walk you through the installation of Webmin 1.470 on an Ubuntu Intrepid server. This tutorial assumes you are working on a brand new server with nothing else installed.

Note: You must be logged in as root to perform this installation.

Fix Perl Locale information

If you have not performed the Perl Locale fix, please do so now. The installation will not continue without it.

Download

Before you can install Webmin you will need to download the latest copy. Point your web browser to http://www.webmin.com/download.html. Scroll down the list of versions and find the one that is called Debian package suitable for Debian, Ubuntu or other derived Linux. Copy that link to your clipboard.

On the server we will use wget to download Webmin. Type the following on your server to download:

 
# cd /root
# wget http://prdownloads.sourceforge.net/webadmin/webmin_1.470_all.deb

Note: Your URL may be different!

Install Pre-Requisites

Now that we have the software downloaded we need to install a few pre-requisites before installation. Type the following command below to install the required modules:

 
# apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perl

Note: If you did not fix the Perl Locale issue above you will receive a large amount of errors here.

Installation

Now it is time to install the Webmin package. To do so, use the command below:

 
# dpkg -i webmin_1.470_all.deb

Note: Your version number may be different

Once the installation has completed you should get the following message:

 
Webmin install complete. You can now login to https://12.34.56.78:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.

Logging In

You are now ready to log into your Webmin console. To do this point your web browser to https://12.34.56.78:10000/ where you will be prompted with a login screen (be sure to change 12.34.56.78 to your server's IP). On your first login use the username root and type in your root password.



© 2011-2013 Rackspace US, Inc.

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License


See license specifics and DISCLAIMER

0 Comments


Add new comment