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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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 there,
This is a community forum, so it’s best to keep all communication about your ticket within the support system so the right engineers can assist.
In the meantime, you can double-check a few things on your Droplet:
sudo ufw status
sudo netstat -plant | grep :80
sudo ss -tulpn | grep :80
Feel free to share the output here.
Make sure port 80 is open in both your Droplet’s firewall and any Cloud Firewall attached to it, and confirm your web server (Apache, Nginx, etc.) is running and listening on that port.
Heya,
Do you have anything running on port 80? Bear in mind that in order for the port to be open, it needs something to run it.