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 true; set rcms reg_addr_type Custom; set rcms reg_addr 192.168.232.100; set rcms port 444; set rcms pingenable true; set rcms primary_server 192.168.222.101; config commit; config save_and_apply
Command Breakdown
- admin:admin - Authentication credentials
- set rcms enable true - Enables RCMS
- set rcms reg_addr_type Custom - Sets custom server type
- set rcms reg_addr 192.168.232.100 - Sets RCMS server address
- set rcms port 444 - Sets RCMS port
- set rcms pingenable true - Enables ping detection
- set rcms primary_server 192.168.222.101 - Sets ping server
- config commit; config save_and_apply - Saves and applies settings
Expected Response
Device should respond with:
- Multiple "OK" messages for each successful command
- Final confirmation message
Important Notes
- Ensure correct spacing in SMS command
- All parameters must be accurate
- Device must have cellular connectivity
- SMS commands must be sent as a single message
Related Articles
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 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 > ...
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 Enable Ping Detection via Config/Profile XML File
Overview This guide explains how to configure ping detection using a config.xml file, which can be deployed via: RCMS platform Web UI USB drive Complete Ping Detection Configuration Block <ping> <enable>true</enable> ...
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) ...