Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Install webmin  (Read 4800 times)

0 Members and 1 Guest are viewing this topic.

Leo.Prince

  • Guest
Install webmin
« 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.  ;)