Skip to content

Customer Management System (CMS)

Our Customer Management System (CMS) is centered on fine-grained device management and user permission control, while our Internet of Things (IoT) platform focuses on in-depth device data analysis and visual reporting.

  • Overview

    Customer Management System (CMS)

You can access the system by entering the provided Server Access Address or Auto-login Address into your browser’s address bar.

On the account/password login page, you can select your preferred language.

Login Page

Auto-login Page, to enable auto-login, you first need to configure the SSO link in SSO Configuration. Auto-login Page

Refers to the sales target, primarily a company.

A type of customer that acts as a reseller, having multiple sub-users and subordinate customers.

graph TD
    A["ABC Trading Co. (Distributor)"]

    subgraph "Internal Users"
        B["Mr. A (Administrator)"]
        C["Engineer B (Sub-user/Employee)"]
        D["Salesperson C (Sub-user/Employee)"]
    end

    subgraph "Subordinate Customers"
        E["Store A (Customer)"]
        F["Store B (Customer)"]
    end

    A -- "includes" --> B
    A -- "includes" --> C
    A -- "includes" --> D

    A -- "manages" --> E
    A -- "manages" --> F

A type of customer that is a company, having multiple sub-users.

graph TD
    X["XYZ Tech Inc. (Enterprise)"]

    subgraph "Internal Users"
        Y["Mr. A (Administrator)"]
        B["Engineer B (Sub-user/Employee)"]
        C["Salesperson C (Sub-user/Employee)"]
    end

    X -- "includes" --> Y
    X -- "includes" --> B
    X -- "includes" --> C

The administrator of a customer account.

Other general users of a customer account.