RADIUS-Based MikroTik Stations in NOVA WiFi: Centralized Control, Scale, and Tradeoffs
3/5/2026
RADIUS-based stations centralize user authentication and accounting on a remote server instead of local router secrets. This guide explains how it works in NOVA WiFi, where it’s stronger than API basis, and when API may still be the better choice.

RADIUS-based MikroTik stations are designed for centralized control. Instead of each router handling full user logic locally, a remote RADIUS server manages most authentication and accounting decisions. This is a strong model for operators who want policy consistency across many routers. At the same time, it is important to be clear: API basis and RADIUS basis are not equal in control flow. In API basis, NOVA talks directly to MikroTik and the router enforces nearly everything locally. In RADIUS basis, the router becomes an access device while the remote server becomes the policy authority. In RADIUS basis, the router forwards user authentication/accounting to a RADIUS server. The server decides whether a user is valid, what limits apply, and when access should stop. This shifts core user control away from local router secrets and into centralized records. API basis: users and service actions are controlled directly on MikroTik via API. Router-side objects (users/secrets/session actions) are managed locally by NOVA commands. RADIUS basis: a remote server manages most user logic. Router acts mainly as enforcement edge and forwards auth/accounting to RADIUS. RADIUS deployments need disciplined infrastructure. If central server connectivity, secrets, AAA settings, or accounting paths are wrong, access can fail widely. Centralization improves consistency, but also concentrates risk if not managed correctly. If your goal is direct per-router control with low central dependency, API basis is usually the stronger operational fit. If your goal is centralized policy and accounting at multi-station scale, RADIUS basis is usually the better architecture. The best choice is not hype-based. It depends on your network scale, reliability maturity, and how your team handles operational risk.What “RADIUS basis” means in practical terms
Operationally, that means:
How RADIUS stations work in NOVA WiFi
API basis vs RADIUS basis: the real technical difference
Simple comparison
When API is often better
When RADIUS is often better
Important truth: RADIUS is powerful, but not “set and forget”
Minimum requirements for stable RADIUS operations
Final guidance for ISP operators
