Enterprise ISP Management Platform

Manage Your Entire Network
From One Platform

MTBS ISP Cloud is a powerful multi-tenant SaaS platform built for ISPs. Manage OLTs, ONUs, switches, VPN tunnels, billing, alarms, and your entire team — all from one unified interface.

Get Started
0+
API Endpoints
0
RBAC Roles
0
OLT Vendors
0%
Multi-Tenant
isp.mtbs.cloud / dashboard
Dashboard
OLTs
ONUs
Switches
Sites
WireGuard
Alarms
Billing
Settings
48
Online OLTs
1,240
Active ONUs
7
Active Alarms
312
Switches
Recent Alarms
OLT-03 PON port down — Site Karachi-North
ONU SN:ZTEG8812 signal degraded
WireGuard peer peer-01 reconnected
Everything You Need

Built for Modern ISPs

A complete suite of tools to manage your network infrastructure, customers, and team — all in one platform.

OLT Management

Full lifecycle management of Optical Line Terminals from ZTE, Huawei, and Fiberhome with real-time status, card/port inventory, and automated sync.

  • ZTE C300/C600/C680 support
  • Huawei MA5800/MA5600 support
  • Fiberhome AN6000 support
  • PON port monitoring
  • Card inventory & uptime tracking
ONU Provisioning

Automated ONU discovery, provisioning, and lifecycle management. Configure service profiles, VLANs, PPPoE, and IPTV from a single screen.

  • Auto-discovery of rogue ONUs
  • Queue-based provisioning jobs
  • Service & line profile assignment
  • Reboot / suspend / factory-reset
  • Optical power (RX/TX) monitoring
Switch Management

Manage L2 and L3 switches with full port visibility, VLAN tables, MAC/ARP tables, route tables, and per-port shutdown/enable actions.

  • L2 & L3 switch support
  • Per-port shutdown / enable
  • VLAN, MAC & ARP tables
  • Route table visibility
  • SNMP-based polling
WireGuard VPN

Built-in WireGuard VPN server and peer management. Provision tunnels, rotate keys, and monitor peer connectivity — all from the web UI.

  • Multi-server support
  • Peer provisioning & key rotation
  • Live peer connection status
  • Config file generation & QR codes
  • Per-tenant peer isolation
Sites & Devices

Organize your infrastructure by physical sites and locations. Track all devices with health status and metadata.

  • Hierarchical site structure
  • Device inventory per site
  • Credential vault per device
  • Ping / SNMP health checks
  • Location-based reporting
Monitoring & Alarms

Real-time network monitoring with intelligent alarm generation, severity-based triage, acknowledgement workflows, and team assignment.

  • Configurable alarm rules
  • Critical / Major / Minor / Info severity
  • Acknowledge, assign & resolve
  • Alarm suppression windows
  • NOC dashboard view
Billing & Finance

Full billing module with customer accounts, packages, invoicing, payment tracking, and financial reports.

  • Customer account management
  • Service packages & pricing
  • Invoice generation
  • Payment recording
  • Revenue reports
Background Job Queue

Asynchronous job execution for long-running tasks like ONU provisioning, bulk operations, and automated health checks.

  • Priority queue support
  • Retry with exponential backoff
  • Job status & progress tracking
  • Failed job management
  • Scheduled recurring jobs
Multi-Tenant & RBAC

Complete multi-tenancy with strict data isolation. Granular role-based access control with per-permission gating on every action.

  • Full tenant data isolation
  • Platform Admin / Support roles
  • ISP Admin / NOC / Billing / Viewer
  • Custom permission sets per role
  • Audit log of all actions
How It Works

Up and Running in Minutes

From account creation to full network visibility — MTBS ISP Cloud gets your team operational fast.

1
Create Your Tenant Account

A Platform Admin provisions your ISP tenant, sets your domain, and creates your initial Admin user. Full data isolation from day one.

2
Add Your Sites & Connect Devices

Define your physical sites and add OLTs, switches, and other devices. The system connects via SNMP/SSH and begins polling immediately.

3
Discover & Provision ONUs

Run ONU discovery on your PON ports. Rogue ONUs appear in the queue — provision them with a profile, VLAN, and customer info in seconds.

4
Set Up Alarm Rules & Monitoring

Configure alarm thresholds for optical power, port states, and uptime. The monitoring engine runs continuously and notifies your NOC team.

5
Manage from Web & Mobile

Your team works from the browser dashboard while field engineers use the Flutter mobile app — all synced through the same REST API.

Real-Time Sync
All changes reflect instantly across web & mobile
Device sync88% complete
JWT Auth
Access + Refresh tokens with auto-rotation
CSRF & RBAC
Every request validated & authorized
Job Queue Status
Provision ONU ZTEG4421 COMPLETED
Sync OLT-07 Karachi RUNNING
Generate billing report QUEUED
REST API v1

API-First Architecture

Every feature accessible through a clean, versioned REST API at /api/v1

# Authenticate & get tokens POST /api/v1/auth/login { "email": "admin@isp.com", "password": "••••••••" } → { "data": { "tokens": { "access_token": "eyJ..." } } }
# Provision an ONU POST /api/v1/onus/provision Authorization: Bearer {access_token} { "olt_id": 3, "pon_port": 2, "serial_number": "ZTEG44218812", "service_profile": "20Mbps-PPPoE", "vlan_id": 100, "wan_mode": "pppoe" } → { "job_id": "job_abc123", "status": "queued" }
POST /api/v1/auth/login Authenticate, returns tokens
POST /api/v1/auth/refresh Refresh access token
GET /api/v1/auth/me Current user & permissions
GET /api/v1/olts List all OLTs
POST /api/v1/olts/{id}/sync Sync OLT data
GET /api/v1/onus List ONUs with filters
POST /api/v1/onus/provision Provision an ONU
POST /api/v1/onus/{id}/reboot Reboot ONU
GET /api/v1/switches/{id}/ports Switch ports & status
POST /api/v1/switches/{id}/ports/{p}/shutdown Shutdown a port
GET /api/v1/alarms List alarms
POST /api/v1/alarms/{id}/acknowledge Acknowledge alarm
GET /api/v1/wireguard/peers List WireGuard peers
Ready to Get Started?

Take Control of Your
ISP Network Today

Sign in to the MTBS ISP Cloud dashboard and manage your entire network infrastructure from one powerful platform.

Sign In to Dashboard

Enterprise-grade security  ·  Full RBAC  ·  Multi-tenant