How to install Grafana Dashboards on ARM Edge Gateway ARMxy BL410

WELCOME TO OUR BLOG

We're sharing knowledge in the areas which fascinate us the most
click

How to install Grafana Dashboards on ARM Edge Gateway ARMxy BL410 Series?

By Jerry Chen June 19th, 2025 453 views


Access Grafana Website

  1. Open a browser and navigate to https://grafana.com/.

  2. Click on Downloads in the top-right corner.

  3. Log in to your Grafana account.


Download Grafana Installation Package

  1. On the download page, select Linux on ARM64.

  2. Copy the provided wget command to download the Grafana installation package.

Install Grafana on BL410

  1. Transfer the downloaded .deb package (e.g., grafana_xxx_arm64.deb) to the BL410 device.

  2. Open a terminal on the BL410 and run ls to verify the package is present.

  3. Install required dependencies by running:

    sudo apt-get install -y adduser libfontconfig1 musl
  4. Install Grafana using:

    sudo dpkg -i grafana_xxx_arm64.deb


Start Grafana Service

  1. Start the Grafana server:

    sudo systemctl start grafana-server
  2. Enable Grafana to start on boot:

    sudo systemctl enable grafana-server
  3. Check the status to confirm Grafana is running:

    sudo systemctl status grafana-server

Access Grafana in Browser

  1. Open a browser and enter http://:3000 to access the Grafana login page.

  2. Log in with the default credentials:

    • Username: admin

    • Password: admin

  3. Follow the prompts to change the default password.

  4. After updating the password, Grafana installation and setup are complete.

Why ARM Industrial Computers Need Bluetooth Functionality?
Previous
Why ARM Industrial Computers Need Bluetooth Functionality?
Read More
Understanding the EDGE Layer in Industrial Automation
Next
Understanding the EDGE Layer in Industrial Automation
Read More
We use Cookie to improve your online experience. By continuing browsing this website, we assume you agree our use of Cookie.