PM2 Command Generator
Generate PM2 commands for process management and clustering.
Generate PM2 commands for process management and clustering.
$pm2 start app.js --name "my-app" -i max --max-memory-restart 300M --env productionCommand Explanation
Starts an application as a background process. Use --name to give it a unique ID and -i for scaling.
A powerful visual tool to generate PM2 (Process Manager 2) commands for Node.js applications. Easily configure clustering, environment variables, memory limits, and logging policies without memorizing complex CLI flags.
PM2 is the industry standard for production Node.js process management, but its command-line flags can be difficult to remember. This tool ensures your commands are correctly formatted with production-best practices like max-memory-restart and cluster mode.