Overview
Welcome to the Conviz Open Platform Ecosystem. This documentation covers everything from deploying our IIoT Platform via Docker to connecting your industrial hardware using MQTT.
Version Info
Current stable version: 1.5.2. Please ensure your Docker images are up to date.
System Architecture
Conviz is designed as a modular ecosystem. The core components communicate via high-speed MQTT and REST APIs.
- Edge Layer: PLC, Sensors, Gateways (Node-RED/OpenPLC).
- Broker Layer: Conviz MQTT + Online DB for persistence.
- Application Layer: Conviz Platform (Docker), Fuxa SCADA, Grafana.
Platform Installation
Conviz IIOT Platform is delivered as a containerized application. Deploy it in seconds.
Pull & Run
docker pull conviz/conviz:latest docker run -d -p 1881:1881 --name conviz-platform conviz/conviz:latest
Access the dashboard at http://localhost:1881.
System Requirements
Minimum hardware specifications for running the Docker container:
| Component | Minimum | Recommended |
|---|---|---|
| CPU | 1 Core | 2 Cores |
| RAM | 512 MB | 2 GB |
| Disk | 10 GB | 25 GB SSD |
MQTT Connection
Use these details to connect your Edge Devices.
| Protocol | Port | Security |
|---|---|---|
| TCP | 1883 | None |
| MQTTS | 8883 | TLS/SSL |
| WS | 9001 | WebSocket |
Node-RED Config
{
"broker": "mqtt.conviz.io",
"port": "1883",
"clientid": "client-nodered-01"
}
Security & TLS
We strongly recommend using MQTTS (Port 8883) for production environments.
SSL Certificate
Our broker uses a standard Let's Encrypt CA. Most modern clients (ESP32, Python) trust this by default.
Access Academy
Conviz Academy offers structured learning paths.
- Visit learning.conviz.io
- Create an account using your email.
- Enroll in "Industrial IoT Mastery" course.