Stand with Ukraine flag
Try it now Pricing
Edge
Documentation > Dashboards > Public Dashboards
Getting Started
Devices Library Installation Architecture API FAQ
On this page

Edge Public Dashboard Configuration Guide

Overview

Public dashboard configuration allows access to the dashboard without authentication, i.e., the dashboard can be viewed by anyone who has the URL link.

In ThingsBoard Edge, public dashboards work similarly to how they do on the ThingsBoard Server.

Edge-Specific Considerations:

  • Edge public dashboards remain available within the local network, even if the internet is unavailable or restricted.

  • Edge public dashboards is accessible through the Edge’s local URL link. The public URL will typically be in the format:
    1
    
    http://Edge-IP:8080/dashboards/dashboard-id
    
  • Even if the connection to the ThingsBoard Server is lost, the public dashboard will continue to operate using real-time device data from the Edge.

  • Edge will synchronize any updates or changes with the central ThingsBoard Server, once connectivity is restored.

Read more about Edge Dashboards creation and management here.

Read more about Dashboard widgets here.

Making Dashboard Public

Doc info icon

To have access to the data of the devices, assets and entity views through the public link, make these entities public as well.

  • Log in to the ThingsBord Edge and go to the Dashboards section. Create and configure a dashboard. To make the dashboard public, click the "Make public" button.
  • The dashboard is now public. To share the dashboard, click the "Copy public link" button.
  • Next time you can find the link in the Dashboard details window.

Making Dashboard Private

  • Log in to the ThingsBord Edge and go to the Dashboards section. To make the dashboard private, click the "Make private" button.
  • To confirm the change, click the "Yes" button in the pop-up window.

Next steps