install ngrok globally code example
Example 1: install ngrok
npm i -g ngrok
Example 2: how to add iis to ngrok
ngrok http -host-header="localhost:58821" 58821
Example 3: install ngrok on server
ngrok http -host-header="localhost:[port]" [port]