pm2
pm2 copied to clipboard
How to implement cross server application management in PM2
What's going wrong?
How could we reproduce this issue?
Supporting information
# Run the following commands
$ pm2 report
Implementing cross-server application management with PM2 can be done using PM2's ecosystem file and the PM2-plus (previously PM2 Enterprise) features.
Here's a simple guide to setting it up:
- Install PM2 on All Servers:
- Setup a PM2 Ecosystem File:
- Deploy Application to Multiple Servers:
- Monitor Applications Across Servers:
- Perform Rolling Restarts:
- Automate Deployments with SSH Keys: