
I just received this error when trying to connect to my cyber panel. The serve is the Oracle Free Tier. Is there a way to fix it? I tried the IPaddress:8090 and this does not work.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This issue can be happened due to 2 reasons. If you have didn't open the 8090 port on the firewall on the Oracle, open it before this. Also, check whether you disable the IP table in the server. Use this command as a root user. iptables -P INPUT ACCEPT && iptables -P OUTPUT ACCEPT &&Read more
This issue can be happened due to 2 reasons. If you have didn’t open the 8090 port on the firewall on the Oracle, open it before this. Also, check whether you disable the IP table in the server. Use this command as a root user.
See lessiptables -P INPUT ACCEPT && iptables -P OUTPUT ACCEPT && iptables -P FORWARD ACCEPT && iptables -F && sudo netfilter-persistent save