The Communication Middleware. Innovative. Simple. Effective.
10K+
The central Industry 4.0 platform enables data exchange in your networked production processes to be automated and optimised. The OPC Router connects systems vertically and horizontally, from sensors and controls to ERP and the cloud, from printers and scales to MES, SCADA or LIMS. Find the solution for your connectivity project from the multitude of plug-ins and request your personal download.
System requirements for the OPC Router
Contact us – we are happy to help you
There are two images available:
For deploying onto a Kubernetes cluster, it is recommended to use the OPC Router Helm Chart instead of manually creating deployments for those images.
Information for deploying and configuring OPC Router containers can be found under the OPC Router documentation.
| ‼ You must specify a connection to a mongoDB server to run this image ‼ |
|---|
The OPC Router service requires an external mongoDB configured to run as a replica set. In order for it to be properly configured, the rs.initiate() command needs to have been run on the mongoDB. It runs on x64, arm64 and arm (32bit).
docker run -d -p 51515:8080 -e OR_DATABASE_CONNECTION_STRING=mongoDB+srv://awscluster0.mycluster.mongoDB.net/opcrouter-runtime -e OR_DISABLE_AUTH=true -e OR_I_ACCEPT_EULA=true -v opc-router-data:/data --name opc-router opcrouter/service:latest
| tag name | Description |
|---|---|
| latest | latest released version |
| latest-RC | latest release-candidate, not meant for production |
| {Major}.{Minor} | the latest release / hotfix for a specific major.minor version |
| {Major}.{Minor}-RC | the latest release-candidate for a specific version |
| {Major}.{Minor}.{Rev}.{Build} | a specific version |
Content type
Image
Digest
sha256:ce183dd23…
Size
539.1 MB
Last updated
1 day ago
docker pull opcrouter/service