By shubham91
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!
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.
sudo ufw allow 8090
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.