I cant connect with a web browser to my ipv4 address, it says access denied?
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,
You need to make sure your web server (like NGINX or Apache) is running and listening on the correct port (usually 80 or 443):
Also, check that your firewall (UFW or DigitalOcean Cloud Firewall) allows inbound HTTP/HTTPS traffic:
Also double-check that your app is actually serving content on the public IP, not just localhost.
- Bobby