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.  On a Robustel device, enabling RCMS through the SSH command line is relevant when the web interface is unavailable or configuration must be applied through a controlled CLI session. This article covers how to enable the RCMS setting, save and apply the configuration and check cloud connectivity. The main conclusion is that the CLI change is not complete until it is committed and the router can reach the RCMS service.

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

Conclusion

The final check for enabling RCMS through the SSH command line on a Robustel device is to confirm that the setting remains enabled after Save & Apply and the device appears online in RCMS. This restores remote device management without requiring a local Web GUI change.

Notes

  • Always back up the configuration before making changes.
  • Use an admin account for access.
    • Related Articles

    • How to Connect Your Device to RCMS

      Overview This guide explains how to connect a Robustel device to Robustel Cloud Manager Service (RCMS) for centralized remote management and monitoring. It applies to users who need to prepare device connectivity, add a gateway to the RCMS platform, ...
    • 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 ...
    • 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 Manually Select a Mobile Carrier Using Smart Roaming via CLI?

      Overview When deploying an IoT gateway with a roaming SIM card, the device typically selects a network operator automatically. However, in certain situations, this automatic selection may result in a connection to a network with poor signal strength ...
    • How to access a RobustOS device via SSH?

      Overview Secure Shell (SSH) provides a secure, encrypted connection to your Robustel gateway, allowing for advanced command-line access. This is essential for developers, system administrators, and support engineers who need to perform in-depth ...