Report this

What is the reason for this report?

Have a NodeJS server up and running on VPS

Posted on August 22, 2014

I have a NodeJS server that I want to run on a VPS on Digital Ocean. I log in as usual and I basically follow these steps:

git clone myname@mygitrepo.git
cd myfolder/server
nodejs server.js &
_____________________
Express listening on port 9099

I can now access my NodeJS on the server. But as soon as I close the SSH connection, the NodeJS server dies. How can I make the NodeJS run even when I close down my session?

/P



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.

hello guys! … i tryed with *forever * and i close the ssh and the server die … really forever is a solution? … and when you need mongoDB running too … How do I do it?

thanks!

Use the npm module “forever”.

https://www.npmjs.org/package/forever

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.