PM2 Monitor is a tool that allows you to visually and simply interface with your PM2 applications. It allows you to interface with processes on a remote server with SSH and locally. To connect to a remote server, the SSH key method of authentication is required.
Using this application may be useful when working with people that may need to restart a remote process or view the logs.
If you have stumbled upon a bug, please submit it at our Github Issues Page.
- Download the repository with
git clone https://github.com/maxrumsey/PM2Monitor
- cd into the folder with
cd PM2Monitor
- Install the dependencies with
npm install
- Start the app with
npm start
- Follow the instructions below if you are using PM2 on a remote server. - SSH into your remote server.
- Download the repository with
git clone https://github.com/maxrumsey/PM2Monitor
- cd into the server folder with
cd PM2Monitor/server
- Install Dependencies with
npm install
- Run
npm run dist