When I try to run ngrok http 80 for example it gives me the error You may only specify one port to tunnel to on the command line, got 2:
I have the latest version of ngrok and I do have the authentication file already.
Thanks!
I'm facing the same issue.
This means you're trying to run an ngrok2 command with the older ngrok1 client. Either use the old syntax for an ngrok1 client ngrok 80 or make sure you grab the latest ngrok from https://ngrok.com/download
had a same issue. removed installed client and download again - works fine.
use ./ngrok http 80
./ngrok http 80 worked for me...thanks
or after extracting the ngrok zip filel, create a bin folder in your home directory and set it to your path so that you can call ngrok from anywhere in the system without the ./
./ngrok hhtp 80 works for me. thanks @brianmituka
Thanks,it worked for me.
Could this maybe be added in the docs?
./ngrok http 80 working for me . thanks
sudo ngrok http 8000 ....This worked for me. You should use 'sudo' if ngrok is located on /usr/local/bin, because you need root access
./ngrok http 80 worked Thank you
I have the same issue , I had kill the course who use 22锛宐ut it鈥榮 useless , feeling bad
./ngrok http 80 worked fined. Thanks
Most helpful comment
use ./ngrok http 80