
United Manufacturing Hub (UMH) is an open-source industrial data management platform developed by UMH Systems GmbH in Aachen, Germany. It solves a specific problem: manufacturing plants run dozens of incompatible protocols and siloed systems, making it nearly impossible to get a single, real-time view of production data. UMH packages proven open-source components into one deployable stack that creates a Unified Namespace (UNS) — a centralized, ISA-95-structured data layer where every machine, sensor, and enterprise system publishes and subscribes to the same event stream. The company raised EUR 5M in January 2026, is ISO 27001 certified, and counts Hipp, Roche, Boellhoff, and E.ON among its customers.
UMH is built around three layers. The Data Infrastructure handles connectivity, brokerage, and storage. Protocol converters (supporting OPC-UA, Siemens S7, Modbus TCP, Ethernet/IP, Allen-Bradley, REST, SQL, and MQTT among 70+ input types) pull data from the shop floor. That data flows into the UNS via HiveMQ (MQTT broker) and Redpanda (Kafka-compatible streaming), where Benthos stream processors handle transformation, routing, and enrichment. TimescaleDB stores historical data, and Grafana provides dashboards and alerting.
The Device and Container Infrastructure automates deployment on Kubernetes. UMH ships as a Helm chart that orchestrates all components, with automatic recovery and rolling upgrades. A lighter option ("UMH Lite") runs as a single Docker container for smaller sites or evaluation.
The Management Console is a web application for configuring connections, browsing the UNS, tracing data lineage from PLC to database, and monitoring instance health across sites — including instances behind DMZs.
The older "UMH Classic" version used Apache Kafka and required ZooKeeper. The current architecture (UMH Core) replaced Kafka with Redpanda, reducing operational overhead while maintaining Kafka API compatibility.
The Community Edition is free and includes all core components. Deployment takes roughly 15 minutes: the Management Console provisions a Kubernetes cluster (or a single Docker container for UMH Lite) and installs the full stack. For teams without Kubernetes experience, UMH manages the cluster lifecycle automatically. The Enterprise License adds multi-instance deployment with DMZ support, RBAC, enterprise SLA with four severity levels, LTS versions, and optional add-ons like 24/7 support and custom protocol converters. Enterprise pricing is not published — contact sales. UMH also maintains an international network of certified system integrators who handle on-site implementation.
UMH Classic uses TimescaleDB as the time-series historian for storing and querying manufacturing data
UMH includes Node-RED for custom data flow orchestration and protocol bridging
UMH Classic architecture uses Apache Kafka as the high-throughput message broker for the Unified Namespace
UMH ships with pre-configured Grafana dashboards for OEE and production monitoring