Mikrotik Hotspot and External Captive Portal

Sdílet
Vložit
  • čas přidán 29. 10. 2022
  • Setting up hotspot with an external captive portal on Mikrotik. The code for the captive portal is given below:
    github.com/splash-networks/mi...
    Website: splashnetworks.co
    Please visit our website if you'd like to hire us for a project or consult with us.
  • Jak na to + styl

Komentáře • 30

  • @pareeshaykhan6719
    @pareeshaykhan6719 Před rokem

    thanks alot.....quite helping video explained well.... looking forward to more....🙂

  • @nkosimbokazi3406
    @nkosimbokazi3406 Před rokem

    You a star

  • @user-pf3ib4sp7z
    @user-pf3ib4sp7z Před 8 měsíci

    Is it possible to include the "Trail" function as well? the code would be nice :)

  • @ambenacedric2315
    @ambenacedric2315 Před rokem +1

    Cannot add users in the mikrotik, so after the "connection", there is no redirection. Please can i get some help ?

  • @emmanueljan659
    @emmanueljan659 Před rokem

    This is very informative, do you have any insight on how you can implement one-time-use voucher during authentication

  • @fatinhanani4250
    @fatinhanani4250 Před 4 měsíci

    Hello, I really appreciate this video. I don't know if you'll see this comment but I tried following from github files in the description for the linux but for the mikrotik configuration I'm already confused and am really a beginner in this. Because I really want for the results to be display in the database and question if there are any tips or details I could obtain. Thank you

  • @TriceTV
    @TriceTV Před rokem +2

    I'm new to this. I'm trying to understand something. Are you saying that the router comes with those file and access portals you used for the configuration. Any beginners guide video to start with the installation process and etc.

    • @splashnetworksco
      @splashnetworksco  Před rokem +3

      No, the router doesn't come with those files. Those files are setup in a web server on the cloud. I'm planning to create a video detailing the process of setting up that web server.

    • @TriceTV
      @TriceTV Před rokem +1

      @@splashnetworksco please do. I will appreciate seeing a simple step by step of all process to the end. Thank you.

  • @reliseable
    @reliseable Před měsícem

    Hello! I did as you described. I also installed the MariaDB database, Phpmyadmin. сreated a user, created a database and a table, granted the user rights to this table, granted the user rights to this table, specified the necessary data in the configuration files, the file login.html uploaded it to my router. When I open the page, a message appears "Failed to connect to SQL. Access denied for user "@'localhost' (using password: NO)". What did I do wrong?

  • @user-db3yx3bo8w
    @user-db3yx3bo8w Před rokem

    Hi please advise what radius server did you use ?

  • @stanislavitkind6087
    @stanislavitkind6087 Před 5 měsíci

    Hello! In your example, a user provides first name, last name and email on the web portal. But RADIUS service requires username & password. When are they created in your example? And how does Mikrotik get them to insert in its RADIUS request?

    • @splashnetworksco
      @splashnetworksco  Před 5 měsíci

      Please check out the code in the provided repo: in connect.php the username and password are populated and submitted.

  • @techtraveller3989
    @techtraveller3989 Před rokem

    I want to do the same but SQL n web server training is not available?

    • @splashnetworksco
      @splashnetworksco  Před rokem +1

      You can follow the Github repository readme file which has reference to the relevant material.

  • @lasithchandupa
    @lasithchandupa Před 9 měsíci

    Hi, can I know the router model you are using?

    • @splashnetworksco
      @splashnetworksco  Před 9 měsíci +1

      TP Link TL-WR1043ND

    • @lasithchandupa
      @lasithchandupa Před 9 měsíci

      @@splashnetworksco the video says you are using a Mikrotik router? Is it the same on TP link?

  • @roshannath9815
    @roshannath9815 Před rokem

    How to add payment gateway to mikrotik hotspot login page

    • @splashnetworksco
      @splashnetworksco  Před rokem

      You can modify the PHP backend to add payment gateway integration using their API

  • @MejiMaru
    @MejiMaru Před rokem

    Great job, how to apply password for login? thank you.

  • @markreilly5940
    @markreilly5940 Před rokem

    ᴘʀᴏᴍᴏsᴍ

  • @broadshare
    @broadshare Před 10 měsíci

    Buy a mic please

  • @alexbasheer6115
    @alexbasheer6115 Před 8 dny

    you audio sound is bad

  • @TOANNGUYENTAN-oh1uq
    @TOANNGUYENTAN-oh1uq Před rokem

    Hi. Thank you. Its great.
    In public folder -> header.php has vendor folder and autoload.php. But can't see. And what is $dotenv ?
    require 'vendor/autoload.php';
    $dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . "/../");
    $dotenv->load();