Router Login Portal

Select a venue to test the WiFi login flow

Select Venue

Choose a venue to test the router login

Loading venues...

Router Setup Guide

Simple steps to enable WiFi login on your router

1

Get Your Router URL

Each venue has a unique router URL. Find it in the venue settings or use the selector above.

2

Configure Your Router

In your router's captive portal settings, set the redirect URL to your venue's router URL. The router should append the client MAC address and redirect URL as query parameters.

https://login.guestiq.me/router/[venue-slug]?client_mac={MAC}&redirect_url={url}

Example: https://login.guestiq.me/router/kulas-kozey-hotel?client_mac=AA:BB:CC:DD:EE:FF&redirect_url=https://www.google.com

3

Test It!

Connect to your WiFi and you'll be redirected to the login page. Guests enter their name and phone number to connect. Returning customers (known MAC addresses) are automatically granted access.

💡 Important Configuration Details

  • Router redirect URL format: https://login.guestiq.me/router/[venue-slug]?client_mac={MAC}&redirect_url={url}
  • The client_mac parameter is required for device tracking and returning customer detection
  • The redirect_url parameter is optional - defaults to the venue's success URL
  • Optional: Router can check MAC first via GET /api/router/status to bypass login for returning customers