Post4VPS Forum | Free VPS Provider
installing webmin +csf and lfd on CentOS 6 - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials)
+--- Thread: installing webmin +csf and lfd on CentOS 6 (/Thread-installing-webmin-csf-and-lfd-on-CentOS-6)



installing webmin +csf and lfd on CentOS 6 - brightening-eyes - 02-18-2016

hi,
i want to show you how to install webmin+csf and lfd to manage your servers easily:
at first, login as root to your server and use these commands to update your server and install the required things in it:
Code:
yum -y update
yum -y install wget nano
then, use this command to create a repository file for webmin in yum's database:
Code:
nano /etc/yum.repos.d/webmin
then paste these in the file and use ctrl+x and press y to save it:
Code:
[Webmin]
name=Webmin Distribution Neutral
baseurl=http://download.webmin.com/download/yum
enabled=1
gpgcheck=1
gpgkey=http://www.webmin.com/jcameron-key.asc
now, type this in order to install it:
Code:
yum -y install webmin
webmin is now installed, it is time for csf+lfd
use this command to download csf and extract it:
Code:
wget https://download.configserver.com/csf.tgz
tar -xvf csf.tgz
switch to csf directory:
Code:
cd csf
then install it by issuing this command
Code:
sh install
now, login to your webmin like this:
open your browser and go to http://server_ip:10000/
login with user root and with your root password
go to webmin configuration->webmin modules
select from local file and paste this into textbox:
Code:
/etc/csf/csfwebmin.tgz
select install module
finished!, now you have webmin +csf
now go to the configuration and configure your server with it!