|
|
%!s(int64=5) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| assets | %!s(int64=5) %!d(string=hai) anos | |
| nbproject | %!s(int64=5) %!d(string=hai) anos | |
| www | %!s(int64=5) %!d(string=hai) anos | |
| .gitignore | %!s(int64=5) %!d(string=hai) anos | |
| LICENSE | %!s(int64=5) %!d(string=hai) anos | |
| README.md | %!s(int64=5) %!d(string=hai) anos | |
| createAPPJson.js | %!s(int64=5) %!d(string=hai) anos | |
| main.js | %!s(int64=5) %!d(string=hai) anos | |
| package.json | %!s(int64=5) %!d(string=hai) anos | |
you can do with this application with web GUI and without any command:
Requirement:
git clone https://github.com/4xmen/pm2panel.git
cd pm2panel
npm install
node pm2panel
Then you can go to url : http://localhost:3001 or http://server_ip:3001 and the default user is admin and password is admin.
you can change config in first lines of pm2panel.js:
const PORT = 3001;
const USER = 'admin';
const PASS = 'admin';
const SESSTION_AGE = 10 * 60000; // 10 minutes
change port or user name and password
