← Back to blog

API-Based MikroTik Stations in NOVA WiFi: Direct Router Control That Scales

3/5/2026

API basis gives NOVA WiFi direct control over MikroTik stations for faster activation, suspension, and enforcement. This article explains how it works, why it improves operational reliability, and where it fits against RADIUS.

API-Based MikroTik Stations in NOVA WiFi: Direct Router Control That Scales

API-based MikroTik stations are the direct-control model in NOVA WiFi. In this setup, NOVA talks to each router through MikroTik API and executes operational actions on the device itself. That means activation, suspension, profile updates, and live session actions can happen immediately on the router without depending on external AAA decisions for every step.

For many ISPs, this model is the fastest path to reliable automation because control stays close to the network edge where enforcement happens.

What API basis actually means

API basis is not just “router connected.” It means router-side user and service control is managed directly over API calls. NOVA can create, update, disable, or remove users and related objects on MikroTik in real time.

In practical terms, API basis enables:

  • Direct hotspot user lifecycle control on router
  • Direct PPPoE secret/state operations (for API stations)
  • Immediate online session enforcement after billing/status changes
  • Router-local scheduled maintenance scripts (cleanup, backup seeds)
  • Fast correction of state mismatches from one dashboard action

How API-based stations work in NOVA WiFi

  1. Station is added with system basis = API.
  2. NOVA verifies API connectivity to the specific MikroTik host.
  3. Auto-configuration can provision required hotspot/PPPoE objects for operation.
  4. User/package actions from dashboard are pushed to router instantly.
  5. Scheduled scripts can be seeded so routers self-maintain cleanup and backups.

The key result is tighter synchronization between database state and router enforcement state.

Why API basis is operationally strong

1) Low-latency enforcement

When payment or status changes, NOVA can apply router-side action immediately. This reduces delay between billing event and access enforcement.

2) Reduced state drift

One common ISP problem is “expired in system but still online on router.” API basis reduces this by allowing direct cleanup of active sessions/cookies/users where applicable.

3) Better per-router troubleshooting

Failures are easier to isolate by station. If one router has issues, other stations can keep operating normally instead of all depending on a central auth path.

4) Faster support operations

Support teams can execute practical actions from dashboard without jumping through repeated manual Winbox steps for every user issue.

5) Strong fit for mixed real-world environments

In environments where router quality, links, and local conditions vary, direct API control often gives better day-to-day predictability than centralized assumptions.

API basis vs RADIUS basis: real architecture difference

API basis: router controls most local user enforcement objects; NOVA drives them directly via API.

RADIUS basis: remote server controls most auth/accounting decisions; router acts mainly as access edge.

API is generally better when you want direct deterministic control per station. RADIUS is generally better when you need centralized policy at larger multi-site scale and have strong central infrastructure discipline.

Key design realities for API deployments

  • Each station must maintain healthy API reachability.
  • Credential hygiene matters: wrong host/user/pass breaks automation for that station.
  • Naming consistency (profiles/packages/plans) reduces operator mistakes.
  • Periodic seeded scripts improve reliability for cleanup and backup routines.
  • Observability still matters: monitor online counts, failures, and sync outcomes regularly.

Best practices for stable API operations

  • Use clear station naming and strict onboarding checks before production use.
  • Validate auto-configuration state after station add/update events.
  • Keep package/profile mappings predictable and documented.
  • Run cleanup and backup automation on schedule and verify success logs.
  • Handle failures by station, not globally, to keep the rest of the network moving.

Final take

API-based MikroTik stations in NOVA WiFi are about direct control, fast enforcement, and practical operations. They are especially effective for teams that want strong router-level execution with minimal dependency on centralized auth for every decision.

If your current workflow still depends on manual router edits and delayed enforcement, API basis is one of the most impactful upgrades you can make for operational reliability.

APIMikroTikISP AutomationHotspotPPPoERouter ManagementNOVA WiFiNetwork Operations