Skip to content

Masterdas/Ngrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Ngrok Full Setup Codes

Hack page and get images

[NGROK] Install All Comments

pkg update && pkg upgrade -y
pkg install -y wget git
wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz
tar -xvzf ngrok-v3-stable-linux-arm64.tgz && rm -rf ngrok-v3-stable-linux-arm64.tgz
mv ngrok $PREFIX/bin/ && chmod +x $PREFIX/bin/ngrok
ngrok version

πŸ”ΉNgrok add token demo

ngrok config add-authtoken <your_ngrok_token>

βœ… Ngrok Server Start and Run

ngrok http 8080

πŸ”₯ Cloudflare Tunnel Setup and Install

pkg install cloudflared

βœ… **Cloudflared Tunnel Run & Start **

cloudflared tunnel --url localhost:8080

πŸ“Œ Contact Me

YouTube GitHub Telegram WhatsApp

Releases

No releases published

Packages

No packages published