Friday, August 26, 2011

How to install Webmin on CentOS, RHEL, Fedora, Mandriva, SuSE

August 27, 2009 by  
Filed under Webmin

Leave a Comment

Webmin is a FREE web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on.

Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no non-standard Perl modules.

Installation:

The installation of Webmin is very easy. You can do it in a few easy steps.


Using RPM:

  • Log in to your server (ssh) as root
  • Download the latest RPM from http://www.webmin.com/download.html
  • Run the following command:
    rpm -U webmin-xxx.noarch.rpm
  • Don’t forget to replace the xxx with proper characters. It will vary on each version. You may simply write rpm -U webmin- and then enter the TAB key twice to get name suggestion from shell.

Using YUM repository:

If you like to install and update Webmin via RPM, create the /etc/yum.repos.d/webmin.repo file containing :

The Unreal Universe
A Book on Physics and Philosophy
Pages: 292
(282 in eBook)
Trimsize: 6" x 9"
Illustrations: 34
(9 in color in eBook)
Tables: 8
Bibliography: Yes
Index: Yes
ISBN:
9789810575946 
TheUnrealUniverse

[Webmin]
name=Webmin Distribution Neutral
baseurl=http://download.webmin.com/download/yum
enabled=1

You should also fetch and install my GPG key with which the packages are signed, with the command :

rpm --import http://www.webmin.com/jcameron-key.asc

You will now be able to install with the command :

yum install webmin

All dependencies should be resolved automatically.


The rest of the install will be done automatically to the directory /usr/libexec/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/. Or if accessing it remotely, replace localhost with your system’s IP address.

rpm -U webmin-1.480-1.noarch.rpm

GD Star Rating
a WordPress rating system
Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Related posts:

  1. Install an SSL certificate in WHM
  2. Install SSL certificate on Windows Server 2000 / 2003
  3. Linux Hosting Control Panels

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
Click here to cancel reply.