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

BASH
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:

ComponentMinimumRecommended
CPU1 Core2 Cores
RAM512 MB2 GB
Disk10 GB25 GB SSD

MQTT Connection

Use these details to connect your Edge Devices.

ProtocolPortSecurity
TCP1883None
MQTTS8883TLS/SSL
WS9001WebSocket

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.