#download manually
sudo wget get https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
unzip ngrok-stable-linux-arm.zip
./ngrok authtoken <YOUR_AUTH_TOKEN>
#get AUTH KEY
https://dashboard.ngrok.com/get-started/your-authtoken
For Web
./ngrok http 8080
For SSH
./ngrok tcp 22
Skip
sudo apt install snapd
sudo systemctl status ssh
sudo snap install ngrok
ngrok authtoken <YOUR_AUTH_TOKEN>
www.endtoend.ai/tutorial/ngrok-ssh-forwarding/
Failed
ngrok.com/download
sudo apt install npm
sudo npm install --unsafe-perm -g ngrok
ngrok http 8080
Failed
sudo apt-get install ngrok-client ngrok-server
ngrok --proto=tcp 22
Failed
sudo apt update sudo apt install snapd sudo reboot
sudo snap install ngrok
Raspberry Pi Zeroerror: snap "ngrok" is not available on stable for this architecture (armel) but exists on other architectures (amd64, arm64, armhf, i386).