I deployed my web to my droplet, and I could access my IP. But the other guys could not access there from outside of the network…
how can I solve this problem?
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.
thank you so much all, I was wrong on the networking settings. Now I could fix the issue!
Hi there @mjj,
You need to make sure that the port that you are trying to access is open for everyone.
For example, if you are using the builtin Ubuntu firewall, you can allow access to the specific port with:
If you are using the DigitalOcean Cloud firewalls, you can follow the steps here on how to configure your rules:
https://www.digitalocean.com/docs/networking/firewalls/how-to/configure-rules/
Hope that this helps! Regards, Bobby