RCMS
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 Enable RCMS via Configuration File
Overview This guide explains how to configure RCMS settings using a config.xml file, which can be deployed via: Web UI USB drive Complete RCMS Configuration Block <rcms> <enable>true</enable> <rlink_enable>true</rlink_enable> ...
How to Enable RCMS via SMS
Prerequisites 1. Device mobile number 2. Admin credentials 3. RCMS server details: Server IP/URL Port number Primary server IP for ping detection SMS Configuration Command Send the following SMS command to the device: admin:admin; set rcms enable ...
How to Enable RCMS via Web UI
Prerequisites Device web interface access RCMS server details (if using private network): Server URL/IP Port number Network ping server address Configuration Process Step-by-Step Instructions 1. Access device web interface 2. Navigate to Services > ...
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: ...
How to Set up Remote Device Access with RobustVPN
This guide explains how to configure remote access to devices (like web interfaces) through RobustVPN. Prerequisites RCMS account Robustel Gateway with RCMS connection Device with web interface in router's LAN PC for remote access Configuration Steps ...
How to Active or Install RCMS via SMS