I've had reason to reload Raspbian on a Pi4 necessitating that I redo ngrok which was previously working. I get the following when I attempt to install ngrok per the Setup Instructions (personal info "X'd" out):
pi@raspberrypi:~ $ cd /home/pi/Downloads pi@raspberrypi:~/Downloads $ sudo mv ngrok /usr/local/bin pi@raspberrypi:~/Downloads $ cd pi@raspberrypi:~ $ ngrok http -auth "XX:XX" 9000 > /dev/null 2>&1 & [1] 19258 pi@raspberrypi:~ $ curl -s http://localhost:4040/api/tunnels | grep -Po https://.+?\.io [1]+ Exit 1 ngrok http -auth "XX:XX" 9000 > /dev/null 2>&1 pi@raspberrypi:~ $ Note that the "curl" command does not give a URL and there is no ngrok online dashboard. It looks like ngrok is on the "$Path" because running "ngrok help" from the home directory works. I am using ngrokARM which is, I think, the correct one for the Pi4. Thoughts?... ------------------------------------------------------------------------ raglencross's Profile: http://forums.slimdevices.com/member.php?userid=7239 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins