- Clone this repository to the target machine (eg: Raspberry Pi).
- Get your
authtoken
from ngrok website. - Inspect and modify the configuration file
ngrok.yml
. By default this config will serve both HTTP and TCP tunnels. - Run
sudo ./install.sh <your_authtoken>
, replace<your_authtoken>
with the token you've obtained before from ngrok website. - You're good to go!
Ngrok architecture auto detection was contributed by David Eleazar.