Where can I get the latest RCMS App?

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

    • Related Articles

    • How to Enable RCMS via SSH CLI?

      Overview This guide outlines the steps to enable RCMS using SSH CLI commands. Ensure you have SSH access and admin credentials. Steps Connect via SSH Make sure SSH is enabled. Open the firewall for either remote SSH or local SSH as applicable. Enable ...
    • Can I activate the RCMS App via SMS?

      A: Yes, for devices already in the field it is possible to install and activate the RCMS App remotely using SMS
    • How to Install balenaOS + Get Started with Go Development: Practical Guide for Robustel EG5120

      In this guide, we will help you get started with balenaCloud by: Setting up your Robustel EG5120 i.MX8MP device and bringing it online on the balenaCloud dashboard. Deploying a Go hello-world project on the device. Developing the sample project: ...
    • 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 ...
    • How to Remotely Access a PLC/Camera via Robustel RCMS using RobustVPN

      Overview This guide details how to securely access downstream devices, such as PLCs or Cameras, connected to a Robustel router (e.g., R1510, EG5120) from a remote location. By leveraging the Robustel Cloud Manager Service (RCMS) and its RobustVPN ...