Central Control & Operations Platform
AES67 Administrator

The unified AES67 device management platform for professional audio-visual networks - delivering plug-and-play onboarding, full-chain real-time monitoring, and granular access control.

AES67 Administrator device dashboard

Why AES67 Administrator?

Unmanaged IP audio networks are a security liability that's hard to scale across complex IT infrastructure. AES67 Administrator brings enterprise-grade control to your broadcast and pro-AV systems - reliable, secure, and fully traceable.

Zero-Config Device Discovery

Automatically detects AES67 devices on the network, identifies models, and registers them - no manual entry required. True plug-and-play onboarding with full lifecycle management: model tracking, IP binding, domain assignment, and enable/disable controls.

Multi-Domain Hierarchical Management

Tree-structured location management for organizing devices by physical space or logical function. Operator-to-domain binding enables fine-grained delegated administration across large-scale deployments.

Real-Time Monitoring & Visualization

Dashboard shows live server CPU, memory, disk, and network load. Device-level metrics - temperature, PTP clock offset, and packet latency - are streamed in real time with historical trend charts for replay and analysis.

Granular Operator Permissions

Multi-group + permission bitmask design supports many-to-many bindings between operators, devices, and domains. bcrypt password encryption, built-in CAPTCHA, session management, and rate limiting provide layered security.

Built-in AI Plugin

AES67 CLAW Openclaw
AI Operations Assistant

AES67 Administrator ships with the OpenClaw plugin - an LLM-powered assistant that acts as your dedicated audio network operations expert.

OpenClaw - AES67 AI Operations Assistant
Device CONSOLE_A is offline and showing PTP offset errors. Please investigate.
Analyzing device logs and network topology...
Root cause found: CONSOLE_A has a PTP domain mismatch (current: 127, expected: 0). Recommended fix:
PATCH /api/v1/devices/CONSOLE_A
{ "ptp_domain": 0, "restart_ptp": true }
Fix applied. Device is back online. PTP offset restored to normal range +/-50ns.
Describe your issue to OpenClaw...

Automated Fault Diagnosis

When a device malfunctions or a network config goes wrong, OpenClaw analyzes logs and live state data to pinpoint root causes and suggest actionable fixes.

Intelligent Permission Setup

Describe the access control policy you need in plain language - OpenClaw automatically configures operator permissions and domain bindings without manual steps.

Configuration Optimization

Based on live device metrics and historical monitoring data, OpenClaw recommends adjustments to PTP offset tolerances, network latency thresholds, and more.

Custom API Orchestration

For complex multi-step API scenarios, describe your goal in natural language and OpenClaw generates and executes the full API call chain automatically.

Compatible with Any LLM

Works with OpenAI, Claude, Gemini, Deepseek, Qwen, Kimi, MiniMax and self-hosted private models - fully air-gapped deployments supported.

Three Ways to Get It

AES67 Administrator supports one-click Docker containerized deployment and is available through any of the following options.

Free with any qualifying hardware purchase
Free with Hardware

Bundled with CORE

Purchase a CORE professional audio server and receive AES67 Administrator at no extra cost - ready to deploy out of the box.

512 ✖ 512 Large-Scale DSP Matrix
Highly Customizable Audio Server
Learn about CORE
Free with Hardware

Bundled with PTPM

Purchase a PTPM Grand Master Clock and receive AES67 Administrator free - unicast PTP across all subnets.

Multi-unit PTPM Hot Standby
Synchronization of 10,000+ devices
PTP V2 easily across subnets
Software License

Standalone Purchase

No specific hardware required. Purchase a software license and deploy flexibly on your existing server infrastructure.

Online deployment by engineers
Lifetime free service
Contact Sales

Technical Advantages

Engineered from the ground up for the demands of modern broadcast and professional AV IT infrastructure.

Architecture

High-Performance Async Engine

Built on a fully asynchronous event-driven model, the system sustains large numbers of concurrent real-time connections with stable, low-latency response under high device density.

Real-Time

WebSocket Push Streaming

Monitoring charts, alert events, and device state changes are pushed to the frontend via WebSocket with sub-second latency. Zero polling - data is always live.

Storage

MySQL 8 + Redis Dual-Track

MySQL 8 handles relational data persistence and guarantees transactional consistency. Redis serves as the caching, time-series monitoring, and session layer for speed and real-time capability.

Protocol

Native AES67 Protocol Support

Device discovery and communication are implemented directly on the native AES67 protocol stack, minimizing third-party dependencies and ensuring protocol-level accuracy and reliability.

Framework

Modular FrankPy Framework

The in-house FrankPy backend framework uses fully decoupled modules and a middleware-driven architecture, separating business logic from infrastructure and lowering long-term maintenance cost.

Data Integrity

Full-Interface Pydantic Validation

Every API endpoint enforces strict Pydantic model validation. Malformed or malicious input is rejected before it reaches the business layer, eliminating dirty data at the source.

Security

Production-Grade Security Stack

Session isolation, CORS control, enforced HTTPS, bcrypt password hashing, built-in rate limiting, and CAPTCHA protection defend against common web attack vectors.

Deployment

K8s Auto-Recovery

Kubernetes orchestration with one-click Docker deployment. Automatic Pod restarts on failure, zero-downtime rolling updates, and full self-healing disaster recovery keep the system always online.

Use Cases

Broadly applicable across professional AV environments, delivering unified control for AES67 networks of any scale.

Broadcast & Television

Centralized management of AES67 audio networks for broadcast facilities - ensuring playout chain stability and meeting broadcast-grade PTP precision requirements.

Theaters & Stadiums

Unified operations and alerting for AES67 audio devices in theaters, arenas, sports venues, and large conference centers.

Airports & Transit Hubs

Centralized monitoring of audio endpoints across large public spaces such as airports and train stations, with multi-domain delegated administration.

Enterprise AV Systems

A unified monitoring platform for enterprise conference room audio endpoints - applicable to any professional audio network based on the AES67 protocol.

Technical FAQ

AES67 Administrator FAQ

Practical answers for engineers planning AES67 device management, PTP monitoring, and AoIP network operations.

Does AES67 Administrator replace an audio processor?

No. It manages and monitors the AES67 network infrastructure around audio endpoints. It works alongside processors, interfaces, microphones, loudspeakers, and OEM devices rather than replacing their audio DSP functions.

Is AES67 Administrator useful for ST 2110 audio systems?

Yes. ST 2110-30 audio workflows rely on the same core timing and IP audio discipline, so centralized visibility, PTP monitoring, and domain control are useful in broadcast and hybrid AES67/ST 2110 environments.

How is AES67 Administrator deployed?

It supports Docker-based deployment and can run on suitable server infrastructure. It can be bundled with qualifying DIGISYNTHETIC hardware or licensed as standalone software.

Bring IT-Grade Order to Your Audio Network

Whether you're running a single campus or a global broadcast facility, AES67 Administrator gives you the visibility, security, and control you need.

REST API Example
curl -X POST \
  https://admin.local/api/v1/routes \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d '{
    "tx_device": "CONSOLE_A",
    "rx_device": "AMPLIFIER_01",
    "domain": "STUDIO_ONE"
  }'