Download: https://ngrok.com/download
After the download unzip ngrok.exe
Doubleclick it
Signup/Login : https://ngrok.com
In https://dashboard.ngrok.com/get-started/setup, copy ngrok config add-authtoken
ngrok config add-authtoken **************************************************
Execute it in ngrok prompt
ngrok http 80

Copy the link next to «Forwarding» (Right click and select mark if you can't select the text)
Django Project
ALLOWED_HOSTS = ['www.jaimedcsilva.com', 'localhost', '7b86-159-255-57-146.ngrok-free.app']
The local project is now accessible externaly through:
https://7b86-159-255-57-146.ngrok-free.app
06 July 2023
|
Last Updated: 03 Dec. 2025
|
jaimedcsilva Related