This site can’t be reached after installing aapanel - aaPanel - Hosting control panel. One-click LAMP/LEMP.
Fri Feb 25 2022 12:59:45 GMT+0000 (Coordinated Universal Time)
Saved by
@emranali95
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
content_copyCOPY
https://forum.aapanel.com/d/11861-this-site-cant-be-reached-after-installing-aapanel
Comments