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 @userdo,
Are you sure there is anything listening on the ports you’ve mentioned on your Droplet?
How ports work - even if you open a port if there is nothing listening on it, it will appear as closed just because there isn’t anything behind this port.
What you can do is, SSH to your droplet and type in the following command:
netstat -tulpen
Check what’s going on in there, do you see the mentioned ports listening to anything? If yes, see if you can whitelist your IP address and try to reach the port again. If there isn’t anything that is listening to the port, it will never work even if you whitelist the IP address.