Comment on page
🌍
Ngrok ile raspberrypi sunucusunu SSH üzerinden erişime açmak
- Manuel indirmek
- Raspberry için
Linux
ARM64
(32 bit ise veya bilmiyorsanızARM32
) seçip indirin
- Kayıt olduğunuz zaman site üzerinden
IP address
değerini görebilirsiniz
- TOKEN="" # Token bilginizi buraya yazıngit clone <https://github.com/YEmreAk/systemd-ngrok>cd system-ngroksudo ./install.sh $TOKENrm -rf system-ngrok
process
'i iptal etmek içinkill -9 "$(pgrep ngrok)"
ssh
için 22 portu kullanılır
# tcp://2213.tcp.eu.ngrok.io:16323 için
USERNAME=""
ssh $USERNAME@2213.tcp.eu.ngrok.io -p 16323
VNC
için 5900 portu kullanılır- # tcp://2213.tcp.eu.ngrok.io:163232213.tcp.eu.ngrok.io:16323
Last modified 1mo ago