PM2 installation and configuration Install PM2 globally npm install -g pm2 Verify the installation pm2 -v List application pm2 list Restart pm2 server pm2 restart myapp Stop pm2 my app pm2 stop myapp Delete pm2 my app pm2 delete myapp