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

Manage ZTE, Huawei, and Fiberhome OLTs. Full PON port monitoring, card inventory, and uptime tracking.

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

Provision, manage, and monitor ONUs. View optical levels, traffic history, and events in real time.

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

L2 & L3 switch support with per-port shutdown, VLAN, MAC & ARP tables, and SNMP-based polling.

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

Multi-server WireGuard with peer provisioning, key rotation, QR codes, and per-tenant peer isolation.

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

Hierarchical site structure with device inventory, credential vault, ping/SNMP health checks, and location reporting.

  • Hierarchical site structure
  • Device inventory per site
  • Credential vault per device
  • Ping / SNMP health checks
  • Location-based reporting
Alarm Management

Configurable alarm rules with Critical/Major/Minor/Info severity. Acknowledge, assign & resolve with NOC dashboard.

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

Customer account management, service packages, invoice generation, payment recording, and revenue reports.

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

Priority queue with retry, exponential backoff, job status tracking, failed job management, and scheduled jobs.

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

Full tenant data isolation with Platform, City Admin, ISP Admin, NOC, Billing, and Viewer roles.

  • Full tenant data isolation
  • Platform City Admin / Auditor / Finance / Tech 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 City Admin provisions your ISP tenant, sets your domain, and creates your initial Admin user. Full data isolation from day one.

2
Add Your OLTs & Devices

Connect your OLTs via SNMP/SSH. The system auto-discovers PON cards, ports, and connected ONUs.

3
Provision Your ONUs

Assign serial numbers, select service profiles, and push configuration to ONUs — all from the web dashboard or mobile app.

4
Set Up Billing

Create service plans, assign subscribers, and generate invoices. Track payments and monitor revenue from the Finance dashboard.

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. Integrate with billing systems, monitoring tools, mobile apps, and automation scripts using standard JSON over HTTPS.

# 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