How to open port on openlitespee

#1
Hi! Currently I want to open port 8890 on my server (openlitespees, centos7,cyberpanel)
But when I use the command
# firewall-cmd --zone=public --permanent --add-port=8890/tcp
# firewall-cmd --reload

Then I checked with the following command(, it was not successful
# telnet mydomain.com 8890

Trying 2606:4700:30::681c:725...
Trying 2606:4700:30::681c:625...
Trying 104.28.7.37...
 

Cold-Egg

Administrator
#3
Hi, may I also ask whats the output of `firewall-cmd --list-all | grep 8890`.
Could you also verify if config firewall directly on CyberPanel works or not?
 
Top