Page 1 of 1

Web UI not working

Posted: 09 Jan 2025, 08:35
by hostreps
HI I enabled the web UI for CSF, getting connection reset by peer while doing a curl

The webpage at http://xxxxxxxxx:6666/ might be temporarily down or it may have moved permanently to a new web address.

ERR_UNSAFE_PORT

Code: Select all

UI = "1"

# 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 is my conf.

The output for netstat -tuln | grep 6666

Code: Select all

netstat -tuln | grep 6666
tcp6       0      0 :::6666                 :::*                    LISTEN