Skip to main content
Coreflux HUB Connected Clients overview showing a list of active client connections with Client ID, Endpoint, Duration, Traffic, and Protocol columns

Why View Connected Clients?

You need to know which clients are connected to your broker—devices, applications, or the Coreflux HUB itself. The Connected Clients view shows all active MQTT connections with detailed connection info, traffic statistics, session data, and last activity so you can verify connectivity and troubleshoot disconnections.

When to Use It

  • Verifying device connections — Confirm that sensors or gateways are connected
  • Troubleshooting — Check if a client has disconnected or failed to connect
  • Monitoring — See how many clients are using the broker and their traffic
  • Debugging — Inspect session state, pending messages, and last activity timestamps

Connected Clients Interface

The Connected Clients view has two panels: a client list on the left and a detail panel on the right. Select a client to view its connection information.
Coreflux HUB Connected Clients detail view with Connection Information, Traffic Statistics, Session Information, and Last Activity sections

Client List (Left Panel)

The left panel lists all clients currently connected to the broker. For each client you see:
FieldDescription
Client IDUnique identifier for the connection (e.g., coreflux-controller-0e1e882c)
EndpointClient IP and port (e.g., 127.0.0.1:62983)
Connection DurationHow long the client has been connected (e.g., 40m)
Total TrafficEstimated bytes received and sent combined (e.g., 15.16 MB)
ProtocolMQTT version (e.g., MQTT v4)
Select a client to view its detailed information in the right panel.

Client Details (Right Panel)

When you select a client from the list, the right panel shows four sections:

Connection Information

FieldDescription
Protocol VersionMQTT version (e.g., MQTT v4)
Source PortClient’s source port
ConnectedTimestamp when the client connected
Client IPClient IP address
Full EndpointIP:port (e.g., 127.0.0.1:62983)
DurationConnection duration (e.g., 40m)

Traffic Statistics

DirectionFields
ReceivedBytes, Packets, Messages
SentBytes, Packets, Messages
Use these to see how much data the client has exchanged with the broker.

Session Information

FieldDescription
Session IDSession identifier (typically matches Client ID)
CreatedTimestamp when the session was created
Expiry IntervalSession expiry (e.g., 0s for no expiry)
Pending MessagesNumber of messages awaiting delivery to this client
StatusConnection status (e.g., Connected)

Last Activity

FieldDescription
Last Packet ReceivedTimestamp of the last packet received from the client
Last Packet SentTimestamp of the last packet sent to the client
Last Non-KeepAliveTimestamp of the last non-keepalive packet

Refreshing the List

The view updates as clients connect and disconnect. Use the refresh control if you need to force an update of the displayed list. The detail panel shows an “Updated” timestamp indicating when the data was last refreshed.

Next Steps

MQTT Explorer

Explore topics and publish messages.

MQTT Protocol

Understand MQTT client connections and sessions.