Difference between revisions of "Ngrok: ubuntu"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | ==Instalasi== | ||
sudo apt update | sudo apt update | ||
sudo apt install snapd | sudo apt install snapd | ||
sudo snap install ngrok | sudo snap install ngrok | ||
| + | |||
| + | atau | ||
unzip /path/to/ngrok.zip | unzip /path/to/ngrok.zip | ||
| + | |||
| + | ==Running== | ||
| + | |||
./ngrok authtoken <your_auth_token> | ./ngrok authtoken <your_auth_token> | ||
./ngrok help | ./ngrok help | ||
Revision as of 10:41, 6 January 2021
Instalasi
sudo apt update sudo apt install snapd sudo snap install ngrok
atau
unzip /path/to/ngrok.zip
Running
./ngrok authtoken <your_auth_token> ./ngrok help ./ngrok http 80
Referensi