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 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 ...
    • How to Configure Custom Firewall Rules via CLI on RobustOS?

      Overview This guide provides instructions for network administrators who need to implement specific network access policies that are not covered by the standard firewall settings on a Robustel gateway. If you need to create advanced, customized ...