Top "Pm2" questions

PM2 is a CLI process manager for Node.

Pm2 changing log file location

I have couple of questions regarding pm2 How can I change the location of server-error-0.log and server-out-0.log files …

node.js pm2 npm-start
Can the pm2 node module restarts the app after crash automatically

I have a node app ready which is workable, but has known and unknown bugs which crashes the node app. …

node.js pm2
Start app as root with pm2

I have a daemon that must be run as root on startup. I use pm2 to start other apps but …

node.js root pm2
How to make a cron job with PM2

I want to make a cron job to send mail every 15 minutes taking data from a database table. In node …

node.js pm2
Debug application which is run using pm2

Application is run by pm2 start app.js or pm2 start config.json I want to debug my application locally …

pm2
How to run pm2 so other server users are able to access the process?

When I start my Nodejs app with pm2, other server users are not able to access the process. Even if …

node.js server forever pm2 multiple-users
what is the point of using pm2 and docker together?

We have been using pm2 quite successfully for running apps on our servers. We are currently moving to docker and …

docker pm2
Windows: Auto start PM2 and node apps

At a Windows AWS server i have a NODE app and i'm using PM2 to launch the app I have …

node.js windows restart pm2
React build run on server using pm2

I have compiled my react app using react-scripts build And it generated a build\ folder in root directory of App. …

reactjs pm2 forever serve react-scripts
How can I run pm2 on a certain node version?

There are several different versions of node running on our linux server, And my service is based on node v0.11.14. …

node.js pm2