Well if you struggling while installing L3MON in termux then here is a solutiom for you :)

Requirements :

Installation Steps :

  1. Download lemon deb package from my telegram group

  2. Then install apkmod from above link

  3. Install nodejs & npm older version
    apt install nodejs && npm install -g npm@6.14.10
    
  4. 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 goto 127.0.0.1:22533 from browser and type admin in username and test in password.

  • However yon can always change the password if you know how to do :)