Can I add devices to RCMS in bulk?
A: Devices can be added in RCMS individually or in batches. To add devices in batches click the arrow button next to the ADD button in Add/Remove devices to show the Batch Import option. From there you can download a .xlsx template that can be populated with device information to upload in batches.
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 ...
How to Update Firmware via RCMS
Prerequisites 1. Device must be: Registered in RCMS platform Connected to RCMS Online status Update Process Step-by-Step Instructions 1. Access RCMS platform 2. Locate the device: Through Groups navigation OR use "View All Devices" and search by: ...
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) ...
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 ...