Skip to content

Install EMQX Edge on Linux

This page guides you through the installation of EMQX Edge on a Linux system.

Download the Installation Package

Visit the EMQX Edge download page to obtain the appropriate Linux package for your system architecture.

Installation Example (arm64)

The following steps demonstrate how to install EMQX Edge version v1.0.0 on an arm64 device:

  1. Extract the package:

    bash
    unzip ./emqx-edge-1.0.0-linux-amd64.zip
  2. Navigate to the extracted directory, and start EMQX Edge:

    bash
    ./nanomq start

Access the EMQX Edge Dashboard

EMQX Edge includes a built-in web-based Dashboard that allows you to monitor system status, manage configurations, and configure required features.

  1. Open a web browser and visit http://localhost:8081 (localhost can be substituted with your IP address).
  2. Log in to the EMQX Edge Dashboard with default credentials:
    • Username: admin
    • Password: public

dashboard_monitor