Friday 7 November 2014

1. Cara Allow/WhiteList pada BruteForce Protection
Pertama, silakan Login dahulu ke WHM menggunakan akses root password. Lalu, silakan akses menu “cPHulk Brute Force Protection” atau pada menu pencarian (kiri-atas) bisa menuliskan keyword “brute” seperti pada gambar berikut :
Capture

Lalu, silakan klik Tab “White/Black List Management” seperti gambar berikut :
Capture1
Pada kolom “White List (Trusted IP List)“, silakan isikan IP ISP yang akan di Allow lalu klik button “Quick Add” seperti pada gambar berikut :
Capture2

Selesai,,, :D
2. Cara Allow/WhiteList pada CSF (Firewall)
Pertama, silakan Login dahulu ke WHM menggunakan akses root password. Lalu, silakan akses menu “ConfigServer Security & Firewall – csf”  atau pada menu pencarian (kiri-atas) bisa menuliskan keyword “fire” seperti pada gambar berikut :
Capture3-1

Lalu, silakan klik Tab “Quick Allow” dan pada kolom yang berwarna dasar hijau silakan isikan IP, lalu tekan button “Quick Allow”, seperti gambar berikut :
Capture4-1


Selesai,,, :D
ga bisa login ke cpanel? karna brutefoce (salah memasukan password berulang kali)
cara nya gampang, login ke ssh masukin comand di bawah ini buat hapus brute force nya,
# echo “delete from brutes; delete from logins;” | mysql cphulkd

atau dengan login ke whm

 steps : WHM >> Security >> Security Center >> cPHulk Brute Force Protection.
lalu klik flus DB untuk menghapus IP yang terblack list




sumur diladang : https://documentation.cpanel.net/display/ALD/cPHulk+Brute+Force+Protection
Installation
============
Installation is quite straightforward:

rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

Next, test whether you have the required iptables modules:

perl /usr/local/csf/bin/csftest.pl

Don't worry if you cannot run all the features, so long as the script doesn't
report any FATAL errors

You should not run any other iptables firewall configuration script. For
example, if you previously used APF+BFD you can remove the combination (which
you will need to do if you have them installed otherwise they will conflict):

sh /usr/local/csf/bin/remove_apf_bfd.sh

That's it. You can then configure csf and lfd by reading the documentation and
configuration files in /etc/csf/csf.conf and /etc/csf/readme.txt directly or
through the csf User Interface.

csf installation for cPanel and DirectAdmin is preconfigured to work on those
servers with all the standard ports open.

csf auto-configures your SSH port on installation where it's running on a non-
standard port.

csf auto-whitelists your connected IP address where possible on installation.

You should ensure that kernel logging daemon (klogd) is enabled. Typically, VPS
servers running RedHat/CentOS v5 have this disabled and you should check
/etc/init.d/syslog and make sure that any klogd lines are not commented out. If
you change the file, remember to restart syslog.

See the csf.conf and readme.txt files for more information.


Webmin Module Installation/Upgrade
==================================

To install or upgrade the csf webmin module:

Install csf as above
Install the csf webmin module in:
  Webmin > Webmin Configuration > Webmin Modules >
  From local file > /usr/local/csf/csfwebmin.tgz > Install Module


Uninstallation
==============
Removing csf and lfd is even more simple:

cd /etc/csf
sh uninstall.sh


GD::Graph
=========
This perl module is required for Statistical Graphs available from the csf UI.
It is dependent on garphical libraries being installed for your OS (e.g.
libgd, libpng, etc. which is beyond the scope of this document)

The perl module itself can be installed in a variety of ways, e.g.:

RedHat/CentOS/CloudLinux:
# yum install perl-GDGraph

Debian v6:
# apt-get install libgd-graph-perl

Direct from cpan.org:
# perl -MCPAN -e shell
cpan> install GD::Graph

Proses instalasi Kloxo berbeda tergantung pada apakah Anda sudah setup MySQL. Jika Anda telah menginstal MySQL dan menetapkan password root, skip langkah kedua. Jika tidak, lanjutkan di bawah ini. Anda perlu login ke VPS anda sebagai user root untuk menginstal Kloxo.

# yum install -y wget

# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh

# sh ./kloxo-installer.sh –type=master

Jika MySQL sudah terinstal dengan set password root:

# yum install -y wget

# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh

# sh ./kloxo-installer.sh –type= –db-rootpassword=PASSWORD


Setelah setup selesai, Anda dapat mengkonfigurasi Kloxo di: http://xx.xx.xx.xx:7778 (Masuk dengan username: admin dan password: admin)

Sumur : https://metroworldhost.com/cara-install-kloxo-pada-rhel-atau-centos-vps/

Update centos dulu,
setelah update download paket nginx nya, lalu install nginx
# yum update
# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5Server/x86_64/epel-release-5-4.noarch.rpm
# yum install nginx
Start Nginx:
# /etc/init.d/nginx start
Periksa apakah Nginx berjalan pada: http://xx.xx.xx.xx - Anda akan melihat halaman default Nginx.
Set Nginx untuk memulai secara otomatis dalam kasus reboot:
# /sbin/chkconfig nginx on