Before using AAPanel I used PM2 to run my NodeJs Project.
Now PM2 is not running "Command 'pm2' not found" on my Ubuntu Server.
My NodeJs App is required to run on the same Origin.
My configuration is:
me.domain.com:1200 => API
me.domain.com:1300 => Admin App
But on Node Project Aapanel can not run the same domain.
How to fix this and how can I reinstall PM2 on my Ubuntu Server that has AAPanel installed?