A: PM2 is a production process manager for Node.js that runs your apps as daemons, ensures they stay running (restarts on crash), provides clustering, monitoring, log management, and can launch apps on system startup. It helps avoid downtime and simplifies process control.