aaPanel_Kern i dont' understand, i'm running pm2 with command line not with pm2 manager
i runnig some script like here
module.exports = {
apps : [
{
name : "PM2 Start By Config Default!",
script : "./app.js",
instances : "1",
exec_mode : "cluster",
env: {
NODE_ENV: "production",
PORT: 4000
}
}
]
}
but in pm2 manager it's not listed just look in pm2 list command.