Questions tagged [ngrok]

ngrok provides HTTPS tunnels from the Internet to local machines with the ability to capture and replay traffic.

ngrok is a tunneling, reverse proxy that establishes secure tunnels from a public endpoint to a locally running network service while capturing all traffic for inspection and replay.

Useful links:

999 questions
-1
votes
1 answer

Ngrok not working after add the auth token and doing all the steps -blackeye

Ngrok not working in blackeye :( enter image description here enter image description here
-1
votes
1 answer

Sharing laravel 9 with ngrok cause wrong urls to be generated

I am building a Laravel 9 project using docker desktop on windows. So I was trying to share my laravel project with ngrok however my css and images are not loading since laravel generates asset urls with the http prefix when I am accessing a https…
Jheems
  • 300
  • 1
  • 4
  • 11
-1
votes
1 answer

How to make C++ accept ngrok address?

I’ve created a simple C++ program that uses sockets to connect to my other machine. I don’t have windows pro so can’t open port 3389 and I don’t want to download other third party applications as I genuinely want to complete what I have…
theshape
  • 11
  • 7
-1
votes
1 answer

how to correctly configure ngrok docker container for node or react app?

I'm trying to use ngrok for exposing my localhost to share my node backend with a friend. The problem I face is that whenever I start node backend the ngrok container couldn't work cause it trys to map the same port as being used by…
-1
votes
1 answer

Deploying Django on IIS and ngrok

I am trying to deploy Django on local host and "tunnel" using ngrok. The ngrok works but the IIS (Internet Information Manager) gives 500 Error scriptProcessor could not be found in application configuration. Reference into…
Kaleab Woldemariam
  • 2,567
  • 4
  • 22
  • 43
-1
votes
1 answer

nodejs api works only from host machine not from other devices

I am trying to access node js api which works on host/localhost machine. While accessing from other devices using ngrok or IPv4 link it shows UI of the website correctly but the API doesn't works functionally(e.g. user login). By clicking Login…
Sudhir S Pawar
  • 45
  • 1
  • 11
-1
votes
2 answers

Is there any alternate of ngrok?

Actually i am trying to run my localhost react application on my android mobile. And for this purpose I am using ngrok. But with it after some time latter it is throwing an error of ERR_NGROK_702. If Any one has solution for running localhost react…
-1
votes
1 answer

WordPress in lamp server i cant access it from wlan after port forwarding

I'm trying to create a website, but when I port it forward using ngrok, I am not able to access it. I am using a lamp server in Linux. I tried to access the website through my phone, but it shows this error and when I search using ngrok url it…
David
  • 1
  • 2
-1
votes
1 answer

Prevent Nginx from changing host

I am building an application which is right now working on localhost. I have my entire dockerized application up and running at https://localhost/. HTTP request is being redirected to HTTPS My nginx configuration in docker-compose.yml is handling…
targhs
  • 1,477
  • 2
  • 16
  • 29
-1
votes
1 answer

How can i get Ngrok domain working correctly

Endpoints screenshot I've been struggling with getting NGROK domain working. I have managed to do all the necessary set up and even get different tunnels running simultaneously with NSSM and also, I have paid for the business plan. Please someone…
lalord
  • 1
  • 1
-1
votes
1 answer

How to correctly expose a docker server with ngrok?

I have a docker installation running on my machine and I can access the site on my browser by going to mysite.local (defined to map to 127.0.0.1 in hosts file) When I run ngrok http mysite.local it works fine but when I open the…
dragonmnl
  • 14,578
  • 33
  • 84
  • 129
-1
votes
1 answer

launch tensorboard in colab

i try launch tensorboard on colab, my code: LOG_DIR = model_dir get_ipython().system_raw( 'tensorboard --logdir {} --host 0.0.0.0 --port 6060 &' .format(LOG_DIR) ) get_ipython().system_raw('./ngrok http 6060 &') ! curl -s…
-1
votes
1 answer

Ngrok auth token file location

In Mac and Window how to change the auth token of ngrok manually Reference: https://github.com/inconshreveable/ngrok/issues/640
Sriram Karthick
  • 155
  • 2
  • 4
  • 17
-1
votes
1 answer

Unable to run a application in localhost:8080

I am running a rails application in AWS cloud9 DEV env, listening on tcp://0.0.0.0:8080. i am able to open app on aws provided url (i.e https://xxxx.xxx.cloud9.us-east-1.amazonaws.com) but unable to open using localhost:8080. I tried using…
Vasu
  • 11
  • 1
-1
votes
1 answer

How to Use ssh and Serveo.Net to Access Jupyter Notebooks on Public Internet?

I want to access my jupyter notebooks running on my server from anywhere. I don't want to open ports on my router or firewall. Can I use ssh to do it? Can I use a custom domain?
BSalita
  • 8,420
  • 10
  • 51
  • 68
1 2 3
66
67