ngrok running in background

martinenzinger picture martinenzinger · Nov 27, 2014 · Viewed 48.6k times · Source

I tried running ngrok in the background with

./ngrok -subdomain test -config=ngrok.cfg 80 &

the process is running

[1] 3866

and the subdomain doesn't work.

It works with

./ngrok -subdomain test -config=ngrok.cfg 80

Does anyone of you know what is going on here?

Answer

martinenzinger picture martinenzinger · Nov 27, 2014

as explained here

ngrok -log=stdout 80 > /dev/null &