aaPanel_Jose and aaP_Rajib replied to this.
aaP_Rajib13 days agoBest Answerset by talhasenpai 13 days ago
talhasenpai you need to open the ports on iptables also. Follow the command below and add all the ports you want to open.

iptables -I INPUT -p tcp --dport 7800 -j ACCEPT
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
iptables -I INPUT -p tcp --dport 443 -j ACCEPT

Save the iptables rule with the command below to persistent after reboot.

sudo /sbin/iptables-save > /etc/iptables/rules.v4