Report this

What is the reason for this report?

Connect to webserver by droplet IP

Posted on October 3, 2015

Could I connect to droplet webserver through droplet IP?

I have created a very simple nodejs web server. When I try to connect to this server through localhost (127.0.0.1), I have get right answer. it’s OK. But when I try connect to the server through droplet IP, I have get a timeout error. Ping to droplet IP works fine from my windows workstation.



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.

Normally you would use nginx or another web server as a reverse proxy. However if you’re set on accessing the app directly, have it listen on 0.0.0.0 instead of 127.0.0.1.

Check out if there is any firewall rules preventing web access. Also use netstat to see what addresses:ports are available and listening to connections:

netstat -plnt

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.