How to setup L3MON/Lemon in Termux - LIST OF COMMANDS
13:06
In this blog we will see a list of commands to install
setup L3MON/Lemon in Termux
1 Requirements
$ apt update ; apt upgrade
$ cd $HOME
$ wget https://github.com/Hax4us/TermuxBlack/raw/master/install.sh
$ bash install.sh
$ wget https://raw.githubusercontent.com/Hax4us/Apkmod/master/setup.sh
$ sh setup.sh
$ apt install apkmod2
2 Install Lemon in termux old version:
$ apt install lemon
3 Latest version:
$ apt install nodejs && npm install -g npm@6.14.10
4 Download and setup Lemon/L3mon in termux
Deb file (Download and copy the file to $HOME directory by using the command below
$ cd $HOME $ cp /sdcard/Downloads/lemon_2.1-2_all.zip $PWD $ apt install zip unzip $ unzip lemon_2.1-2_all.zip
5 Install the latest lemon in termux
$ dpkg -i lemon_2.1-2_all.deb
6 Run lemon in termux
$ lemonPress Ctrl + c to stop the Lemon just after executing the first time. It will generate maindb.json in the location ../usr/share/lemon/server/maindb.json
7 Setup L3Mon/Lemon
Generate MD5 hash from a text password and copy the output
echo -n "myPassword" | md5sum|awk '{print $1}'
8 Save the output in the highlighted area in the image below
$ nano ../usr/share/lemon/server/maindb.json
9 Start lemon once again
$ lemonOpen google chrome/ firefox and Go to
http://127.0.0.1:22533
10 Use user and password as
user = admin password = myPassword
11 Generate Lemon APK
IP 127.0.0.1 Port as it is on the Lemon APK generatorTo error-related details must visit the article pinned above.