Installing the RPM
If you are using the RPM version of Webmin, first download the file
and then run the command :
rpm -U webmin-1.441-1.noarch.rpm
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/ .
If you want to connect from a remote server and your system has a firewall installed, see this page for instructions on how to open up port 10000.
Using the Webmin YUM repository
If you like to install and update Webmin via RPM, create the /etc/yum.repos.d/webmin.repo file containing :
[Webmin]
You should also fetch and install my GPG key with which the packages are
signed, with the command :
name=Webmin Distribution Neutral
baseurl=http://download.webmin.com/download/yum
enabled=1rpm --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.
Supported RPM-Based Distributions
The Webmin RPM can be installed on Fedora, Redhat Enterprise, older Redhat versions, CentOS and all other distributions derived from Fedora or RHEL. In addition, it can be installed on systems running Mandriva, SuSE, TurboLinux, Caldera OpenLinux.
