READYZONE OPERATOR • PROFESSIONAL WIFI OPERATIONS PLATFORM
MikroTik Configuration
ReadyZone network checklist to correctly connect your MikroTik to the authentication service.
A. Creating a RADIUS Client
The RADIUS client allows your MikroTik to communicate with the ReadyZone authentication server. It is essential for validating hotspot users.
Radius > New Client
In the new client window, fill in the fields below with these values:
- IP Serveur Radius: 147.93.57.20
- Services: hotspot, login
- Comment: ReadyZone Radius
- Secret: retrieve from Infrastructure tab in operator dashboard.
- Keep all other options with default values.
B. Update Active Hotspot Profile
This step links the hotspot server to the RADIUS client created earlier. It is necessary to enable RADIUS authentication and accounting to enable session tracking.
Path: IP > HOTSPOT > SERVER PROFILES > [target profile]
RADIUS tab
- Enable Use RADIUS.
- Location IDFill this field with the reference of the WiFi zone by accessing your operator space, then the "WiFi Zone" tab, Reference column of the relevant zone.
- Location NameEnter your WiFi name followed by a dash then the geographic location of your WiFi zone. The geographic location includes the neighborhood, city, country separated by commas.
- Check the "Accounting" box.
- Interim Update = 00:01:00
LOGIN tab
- In 'Login By', check 'MAC' if you want to connect smart devices (TV, smartwatches, etc.).
- Choose 'MAC as Username' mode.
- PasswordFill this field with the WiFi zone password by accessing your operator space, then the "WiFi Zone" tab, click the 'Modify' button. In the window that opens, look for the Password field, if the password exists, copy it otherwise, click the 'generate' button. A new password will be automatically generated. Copy it and use in this field.
C. Authorization of APP, API, CDN and ReadyZone services domains
This step allows authorizing access to the domains necessary for the proper functioning of the ReadyZone captive portal. Without these authorizations, users will not be able to access payment pages, authentication pages, and third-party services.
TERMINAL
Paste each of the following queries:
/ip hotspot walled-garden ip add action=accept comment="TailwindCSS CDN" disabled=no dst-host=cdn.tailwindcss.com add action=accept comment="API ReadyZone" disabled=no dst-host=api-readyzone.getready.services add action=accept comment="Site Web Get_Ready" disabled=no dst-host=www.getready.services add action=accept comment="Site Web Get_Ready" disabled=no dst-host=getready.services add action=accept comment="Site Web ReadyZone" disabled=no dst-host=readyzone.space add action=accept comment="Site Web ReadyZone" disabled=no dst-host=www.readyzone.space add action=accept comment="Site Web ReadyZone" disabled=no dst-host=readyzone.pro add action=accept comment="Site Smart CV Africa" disabled=no dst-host=smartcv.africa add action=accept comment="Site Smart CV Africa" disabled=no dst-host=www.smartcv.africa add action=accept comment="API Smart CV Africa" disabled=no dst-host=api.smartcv.africa add action=accept comment="Smart CV Africa for Designer" disabled=no dst-host=crea.smartcv.africa add action=accept comment="API ReadyZone" disabled=no dst-host=core.readyzone.space add action=accept comment="Docs ReadyZone" disabled=no dst-host=docs.readyzone.space add action=accept comment="Docs ReadyZone" disabled=no dst-host=docs.readyzone.pro add action=accept comment="Checkout ReadyZone" disabled=no dst-host=pay.readyzone.space add action=accept comment="Checkout ReadyZone" disabled=no dst-host=pay.readyzone.pro add action=accept comment="API ReadyZone" disabled=no dst-host=core.readyzone.pro
MikroTik | ReadyZone Synchronization Verification Step
This checklist allows you to validate that the configuration between your MikroTik and ReadyZone is working correctly. Follow each step to ensure everything is operational.
- Portal redirection works from hotspot.
- Plan list matches the selected zone.
- Payment is confirmed and session is activated.
- Smart-device connection validated (if enabled).