Mikrotik Hotspot and External Captive Portal

Поделиться
HTML-код
  • Опубликовано: 29 окт 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.
  • ХоббиХобби

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

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

    You a star

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

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

  • @fatinhanani4250
    @fatinhanani4250 5 месяцев назад

    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

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

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

  • @user-pf3ib4sp7z
    @user-pf3ib4sp7z 8 месяцев назад

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

  • @TriceTV
    @TriceTV Год назад +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  Год назад +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 Год назад +1

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

  • @ambenacedric2315
    @ambenacedric2315 Год назад +1

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

  • @reliseable
    @reliseable Месяц назад

    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 Год назад

    Hi please advise what radius server did you use ?

  • @stanislavitkind6087
    @stanislavitkind6087 6 месяцев назад

    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  6 месяцев назад

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

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

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

    • @splashnetworksco
      @splashnetworksco  Год назад +1

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

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

    How to add payment gateway to mikrotik hotspot login page

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

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

  • @lasithchandupa
    @lasithchandupa 10 месяцев назад +1

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

    • @splashnetworksco
      @splashnetworksco  10 месяцев назад +1

      TP Link TL-WR1043ND

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

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

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

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

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

      You can modify the PHP backend to add password feature

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

    ᴘʀᴏᴍᴏsᴍ

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

    Buy a mic please

  • @alexbasheer6115
    @alexbasheer6115 29 дней назад

    you audio sound is bad

  • @TOANNGUYENTAN-oh1uq
    @TOANNGUYENTAN-oh1uq Год назад

    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();

    • @splashnetworksco
      @splashnetworksco  Год назад +1

      When you install composer it creates vendor folder.