Report this

What is the reason for this report?

How to access Nodejs app from my computer

Posted on October 4, 2016

I have nodejs app running on my droplet. How can I access it from my computer? I get permission denied, and I don’t see any options in settings that might allow me to access it from an external ip



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.

This comment has been deleted

Where do you get Permission denied? We need more details to help you. It is just enough to install node, run node app with something like pm2 or forever and you will be able to access from your PC using your Droplet Public IP.

If you use firewall, be sure to allow apps port. App port should be higher than 1024 because if to run app on port less than 1024 you must do it as root.

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.