How To Access Your Local Machine Online (Port Forwarding)

How To Access Your Local Machine Online (Port Forwarding)

Wonder Access your local host online ? It's Possible with port forwarding

What we need :

  1. Ngrok
  2. Just that, what else ? :)

Ngrok is a little tool that easily forwarding your local port to their online servers, so you can access it anywhere.

How to Setup it

  1. Go to https://ngrok.com/download
  2. Download ngrok that suits your OS
  3. Login to ngrok  dashboard to get auth token
  4. Enter your auth token you got from dashboard
ngrok authtoken <your_auth_token>

5. Start your ngrok

ngrok http <your_local_port>

That's it Bruh.