Finally a Simple & Powerful Process Manager

One line installer

wget -qO- https://getpm2.com/install.sh | bash
or if you have Node.js & NPM:
npm install pm2 -g

Distribution supported:


Usefull Commands

Start script in background and autorestart on crash:

pm2 start [script]

List Processes:

pm2 [list|ls|status]

Manage a process:

pm2 [restart|stop|delete] [script]

Show the logs or informations:

pm2 [logs|show] [script]


Usefull Links



© Keymetrics Inc. & SAS 2020