v3.0.1

Version: 3.0.1

What’s New?

The release of rClient CLI version 3.0.1 introduces an important feature designed to improve the ability to identify and manage the operating system (OS) of clients connecting to the system. This update enables the system to track and record the OS of each client in the database, supporting the ROME platform.

1. New Feature: OS Identification

  • Description:

In previous versions, the system did not identify or store the OS of the rClient each time it connected to the system. As a result, it was somewhat difficult to integrate this into the ROME platform.

  • Resolution

The new OS identification feature automatically detects the type of operating system (OS) being used by rClients (e.g., Windows, macOS, Linux) whenever they connect to the network. This information is then recorded in the system’s database.

  • How it works

  1. User install and run rClient CLI version 3.0.1

  2. When the rClient pings the system, it detects and identifies the OS being used (e.g., Windows, macOS, Linux).

  3. The OS information is logged into the system’s database

2. Run with administrator privileges

Mac

sudo npm i -g rivalz-node-cli

Window

Open Terminal or Command Prompt with Run as Administrator then run the command:

npm i -g rivalz-node-cli

Linux

sudo su npm i -g rivalz-node-cli

Last updated