ngrok
ngrok copied to clipboard
ERROR: Unrecognized command: service
We've got ngrok.exe setup inside:
C:\Program Files\ngrok\ngrok.exe
Which we wanted to run as a service:
Hence, as suggested we've created a ngrok.yml file at:
C:\Program Files\ngrok\ngrok.yml
The content of which is the following:
tunnels:
tunnelOne:
proto: http
addr: 3000
The path variable is set to C:\Program Files\ngrok.
Whenever we run the following command:
ngrok service install -config C:\Program Files\ngrok\ngrok.yml
It throws the following error:
ERROR: Unrecognized command: service
I have the same error.
Same error here too.
I am getting this error on Linux too (Linux distro on Raspberry Pi)
Same thing here (Ubuntu)
Same error on Ubuntu
this is for Ngrok-link a different product from baseline Ngrok. details here -> https://ngrok.com/product/ngrok-link
facing the same issue with windows and typescript...
ERROR: Unrecognized command: 3000
i tried install ngrok using snap then this issue happened.
try to install ngrok using apt here: https://ngrok.com/docs/getting-started
this worked for me, i am using ubuntu 20.04
for windows, probably just needa type ngrok authtoken (your token here) into the terminal and it should work
for windows, probably just needa type
ngrok authtoken (your token here)into the terminal and it should work
This was the fix, ty
Seems to be working on mac as well 👍
for windows, probably just needa type
ngrok authtoken (your token here)into the terminal and it should work
Seems to be working on mac as well 👍
On macOS, you should download the latest ngrok file, and then run
ngrok config add-authtoken <your token>
It will work.
window worked
ngrok authtoken your token
it will work
A mí me pone este error, alguien que me ayude pls
On mac there two ways "ngrok authtoken" or "ngrok.exe config" both have worked for me
ngrok authtoken your token
it will work
That worked for me, thanks!
Thank you for opening this issue! As of April 2016, the ngrok service has permanently moved to https://ngrok.com/. To join the community and file bug reports or feature enhancements for the ngrok agent, please go to https://github.com/ngrok/ngrok.
This repository is no longer actively maintained and will be archived soon to reduce confusion with the latest ngrok versions. We thank you for the continued support of ngrok and look forward to seeing you over at ngrok.com and the ngrok Community Repo.