Ngork

Installation:

Download and install Ngrok from the official website or use a package manager:

winget install Ngrok.Ngrok

Setup:

  1. Sign Up and Login:

    • Create an account on Ngrok.

    • Copy your auth token from the dashboard.

  2. Authenticate Ngrok:

    ngrok config add-authtoken <your_auth_token>
  3. Start the Tunnel:

    ngrok http 3001

You’ll get a URL like:

https://randomstring.ngrok.io

Use this URL in your MDT configuration for quick and secure WebSocket testing.

Last updated