Skip to main content

Node Details

This article refers to Platform v3.2.0. The current Platform version is v3.3.0.

Overview

The Node Details page is the operational hub for a single edge node. It groups everything you can observe and change about a node — telemetry, configuration, network, deployed apps — behind a card-based layout on the Node Info tab, a Workloads tab for managing running applications, and a persistent Log Viewer panel for live log access.

Page layout

Node Details page showing the Node Info tab with a 3-column card grid and the header action buttons

Node Details page — Node Info tab with the card grid and header controls.

The page is divided into three areas:

  • Header — the back arrow to the Nodes list, the node name and connectivity status (green dot = connected), three action buttons for lifecycle, Docker, and Barbara Core management, the Node Info / Workloads tab switcher, expand/collapse controls, and the Deploy button.
  • TabsNode Info shows configuration and observability cards; Workloads shows the apps currently deployed and running on the node.
  • Log Viewer — a panel pinned to the bottom of the page that provides real-time access to workload logs from either tab.

Header action buttons

The three icon buttons to the right of the node name each open a different management surface.

Power button — Lifecycle management

Lifecycle dropdown showing Reboot and Delete options

Lifecycle dropdown — Reboot and Delete.

ActionEffect
RebootRestarts the edge node.
DeleteRemoves the node from the Barbara Panel.

Up-arrow button — Docker management

Docker management dropdown showing prune options and Restart Docker daemon

Docker management dropdown.

ActionEffect
Docker Prune AllRuns all prune operations in sequence.
Docker Prune ImagesRemoves unused Docker images.
Docker Prune ContainersRemoves stopped containers.
Docker Prune VolumesRemoves unused volumes.
Docker Prune NetworksRemoves unused networks.
Docker Prune BuilderClears the BuildKit cache.
Restart Docker daemonRestarts the Docker engine on the node.

Three-dots button — Barbara Core update

Barbara Core Update modal showing installed version, release date, size, Node Manager version, OS, and hardware details with a Reinstall Now button

Barbara Core Update modal — installed version details and reinstall option.

The Barbara Core Update modal shows the version currently installed on the node (release date, size, Node Manager version, OS, hardware, and architecture) and provides a Reinstall Now button. See Barbara Core Updates for the full update workflow.

Node Info tab

Cards

The Node Info tab displays a grid of cards. Each card encapsulates a specific concern and shows a live summary line in its collapsed header.

Node Info tab with all cards collapsed showing their summary headers in a 4-column grid

All cards collapsed — the summary line in each header gives a quick status at a glance.

CardSummary shownDetails
General infoNode IDIdentity, location, group, tags, and Node Assets. See General Info.
Global configConfiguration nameRuntime configuration shared across all apps on this node. See Global Config.
NetworkIP address(es)Network interfaces, addresses, and routing. See Network.
AnalyticsActive chart nameHistorical charts for CPU, memory, disk, and other metrics. See Analytics.
Alerts & NotificationsAlert count by severityAlerts raised for this node. An orange dot indicates active major alerts.
TelemetryCPU / RAM / Disk %Latest telemetry sample received. See Telemetry.
Docker credentialsCredential countCredentials used to pull images from private registries. See Credentials.
Global secretsSecret countSecrets shared across all apps on this node. See Secrets.
VolumesVolume count and usageDocker volumes managed on the node. See Volumes.

Expanding and collapsing cards

Use the expand (↕) and collapse (×) controls in the top-right of the header bar to expand or collapse all cards at once. Each card can also be toggled individually by clicking its header chevron.

Node Info tab with all cards expanded showing full content including activity logs, telemetry charts, network interfaces, and analytics graphs

All cards expanded — each card shows its full content and available action controls.

Cards that carry a ⋮ menu offer card-specific actions such as editing configuration or removing the card from the view.

Workloads tab

The Workloads tab lists the apps currently deployed on the node. Each workload card shows the app name, version, and a colour-coded status dot (green = running).

Workloads tab showing a Node-RED workload card collapsed, with the Log Viewer bar visible at the bottom

Workloads tab — collapsed workload card and the Log Viewer bar at the bottom.

Click the card header chevron to expand it and reveal its full detail:

Workloads tab with a Node-RED card expanded showing Activity, Started status, App Config, App Secrets, Compose Config, and Services sections

Node-RED workload card expanded — all sections visible.

SectionContent
ActivityError and pending operation counters for the workload.
StartedTime since last start, with a stop button to halt the workload.
App ConfigThe active configuration profile name, with an edit button.
App SecretsNumber of secrets configured, with an edit button.
Compose ConfigNumber of Compose configuration entries, with an edit button.
ServicesThe Docker services that make up the workload, each with a status dot and an info button.

See Docker apps and Marketplace apps for the full set of workload-specific controls.

Log Viewer

The Log Viewer panel is pinned to the bottom of the page and is accessible from both the Node Info and Workloads tabs. Each running workload with active log output appears as a named tab in the panel. Click a tab to stream its logs live; click × on a tab to close that log stream.

Log Viewer panel open with Node-RED logs streaming, showing Stop Workload, Enable, Wrap, Time, and Container controls and a search box

Log Viewer — live Node-RED log stream with its toolbar controls.

The toolbar above the log output provides the following controls:

ControlEffect
Stop WorkloadStops the workload whose logs are currently shown.
EnableToggles log streaming on or off without closing the panel.
WrapWraps long log lines to fit the panel width.
TimeToggles the timestamp prefix on each log line.
ContainerFilters log output to a specific container within the workload (relevant for multi-container apps).
SearchFilters visible log lines by keyword.
⛶ (fullscreen)Expands the Log Viewer to fill the browser window.

Summary

The Node Details page centralises everything related to one node: the three header buttons handle lifecycle, Docker, and Barbara Core operations; the Node Info tab exposes configuration and observability through expandable cards; the Workloads tab is where deployed apps are managed and monitored; and the Log Viewer provides persistent access to live logs from any workload.