Admin-Ahead Community

Linux => Control Panels => Webmin/Virtualmin => Topic started by: Leo.Prince on November 01, 2013, 12:46:01 pm

Title: Install webmin
Post by: Leo.Prince on November 01, 2013, 12:46:01 pm
Hi,

Installing webmin is so easy. You only needed to configure the repo with webmin packages and install via yum.

Code: [Select]
vi /etc/yum.repos.d/webmin.repo

[Webmin]

name=Webmin packages repo

#baseurl=http://download.webmin.com/download/yum

mirrorlist=http://download.webmin.com/download/yum/mirrorlist

enabled=1

x!

Import the key using these steps

Code: [Select]
wget http://www.webmin.com/jcameron-key.asc

rpm --import jcameron-key.asc

Now
Code: [Select]
yum install webmin
Open up the port 10000 for webmin.

Code: [Select]
iptables -I INPUT -p tcp --dport 10000 -j ACCEPT
That is all you needed to do.  ;)