how to solve the error" Your account is limited to 1 simultaneous ngrok agent session"?

When I start ngrok the following error displayed

ERROR: Your account is limited to 1 simultaneous ngrok agent session. ERROR: You can run multiple tunnels on a single agent session using a configuration file. ERROR: To learn more, see ERROR: ERROR: Active ngrok agent sessions in region 'eu': ERROR: - ts_2QsQSiaiyzbTv55hqqZSM9qpWWw (196.190.97.29) ERROR: ERROR: ERR_NGROK_108

I want to use ngrok to share my local file to my friends I have used it before but now displays ERR_NGROK_108 how can I solve this issue

1 Answer

Use the following command:

taskkill /f /im ngrok.exe

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like