Page 1 of 1

How to install pm2 on Debian

Posted: Thu Feb 09, 2023 11:15 am
by isscbta
pm2 is advanced process manager for production Node.js applications. Load balancer, logs facility, startup script, micro service management, at a glance.

In the following steps, we will guide you through the installation process of PM2 on a Linux server.

In your SSH, as root, run:

Code: Select all

npm install pm2@latest -g