Installation
In seconds, this Installation tutorial will show you how to start monitoring your Node.js application with PM2 Plus.
Create an account
You can create a PM2 plus account by registering here or juste by typing pm2 plus
in your terminal.
Then just simply follow the in-app tutorial
Connect your server to the dashboard
Connect your server to your dashboard and start collecting metrics with:
pm2 link <secret> <public>
Or, if you don’t have access to the CLI, add PM2_PUBLIC_KEY
and PM2_SECRET_KEY
environment variables set with your public and private keys.
Use the connect
button on the top right of your dashboard to find your PM2_PUBLIC_KEY
and PM2_SECRET_KEY
You are done
Go back to the dashboard, you will have access to realtime metrics of your app.