Report this

What is the reason for this report?

Not able to see login page at <my ip address>:8090 for Cyberpanel!!

Posted on April 6, 2020

I’m getting timeout error?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @shubham91,

It seems you haven’t opened port 8090 for external use. You’ll need to open it in order for you to be able to reach your application on the said port.

  • If you are using UFW, you can execute
sudo ufw allow 8090
  • If you are using only IPtables, you can execute
iptables -A INPUT -i eth0 -p tcp -m tcp --dport 8090 -j ACCEPT

Additionally, please check if anything at all is listening on the port. You can check this by running the following command :

netstat -tulpen | grep 8090

Regards, KDSys

Also please make sure your DigitalOcean network level firewall allowed port 8090

Best, Eric

Same problem here

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.