emqx / emqx-dashboard-web-new

The management console used to monitor and manage EMQX clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The New Dashboard for EMQX 5.0

EMQX provides a built-in management console, the EMQX Dashboard. It allows users to easily manage and monitor EMQX clusters and configure and use the required features from a web page.

image

Main features

  • Data monitoring and management: important data clear at a glance
  • Visually manage access control: out-of-the-box authentication and authorization management
  • Powerful data integration capabilities: Flow editor and bi-directional data bridge
  • Online configuration update: hot updates that save your configuration immediately
  • Customizable extension capabilities: built-in gateways, plugins and Hooks
  • More comprehensive diagnostic tools: identify and resolve problems in time

Running

Install the latest version of EMQX first.

After installing EMQX successfully, you can access and use EMQX Dashboard by opening http://localhost:18083/ (replace localhost with the actual IP address if deployed on a non-local machine) through your browser. EMQX Dashboard is a web application that listens to port 18083 by default.

EMQX can still be used normally without Dashboard enabled, Dashboard just provides the option for users to use it visually.

Get Involved

Resources

  • MQTT client programming

    A series of blogs to help developers get started quickly with MQTT in PHP, Node.js, Python, Golang, and other programming languages.

  • MQTT SDKs

    We have selected popular MQTT client SDKs in various programming languages and provided code examples to help you quickly understand the use of MQTT clients.

  • MQTT X

    An elegant cross-platform MQTT 5.0 client tool that provides desktop, command line, and web to help you develop and debug MQTT services and applications faster.

  • Internet of Vehicles

    Build a reliable, efficient, and industry-specific IoV platform based on EMQ's practical experience, from theoretical knowledge such as protocol selection to practical operations like platform architecture design.

Develop

# Project setup
yarn

# Compiles and hot-reloads for development localhost
yarn serve

# Compiles and minifies for production
yarn build

# Lints and fixes files
yarn lint

Customize configuration

See Configuration Reference.

The CI will then run automatically, and it will be released after the run is complete.

About

The management console used to monitor and manage EMQX clusters.


Languages

Language:Vue 62.5%Language:TypeScript 21.7%Language:JavaScript 13.7%Language:SCSS 1.6%Language:CSS 0.5%Language:HTML 0.0%