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 ...
    • RCMS Cloud vs. RCMS Stack: Introduction and Feature Comparison

      1. Introduction & Background The Robustel Cloud Manager Service (RCMS) is a modular IoT cloud platform designed to simplify the management of Robustel devices. It provides a centralized interface for monitoring, configuring, and troubleshooting ...
    • 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: ...
    • 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 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 ...