- Joined
- Jun 14, 2016
- Messages
- 1,498
- Points
- 63
How to enable full CSF UI (ConfigServer Security & Firewall Integrated User Interface)? I heard about this but I don't know how to configure it. Can any one guide me?
Installation for the UI is different depending on the panel used. CentOS web panel has it included but cPanel for example has a script you need to run.How to enable full CSF UI (ConfigServer Security & Firewall Integrated User Interface)? I heard about this but I don't know how to configure it. Can any one guide me?
I found it in /etc/csf/csf.confThis should help: http://wiki.centos-webpanel.com/how-to-enable-csf-ui
# See readme.txt for more information about using this feature BEFORE enabling
# it for security and access reasons
#
# 1 to enable, 0 to disable
UI = "0"
# Set this to the port that want to bind this service to. You should configure
# this port to be >1023 and different from any other port already being used
#
# Do NOT enable access to this port in TCP_IN, instead only allow trusted IP's
# to the port using Advanced Allow Filters (see readme.txt)
UI_PORT = "6666"
# Optionally set the IP address to bind to. Normally this should be left blank
# to bind to all IP addresses on the server.
#
# If the server is configured for IPv6 but the IP to bind to is IPv4, then the
# IP address MUST use the IPv6 representation. For example 1.2.3.4 must use
# ::ffff:1.2.3.4
#
# Leave blank to bind to all IP addresses on the server
UI_IP = ""
# This should be a secure, hard to guess username
#
# This must be changed from the default
UI_USER = "username"
# This should be a secure, hard to guess password. That is, at least 8
# characters long with a mixture of upper and lowercase characters plus
# numbers and non-alphanumeric characters
#
# This must be changed from the default
What script to run?but cPanel for example has a script you need to run.