Install Ngrok in Termux without error 2020 ||Tech Rahman||
Hi everyone
Today in this Blog I will teach you how you can install or configure ngrok in Termux.
ngrok could be a cross-platform application that permits developers to show an area development server to the web with negligible effort. The software system makes your locally-hosted net server seem to be hosted on a subdomain of ngrok.com, which means that no public science or name on the native machine is required.
What is Ngrok used for...?
ngrok permits you to reveal an internet server running on your native machine to the net. simply tell ngrok what port your internet server is listening on.
ngrok could be a tunneling, reverse proxy that establishes secure tunnels from a public termination to a regionally running network service whereas capturing all traffic for examination and replay. it's associate degree ASCII text file project on GitHub. ... Open reverse proxies like ngrok ar traffic sinks, and therefore not susceptible to those sorts of abuses.
- apt-get update
- apt-get upgrade
- termux-setup-storage
- ls
- cd /sdcard
- ls
- cd ngrok $HOME
- ls
- chmod +x ngrok
- ls
- paste your authtoken here
- ls
- ./ngrok http 80
- Make sure to turn on HOTSPOT while using ngrok server.