Which Robustel gateway models are supported by RCMS Docker Manager?
A: RCMS Docker Manager primarily supports Robustel edge computing gateways running RobustOS Pro with Docker functionality, such as the EG5120 series. For specific supported models, please refer to official Robustel documentation or contact technical support.
Related Articles
Can I use a private Docker image registry?
A: Yes, RCMS Docker Manager supports adding both public Docker Hub and your private Docker image repositories, facilitating the management and deployment of internally developed applications.
RobustOS Configuration Guide (RCMS / FW / Ping Detection)
Overview This guide outlines the complete process for configuring and upgrading cellular gateway devices across three stakeholder companies: Device Holder (Stock Manager & Main Player) Customers (End Users) Monitoring Company (RCMS Server Operator) ...
How to Integrate RCMS API with Python
Project Setup 1. Create project directory: mkdir rcms_api cd rcms_api 2. Install required dependencies with pip for e.x.: python -m pip install requests 3. Create main client file rcms_client.py: import hashlib import hmac import json import time ...
Where can I get the latest RCMS App?
A: The latest RCMS Apps can be found under System> Software Update> App Center in the device webUI or RCMS - App Center in the RCMS Platform alternatively contact support@robustel.com
How to Install Docker for 2.45
Note: This method is applicable to EG series/RobustOS Pro devices. Install curl and get Docker GPG key sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL ...