Guide  →  PPPoE vs Hotspot

MikroTik PPPoE vs Hotspot:
which one should you actually use?

Both authenticate subscribers through RADIUS. They solve different problems, and most WISPs that grow past a certain size end up running both — for different parts of the same network.

The short answer: PPPoE for fixed, billed installations — a dish and an indoor unit at someone's house, paying monthly. Hotspot for walk-up, voucher-based access — no installation, no dedicated hardware at the subscriber's end, just a login page. Here's the reasoning, side by side.

Side-by-side

PPPoEHotspot
Best forFixed subscribers with installed equipment (dish, indoor router)Walk-up access — cafés, hotels, prepaid card sales
How the client connectsDials in with a username/password configured on their router or PPPoE client softwareJoins Wi-Fi normally, redirected to a browser login page
Setup on client sideRequires PPPoE client config — a one-time technical stepZero configuration — works on any phone or laptop out of the box
Typical billing modelRecurring monthly subscriptionPrepaid vouchers/cards, time or data-based
RADIUS service typeservice=pppservice=hotspot
Session persistenceStays connected until the router/link dropsOften re-prompts after a set time or when the device reconnects
Typical failure pointMTU/MRU mismatch, CGNAT reachabilityDNS resolution for the login page, HTTPS interception limits

When to use PPPoE

If a technician is physically installing a dish or indoor unit at a fixed address and the subscriber is paying a recurring bill, PPPoE is the right model almost every time. It ties a session to a real, billed account with no ambiguity, and the connection stays up continuously rather than needing repeated logins.

When to use Hotspot

Anywhere access needs to work for a device you've never seen before, with zero setup — a customer buying a one-day card at a shop, a guest at a location you manage. Nobody is installing PPPoE client software on a stranger's phone for a coffee shop.

Why many WISPs end up running both

A common pattern: PPPoE for the core residential/business subscriber base on fixed installations, and a Hotspot access point at a physical location (an office, a shop front, a public area) for walk-up prepaid access — both authenticating against the same RADIUS server, just with different service types. One RADIUS platform, two access models, depending on who's connecting and how.

Both generators on this site produce scripts that register against the same RADIUS server — you can run the PPPoE config on your main router and the Hotspot config on a separate access point pointed at the same RADIUS IP and secret.

Fixed subscribers

Generate a PPPoE + RADIUS config

Open PPPoE Generator →

Walk-up / voucher access

Generate a Hotspot + RADIUS config

Open Hotspot Generator →