ISP Boost speaks standard RADIUS, so it drops straight into your network — PPPoE, Hotspot and DHCP, with live CoA disconnects on port 3799.
Featured integration: MikroTik RouterOS — add the RADIUS server, enable use-radius for PPP & Hotspot, and turn on incoming CoA.
A NAS is the router that asks ISP Boost whether a user may connect. Here's the full setup.
Go to NAS → New, enter your router's IP address and a shared secret (any strong string you choose).
On the MikroTik terminal:
/radius add service=ppp,hotspot address=<ISP-BOOST-IP> secret=<your-shared-secret> /ppp aaa set use-radius=yes /ip hotspot profile set [find] use-radius=yes
So you can cut sessions instantly from the panel:
/radius incoming set accept=yes port=3799
Add a subscriber in ISP Boost with a package, then connect the customer's PPPoE/Hotspot. Live sessions appear under Reports → Sessions, and auth attempts under Reports → Auth log.