IP Maestro 3.1 introduces a downloadable Demo VM — enabling customers, partners, and evaluators to explore the IP Maestro Element Management System in their own environment without requiring a full production OcNOS deployment first. The Demo VM is available for free download from the IP Infusion website.
What the IP Maestro Demo VM Includes
- Complete IP Maestro application — the full IP Maestro 3.1 stack including the web UI, API server, database, and Docker Compose orchestration
- Pre-configured sample topology — a simulated 6-node OcNOS network with pre-populated device inventory, topology map, and sample alarm data for UI exploration
- OcNOS VM integration — connects directly to real OcNOS Demo VMs if you want to manage actual device state rather than simulated data
- REST API access — the northbound REST API is fully functional, allowing developers to test automation integrations against the Demo VM before connecting to production
Getting Started
# IP Maestro Demo VM -- deployment using Docker Compose
# (Included in the downloaded Demo VM package)
# Step 1: Extract the Demo VM package
tar -xzf ip-maestro-demo-vm-3.1.tar.gz
cd ip-maestro-demo-vm/
# Step 2: Start IP Maestro using Docker Compose
docker compose up -d
# Step 3: Access IP Maestro web UI
# Open browser: https://localhost:8443
# Default credentials: admin / admin (change on first login)
# Step 4: Verify services are running
docker compose ps
# Expected: all services in "Up" state
# Step 5: Optional -- connect to OcNOS Demo VMs
# In IP Maestro UI: Devices > Add Device
# Enter OcNOS VM management IP, credentials, and device type
Use Cases for the Demo VM
| Use Case | What to Evaluate |
|---|---|
| UI evaluation | Topology view, alarm dashboard, config management interface |
| API integration testing | REST API calls, authentication, device query and config push |
| Training | Operations team onboarding without touching production systems |
| PoC demonstration | Show IP Maestro to stakeholders using realistic topology data |
| Integration development | Build and test OSS/BSS integrations before connecting to production |
- IP Maestro 3.1 Release Notes
- IP Maestro Product Page
- Download IP Maestro Demo VM
- Contact IP Infusion
IP Infusion Product Team