How to Enable RCMS via SMS

How to Enable RCMS via SMS

Prerequisites

1. Device mobile number
2. Admin credentials
3. RCMS server details:
  1. Server IP/URL
  2. Port number
  3. 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

  1. admin:admin - Authentication credentials
  2. set rcms enable true - Enables RCMS
  3. set rcms reg_addr_type Custom - Sets custom server type
  4. set rcms reg_addr 192.168.232.100 - Sets RCMS server address
  5. set rcms port 444 - Sets RCMS port
  6. set rcms pingenable true - Enables ping detection
  7. set rcms primary_server 192.168.222.101 - Sets ping server
  8. config commit; config save_and_apply - Saves and applies settings

Expected Response

Device should respond with:
  1. Multiple "OK" messages for each successful command
  2. Final confirmation message

Important Notes

  1. Ensure correct spacing in SMS command
  2. All parameters must be accurate
  3. Device must have cellular connectivity
  4. 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) ...