How to Enable RCMS via SSH CLI

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

  1. Connect via SSH
    Make sure SSH is enabled. Open the firewall for either remote SSH or local SSH as applicable.

  2. Enable RCMS
    Execute:

    set rcms enable true
    
  3. Save Configuration
    Apply the changes:

    config save_and_apply

Notes

  • Always back up the configuration before making changes.
  • Use an admin account for access.
    • 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 > ...
    • 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 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> ...
    • How to Control Digital Output (DO) via SMS

      Overview Remote control of Digital Outputs (DOs) offers flexibility and convenience in managing connected devices. One commmon method is through a centralized management system, such as RCMS, which provides a web-based interface to monitor and ...