Skip to content

tunneling compatible for exterior access

Olivier SCHMITT edited this page Dec 1, 2020 · 2 revisions

1.NGROCK

Go to https://dashboard.ngrok.com/
Create a free account.
Enter in your account.
On the top you will see the download links.
Download the package with wget like:

wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip

Unzip the package by:

unzip ngrok-stable-linux-arm.zip

Config the executable with your token as is mentioned on the welcom page of your account:

./ngrok authtoken xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Start your UHRR instance:

PYTHONPATH=/usr/local/lib/python3.7/site-packages:$PYTHONPATH ./UHRR &

Start the nrock instance:

./ngrok http https://127.0.0.1:8888

This will show you your temporary url access:

Forwarding                    http://e10e2f3c5917.ngrok.io -> https://127.0.0.1:8888
Forwarding                    https://e10e2f3c5917.ngrok.io -> https://127.0.0.1:8888

Here is https://e10e2f3c5917.ngrok.io

This is not perfect and dépend on your network condition and the proxy server location...but it work...