Skip to content

Architecture Overview

flowchart BT
  subgraph site["Customer site"]
    direction LR
    subgraph v1["VLAN A"]
      direction TB
      LAN1["Hosts & traffic"]
      E1["Monozu edge"]
      E1 -->|asset discovery| LAN1
      LAN1 -.->|traffic analysis| E1
    end
    subgraph v2["VLAN B"]
      direction TB
      LAN2["Hosts & traffic"]
      E2["Monozu edge"]
      E2 -->|asset discovery| LAN2
      LAN2 -.->|traffic analysis| E2
    end
    subgraph v3["VLAN …"]
      direction TB
      LAN3["Hosts & traffic"]
      E3["Monozu edge"]
      E3 -->|asset discovery| LAN3
      LAN3 -.->|traffic analysis| E3
    end
  end

  subgraph cloud["Monozu Cloud"]
    direction LR
    UI["cloud.monozu.io"]
    API["api.cloud.monozu.io"]
    VPN["VPN Hub"]
  end

  E1 & E2 & E3 -->|control, config, telemetry| UI
  E1 & E2 & E3 -->|API traffic| API
  E1 & E2 & E3 -->|WireGuard tunnel| VPN
  UI -.->|policies, session metadata| VPN

On the customer site, Monozu typically installs one edge appliance per VLAN (or per isolated segment). Each unit performs asset discovery and optional traffic analysis on its VLAN. Appliances do not accept inbound connections from the internet.

In Monozu Cloud:

  • cloud.monozu.io — web application for users and administrators.
  • api.cloud.monozu.io — Monozu Cloud API used by edge appliances and integrations.
  • VPN Hub — WireGuard endpoint for remote user access to assets behind the edge. The cloud stores policies and session metadata; the edge maintains an outbound tunnel to the Hub.

Every connection from the edge to the cloud is initiated outbound from the customer site, so no inbound firewall rules are required for the appliance.

All communication is outbound from the edge appliance (and from user browsers to the cloud). No inbound ports need to be opened at the customer firewall for the appliance.

For hostnames, ports, protocols, and proxy guidance, see Network & Connectivity.

Each organization (tenant) has its own data in Monozu Cloud. Users only access records belonging to their tenant. Tenant administrators cannot view other customers’ data.