Open jimkoutso2008 opened 11 months ago
You can't have anything listening on ports under 1024 without root. Are you running this on a rooted phone?
Yes it's running on a rooted phone with magisk. Also tried porting to :2009 (pun intended) and now it works
Yes it's running on a rooted phone with magisk.
your phone is rooted, but you're not running termux as root if you want to run yt2009 on port 80 you can install tsu and launch yt2009 with it
All of the steps where fine without a problem, but when I try to run
node backend.js
, it errors out saying it can't access 0.0.0.0. Even though I have set up a proper local IP through the setup.
now how do you get it setup cuz i need module realine sync and npm install doesnt work
All of the steps where fine without a problem, but when I try to run
node backend.js
, it errors out saying it can't access 0.0.0.0. Even though I have set up a proper local IP through the setup.now how do you get it setup cuz i need module realine sync and npm install doesnt work
use a chroot then, there is no real need of root. proot should fix this problem
Use https://github.com/TermuxArch/TermuxArch or see youtube.com/watch?v=0avuI2g4uOM for learn how to use chroot on termux
All of the steps where fine without a problem, but when I try to run
node backend.js
, it errors out saying it can't access 0.0.0.0. Even though I have set up a proper local IP through the setup.