Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 2.39 KB

ngrok-ile-raspberrypi-sunucusunu-ssh-uzerinden-erisime-acmak.md

File metadata and controls

71 lines (48 loc) · 2.39 KB

🌍 Ngrok ile raspberrypi sunucusunu SSH üzerinden erişime açmak

Ngrok’u İndirmek

  • snap ile indirin (önerilen)

    snap install ngrok

    ngrok - download

  • Manuel indirmek

    • Raspberry için Linux ARM64 (32 bit ise veya bilmiyorsanız ARM32) seçip indirin

Ngrok’a Kayıt Olmak

  • Kayıt olduğunuz zaman site üzerinden IP address değerini görebilirsiniz
  • Sign Up alanından kayıt olun
  • Your Authtoken alanındaki token bilginizi kopyalayın

Ngrok’u arkaplanda çalıştırma

  • https://github.com/YEmreAk/systemd-ngrok projesini klonlayın

    TOKEN=""  # Token bilginizi buraya yazın
    git clone <https://github.com/YEmreAk/systemd-ngrok>
    cd system-ngrok
    sudo ./install.sh $TOKEN
    rm -rf system-ngrok
  • process'i iptal etmek için

    kill -9 "$(pgrep ngrok)"

Daemon / Silent Mode · Issue #57 · inconshreveable/ngrok

SSH ile bağlanmak

  • ssh için 22 portu kullanılır
  • Ngrok ~ Agents üzerinden IP alanı altındaki adrese tıklayıp tunnel değerinizi alın
# tcp://2213.tcp.eu.ngrok.io:16323 için
USERNAME=""
ssh $USERNAME@2213.tcp.eu.ngrok.io -p 16323

VNC ile Bağlanmak

  • VNC için 5900 portu kullanılır

  • Ngrok ~ Agents üzerinden IP alanı altındaki adrese tıklayıp tunnel değerinizi alın

    # tcp://2213.tcp.eu.ngrok.io:16323
    2213.tcp.eu.ngrok.io:16323

Referanslar

https://github.com/vincenthsu/systemd-ngrok

How to set auto run after boot on raspberry pi? · Issue #345 · inconshreveable/ngrok

Connect to your Raspberry Pi from anywhere using ngrok

SSH into Remote Linux Machine Using ngrok

Raspberry Pi - SSH, VNC Access from every whare using ngrok and crontab