> For the complete documentation index, see [llms.txt](https://lokal-company.gitbook.io/app-config/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokal-company.gitbook.io/app-config/ngrok-installation.md).

# ngrok installation

1. Login/ Signup on ngrok.
2. Download the zip file according to your device architecture(32 or 64 bit).
3. Extract the zip file and run the setup.
4. copy auth token form <https://dashboard.ngrok.com/get-started/your-authtoken> and run it on the ngrok setup to authenticate your ngrok agent.
5. Now, run the command: 'ngrok http 80' to start working with ngrok locally.
6. After you start the ngrok agent, open [http://localhost:4040](http://localhost:4040/) in a browser on the same machine.&#x20;

You will see all of the details of every request and response including the time, duration, source IP, headers, query parameters, request payload and response body as well as the raw bytes on the wire.
