install pm2 and nodejs code example Example 1: install pm2 npm install pm2 -g Example 2: pm2 node start # only start will make it pm2 start app.js