Ngrok: Make Your Localhost Accessible from anywhere

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 74

  • @velariono487
    @velariono487 Год назад

    very useful tysm!! also for anyone struggeling to run the ngrok command, you have to add the ngrok command to the environment variables and make sure to add the folder where the exe file is located. add a slash after the folder name and ur done!

  • @Pabula
    @Pabula 3 года назад +3

    Very clear explantion on Ngrok, thanks for sharing, you got a new sub =)

  • @firmancreators
    @firmancreators 2 года назад +1

    cool tutorial. good luck always💯👍👍👍👍👍👍👍

  • @vladislavkaras491
    @vladislavkaras491 3 года назад +2

    It was really informative and you had a very good demonstration! I have one small question. Does it Ngrok support UDP ports?
    Thanks for the video!

    • @HackeXPlorer
      @HackeXPlorer  3 года назад +1

      Ngrok currently dose not support UDP,
      Check this solution if you need udp
      tailscale.com/kb/1089/tailscale-vs-ngrok/

  • @lawliet979
    @lawliet979 2 года назад

    Thank you for this very clear tutorial, one question once you are connected by tcp22 from your android phone to your local home server, is it possible to open a terminal to access and transfer files? or you have to go through the file manager on android.
    Do you get access to the whole system or only the files on the server namely data/www and data/images?

    • @HackeXPlorer
      @HackeXPlorer  2 года назад +1

      TCP 22 only offers ssh remote connectivity, if you are trying to manage files you either need to use ftp 21 or samba 445.
      The access level depends on the user access level, or how you configure this.

  • @tempsx92
    @tempsx92 10 месяцев назад

    raspberrypi client behind a 4G router!, can I connect to it remotely? THANKS

  • @ads_to_malware
    @ads_to_malware Год назад

    perfect explanation. you got a new subscription

  • @verifieddanny543
    @verifieddanny543 2 года назад

    Well detailed! Thanks

  • @ReemRamzi
    @ReemRamzi 2 года назад

    please I've a question, I'm runnig an icecast server on my local machine and use ngrok to access it, the problem is the media player is not responding because the warning page is blocking it; what can I do?
    i'm not able to subscribe to a paid service right now?
    and thanks in advance

  • @videobenny3
    @videobenny3 Год назад

    Liked it so much I subbed. :)

  • @michelfourier
    @michelfourier 9 месяцев назад

    Hi nice tutorial but i can't reach ngrok i'm from côte d'Ivoire in west Africa is there any ways or other services i can use to expose a local website the same way as ngrok

    • @HackeXPlorer
      @HackeXPlorer  8 месяцев назад

      Try the concept of cloudflare tunnels

  • @guztd8620
    @guztd8620 3 года назад +1

    HELP
    at sudo nano /etc/vnc.conf after I enter it is empty
    At your last vid about run Kali Linux android helppo

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      Post your question here , i am sure you will get an answer
      forums.kali.org/forumdisplay.php?14-NetHunter-Forums

  • @MJaquez55
    @MJaquez55 3 года назад

    whenever i make an ngrok link, it shows my ipv4. how do i change this?

  • @fahadrahman5764
    @fahadrahman5764 3 года назад

    i have tried this
    it worked fine but when i try to open the website with other wifi which is not connected to my kali linux
    then it says tunnel not found but works fine when i try when same wifi

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      Need more details…
      Webserver? Port? Os?
      And os you are ruining the ngork on

  • @milossesic7109
    @milossesic7109 2 года назад

    Hey man what if i want to expose two ports, one is for my virtualmailbox, and other is that redirects to the monolith application? both are located on different ports

    • @HackeXPlorer
      @HackeXPlorer  2 года назад +1

      Had this problem several times, i used to run 2 instance of ngork from 2 free accounts. But if you re going to do this frequently the paid version supports multiple
      Also try other alternative for ngork. You can run another for this task also .www.google.com/amp/s/www.softwaretestinghelp.com/ngrok-alternatives/amp/

    • @milossesic7109
      @milossesic7109 2 года назад

      @@HackeXPlorer thanks!

  • @RED89P13
    @RED89P13 3 года назад

    So I can also use this for file hosting as a cloud storage from my pc?

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      Yup, easily

    • @RED89P13
      @RED89P13 3 года назад

      @@HackeXPlorer Yh I just set it up it’s awesome. My whole family can access our converted hi8 tapes now!

  • @cdm297
    @cdm297 3 года назад

    Why no videos since so long. Your videos are really great, plz keep posting them

    • @HackeXPlorer
      @HackeXPlorer  3 года назад +1

      Thank you for the motivation Rana, planing on next video.

  • @rockey7197
    @rockey7197 3 года назад

    Sir,The video was really informative but could you tell me how i can make my apache server accessible outside my local network?

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      You have done the hard part, just use ngrok rk to publish the port. Instead of apace I used a small python script to create a server. Basically you can do the same ngrok steps on the video

    • @rockey7197
      @rockey7197 3 года назад

      Sir i have tried doing the exact same steps...and yet i am unable to access my apache server from networks outside my local network....

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      @@rockey7197 please share the public address that you arr trying to access

    • @magnusandreassen8240
      @magnusandreassen8240 3 года назад

      @@rockey7197 u know how to fix it now??

  • @paolo7854
    @paolo7854 3 года назад

    @Hack eXPlorer, why do i always get a single digit number after tcp:// like tcp://2.tcp.ngrok.io:12345 ? I'm trying to expose my local MySQL server using ngrok tcp 3306 but i'm unable to connect to it. Do ISP's actually block ngrok?

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      Hi the single digit is a random number of the free version. Did you try connecting to another service? Do you see any failed connecting attempt when connecting remotely and isp normally wont block this.

    • @paolo7854
      @paolo7854 3 года назад

      @@HackeXPlorer no, i havent tried another service but i tried the same setup in my office & it works but i cant access it from my house. Is it always a single digit if TCP? If yes, then it's 0 to 9 only and the port is 0 to 65535. If you do the math, then it's a very limited tcp connections available, dont you think?

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      @@paolo7854 i believe this is a limitation of the free version, the number that you talking about is part of a sub domain. Still in thr free version you can only have one active tcp session and There in no time limitation.

    • @paolo7854
      @paolo7854 3 года назад +1

      @@HackeXPlorer thanks for the reply. I found a better solution tho... Zerotier - fast and easy to deploy.

  • @muruga403
    @muruga403 3 года назад

    Thanks

  • @adarsh_singh860
    @adarsh_singh860 3 года назад +1

    Finally found someone having real talent ❤️😍 ....

  • @pheaktrakim1212
    @pheaktrakim1212 3 года назад

    Why your server loading lots of things ?

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      Because there are mamy pages

    • @pheaktrakim1212
      @pheaktrakim1212 3 года назад

      Can I have your full code sir ?

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      Are you asking for the web site code? Just google for free html template
      www.google.com/search?q=free+html+templates&oq=free+html+&aqs=chrome.1.69i57j0l2j69i65l2.5679j0j4&client=ms-android-oneplus-rvo3&sourceid=chrome-mobile&ie=UTF-8

    • @pheaktrakim1212
      @pheaktrakim1212 3 года назад

      No , I’m not asking for any websites . I meant that your website is weird . I don’t know why when you click another menu on website such as home or about .ngork can catch lots of informations . How to do that ? I have 3 options And I want ngrok tell me what I clicked and what I don’t click .

    • @pheaktrakim1212
      @pheaktrakim1212 3 года назад

      Ngork can catch information only my folder and file not my website . Example : I have 3 options on my website :
      . Apple
      .Book
      .Cat
      Ng rok can not tell what I click on three of them . Any solutions sir ?

  • @outsiderlost
    @outsiderlost 2 года назад

    It worked well on the gcloud platform, the files go back and forth. :D👍But because of root, you need "permit yes" in ssh config, then it works smoothly! ✔ (just slow as a louse) 😂

  • @tholedastfefo1632
    @tholedastfefo1632 3 года назад

    works for me!

  • @flowa2788
    @flowa2788 3 года назад

    Thx;!!!

  • @marlymutos1000
    @marlymutos1000 3 года назад

    Can you give a hacking software?

  • @BerthaSexton-c5o
    @BerthaSexton-c5o 4 месяца назад

    Anderson Daniel Lewis Sharon Lopez Daniel

  • @katendemusa5747
    @katendemusa5747 2 года назад

    I have followed every step but i have got an error after running ./ngrok http 80 in website i get (ERR_NGROK_8012) Help me on this error sir

    • @HackeXPlorer
      @HackeXPlorer  2 года назад +1

      ngrok shows this error when the local server is not running start your server first and also check the server port as well as ngrok port
      For example: i am using two servers WAMP && XAMPP WAMP is on port 80 While XAMPP is on port 8012
      therefore the command will be
      ngrok http 80 for WAMP folder ngrok http 8012 for xampp folder

    • @katendemusa5747
      @katendemusa5747 2 года назад

      @@HackeXPlorer I started apache2 service now it's working but when I reboot it changes the tcp port number. Any assistance or alternative to have a permanent tcp port for free that doesn't change on boot. Am reading this book (HOW TO HACK LIKE A GOD). Please do Video of a permanent tcp port sir.

  • @amankalra7294
    @amankalra7294 3 года назад

    We would appreciate it if you could give Loophole ( www.loophole.cloud ) a try. It lets you have more than one tunnel running and no timeout at any given point along with an end to end encryption.

    • @HackeXPlorer
      @HackeXPlorer  3 года назад

      Thankyou for the suggestion Aman, really appreciate it.
      Man this looks cool, can't wait to try it..