Well if you struggling while installing L3MON in termux then here is a solutiom for you :)
Requirements :
-
apkmod ( Install from here )
-
Lemon Deb package (Get from Telegram)
Installation Steps :
-
Download lemon deb package from my telegram group
-
Then install apkmod from above link
- Install nodejs & npm older version
apt install nodejs && npm install -g npm@6.14.10
- Now install our deb package
dpkg -i lemon_2.1-2_all.deb
Tips :
-
To start server
lemon
-
If you started server for first time then prees CTRL+C and edit a file
maindb.json
vi $PREFIX/share/lemon/server/maindb.json
and copy this md5 hash
098f6bcd4621d373cade4e832627b4f6
and paste it just after password field like this -
Now save and start server again using command
lemon
and goto127.0.0.1:22533
from browser and typeadmin
in username andtest
in password. -
However yon can always change the password if you know how to do :)