Mikrotik Hotspot and External Captive Portal

Поділитися
Вставка
  • Опубліковано 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 28 днів тому

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