Skip to main content

General

System Integrator Path

Deploy Proxus across multiple sites, standardize configurations, and manage large-scale rollouts.

This path is for system integrators, solution architects, and partners who deploy Proxus across multiple customer sites. By the end, you will understand how to standardize deployments, manage multi-site architectures, and customize the platform for different customers.

What You Will Be Able To Do

  • Plan a multi-site Hub & Spoke deployment
  • Standardize Device Profiles and Rules across sites
  • Configure security roles for multi-tenant environments
  • Set up centralized monitoring for distributed gateways
  • White-label the platform for customer deployments

Estimated time: 3–4 hours


Prerequisites

info
Before You Start
  • You have completed at least the first 4 steps of the OT Engineer Path
  • You have admin access to a Proxus installation
  • You understand Docker deployment basics

Step-by-Step Path

Master the architecture (25 min)

Start with a deep understanding of the distributed topology:

Multi-site scenario to consider: Imagine deploying Proxus to 3 factories in different cities, each with 5-20 gateways. One central server manages all of them. Gateway hardware can be replaced without site visits thanks to token-based provisioning.


Plan network and security (30 min)

Key design decision: Use object-level criteria in roles so that users from Site A cannot see Site B's devices, even though they use the same platform instance.


Standardize device connectivity (20 min)

Best practice: Create a library of Device Profiles (e.g., "Siemens S7-1500 Standard", "Modbus Energy Meter") that can be deployed identically across all sites.


Build automation templates (20 min)

Best practice: Define standard rule templates (e.g., "Temperature Out of Range", "Device Offline for 5 Minutes", "Communication Error Rate > 10%") and deploy them consistently across sites.


Configure the UNS hierarchy (15 min)

Critical design choice: Plan your ISA-95 hierarchy before deploying:

v1/{customer}/{site}/{area}/{line}/{cell}/{device}/{category}/{metric}

A consistent hierarchy across all sites makes cross-site analytics and dashboards possible.


Set up integrations for each site (20 min)

Per-site vs centralized: Decide whether each site routes data to its own database/cloud, or all data flows to the Central Server first.


Monitor the fleet (15 min)

  • Operations Center — System-wide health, Signal Insights, and Gateway Health panels.
  • System Logs — Centralized log filtering by component and site.
  • Audit Logs — Track configuration changes across all users.

After completing: You should be able to identify a disconnected gateway at Site B from the central Operations Center and understand what needs to happen next.


Customize branding (10 min)


Master the configuration file (reference)

For multi-site: Consider using environment variables or Docker Compose overrides to manage per-site configuration differences.


Multi-Site Deployment Checklist

Use this checklist when deploying a new site:

  • [ ] Central Server is running and accessible
  • [ ] Network: Port 4222 open between site and Central Server
  • [ ] TLS certificates installed for production
  • [ ] Gateway token created in Management Console
  • [ ] Gateway installed and connected (green status)
  • [ ] Device Profiles deployed from the standard library
  • [ ] Devices created and activated
  • [ ] UNS hierarchy follows the agreed naming convention
  • [ ] Standard rules deployed
  • [ ] Notification channels configured
  • [ ] Integration targets configured (if applicable)
  • [ ] Site-specific roles created with object-level criteria
  • [ ] Operations Center shows all-green for the new site

Where to Go Next