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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.