VIGIL MESH

Documentation

A Secomea alternative: industrial remote maintenance without a dedicated box

Secomea industrialized a gesture every machine builder knows: put a box on the machine network, let it call the vendor's cloud, and give technicians clean remote access from their workstation. The model works — but it rests on dedicated hardware to buy, ship and maintain on every site, and on a third-party platform at the center of every session. When the site already has a supervision PC or a gateway, another path exists: a software agent that brings that machine into your own private network, encrypted end to end, with no inbound port and no extra hardware. This page compares the two approaches honestly, then walks through the setup step by step.

What Secomea does very well

The Secomea model, described at a high level, has three parts: a gateway installed on site (the SiteManager, a hardware box that also exists as software), a central cloud service (the GateManager) that brokers sessions, and a client (the LinkManager) on the technician's workstation. The gateway expects no inbound connection: it dials out to the platform, and the technician reaches the equipment declared behind it. Licenses cover the platform, the gateways and the technicians.

Built for the factory

Machine network / factory network separation, equipment declared one by one, OEM service access at an end customer's site: the product has embraced the realities of industrial remote maintenance for a long time.

Nothing to ask of the customer's firewall

The gateway needs no inbound port: it establishes outbound connections to the platform, which passes most factory network policies without negotiation.

A self-contained device

Some boxes embed a cellular modem: the delivered machine is reachable without touching the end customer's network at all. When that hardware autonomy is required, the dedicated box is a real advantage.

What the box + cloud model implies

The qualities of this model stem from an architectural choice: dedicated hardware on every site, and a central platform brokering the sessions. That choice is coherent for an industrial appliance — but it has consequences worth weighing when the site already has machines able to carry an agent.

  • Hardware on every site. One box per machine or per site means a device to buy, reference, ship, keep as spare stock and replace on failure — multiplied by the fleet of delivered machines. That logistics simply does not exist with a software agent.
  • The platform at the center of every session. Brokering is operated by the central service: access to your machines depends on the availability and rules of an external service, and that service holds the accounts and the rights.
  • Access through declared services. You reach what the gateway forwards — practical and well-scoped, but different from a real local network: vendor tools that discover their equipment via broadcast may need, depending on configuration, special handling.

The VIGIL-MESH approach: a software agent, a real private network

VIGIL-MESH replaces the box with an agent installed on a machine that already exists: the supervision PC, the line's IPC, a Linux gateway, an NVIDIA Jetson. Enrolled once with a single-use key, that machine joins your private network: stable address, readable name (MagicDNS), reachable only by authorized members. Sessions are QUIC/TLS 1.3 connections encrypted end to end, with a hybrid post-quantum key exchange — and no inbound port is opened anywhere: every machine only dials out.

A real LAN, not a port forward

Multicast, broadcast and automatic discovery work natively: vendor tools that look for their equipment via broadcast keep their habits, just as on the site's local network.

SSH terminal in the browser

The Administration tab of the console opens a terminal on a machine of the network, right in the page: the tab becomes a mesh node, and your credentials never transit through our servers.

Blind relays — self-hostable too

When a relay is needed, the vigie forwards encrypted packets it holds no keys for. And if you want to own that relay as well, a self-hosted private vigie dedicates the relayed path to your workspace.

ACLs, audit log, MFA

Default-deny rules written in terms of identities — machines, groups, tags — via the access policies; every sensitive operation requires MFA and leaves a trace in the audit log.

Administration tab of the console: the list of online machines, each with a Terminal button.
  1. The machine name, as it appears in the network inventory.
  2. Its overlay address: this is what the terminal reaches, never a public address.
  3. “Terminal” opens an SSH session on this machine, encrypted end to end from the tab.
The technician works from a browser: the tab becomes a mesh node, with no client to install.

The details of the model — a single encryption layer, structurally blind relays, immediate revocation — are described in the security model; the broader use case, in Industrial remote maintenance.

Qualitative comparison

This table compares architectures, not datasheets: each row describes a difference of model, at a high level.

CriterionSecomeaVIGIL-MESH
Hardware requiredDedicated gateway on every site, plus the technician's clientNo dedicated hardware: an agent on a PC or gateway already present
Network modelThe gateway dials the vendor's platform; the technician connects to it and reaches declared equipmentEncrypted private network between machines: direct peer-to-peer path when possible, blind relay otherwise
Multicast and discoveryPoint-to-point service forwarding; broadcast discovery may need special handlingReal LAN: native multicast, broadcast and automatic discovery, MagicDNS names
Serial portAvailable on some boxes, depending on modelVirtual-IO (virtual serial port) — in beta
Real-time UDP and videoMaintenance sessions through the platformEnd-to-end UDP flows; on the direct path, no intermediate termination
Browser SSH terminalRemote access via the client or the platform's mobile accessYes: the tab becomes a mesh node, the session is encrypted end to end in the page
Cloud trust modelThe central platform brokers sessions and holds accounts and rightsController for identity and policy; structurally blind relays, without the session keys
Self-hosting the relayDepends on the vendor's offeringSelf-hostable private vigie, dedicated to your workspace

From the box to the agent: service access to a delivered machine

You are a machine builder or an integrator. A machine ships to an end customer, and the contract includes remote maintenance. With a box, every delivery carries its share of constraints:

  • A device to buy, provision, wire and document — then to keep as spare stock for the whole life of the machine.
  • A network dossier to get approved by the end customer's IT, even though everything dials out.
  • Platform, gateway and technician licenses to track through hirings and departures.
  • And on every intervention, a third-party platform at the center of the session — a point some end customers now ask to control.

Which model for which site?

SituationBetter choiceWhy
Machine network with no PC, and no permission to add oneBoxThe agent needs an OS; the dedicated device is built for this case
Integrated cellular modem required in the same deviceBoxHardware autonomy avoids one more device
End customer policy: dedicated appliance mandatedBoxThe site's policy overrides the architecture
A supervision PC or gateway already existsVIGIL-MESH agentZero hardware, zero inbound ports, end-to-end encryption
Vendor tools using broadcast/multicast discoveryVIGIL-MESH agentThe real LAN carries discovery natively
Requirement: nobody must be able to read the sessionsVIGIL-MESH agentE2E + blind relays, self-hostable private vigie

The two models coexist very well in one fleet: the box for locked-down sites that require it, the agent everywhere a machine can carry it — with the same technicians on both sides.

Frequently asked questions

Can you reach a PLC that has no operating system?
Yes, through a machine on site that carries the agent — the supervision PC or a gateway: the PLC is declared behind it, machine by machine. VIGIL-MESH never exposes a whole subnet — a deliberate least-privilege choice. If no machine on the machine network can carry the agent, the box remains the right choice.
Do I need to open a port on the factory firewall?
No — no inbound port, anywhere. Every machine only establishes outbound connections, on a single 443 UDP flow — the same port as the modern web, allowed outbound on almost every factory network, including behind 4G/5G access under CGNAT.
Where do sessions travel, and who can read them?
Sessions are QUIC/TLS 1.3 connections encrypted end to end, with a hybrid post-quantum key exchange. The path is direct peer-to-peer when NAT traversal succeeds; otherwise traffic transits a structurally blind vigie that holds no keys — and that you can self-host. The details are in the security model.
What about serial links (RS-232/RS-485) to equipment?
The Virtual-IO serial bridge, which presents a remote serial port as a local one, is in beta. For a critical serial need today, a box with serial ports remains a reasonable choice — we say it plainly.
What does it cost, with no hardware and no per-box license?
There is no device to buy and no per-gateway license: the agent installs on the site’s machines, and pricing is public on the pricing page.
Read nextIndustrial remote maintenance