How hidden the admin control interface

hi, guys, I have use the webchat, I’d like to hide the port number. as: http://localhost:9090 change to http://localhost

how can I to do?thanks

Hi,

on Linux you may use iptables to map port 80 to 9090. Anyhow this does still allow to access the admin console so a much better approach is using Apache with mod_proxy and block access to /login.jsp.

LG

Thank you ~~~~~~