{overviewLoading || !s ? ( {t("overview.loadingTelemetry")} ) : ( <> Real-time telemetry and anti-censorship control plane running{" "} {allHealthy ? "optimally" : "in partial mode"} across{" "} {totalNodes > 0 ? `${totalNodes} node${totalNodes !== 1 ? "s" : ""}` : "all nodes"}. {" "}Uptime {fmtUptime(s.uptime_seconds)} · {totalConnections} live connections. {peakBucket > 0 && ( {formatBytes(peakBucket, false)}/min )} > )}
{t("overview.activeProbingShield")}
{probingText}
{t("overview.smartRoutingRules")}
{routingText}
{t("overview.trafficDeltaHint")}
{liveTraffic.totalDown > 0 ? formatBytes(liveTraffic.totalDown, false) : formatBytes(trafficPoints.reduce((s, p) => s + p.down, 0), false)}
{liveTraffic.totalUp > 0 ? formatBytes(liveTraffic.totalUp, false) : formatBytes(trafficPoints.reduce((s, p) => s + p.up, 0), false)}
{livePeak > 0 ? formatSpeed(livePeak) : formatBytes(peakBucket, false) + ("/min")}
Active connections by transport
Real-time health · CPU / RAM · connections
{t("overview.noNodesEnrolled")}
) : ({node.name}
{node.core === "singbox" ? "sing-box" : "Xray"} · {node.location} {node.ping_ms > 0 && `· ${node.ping_ms}ms`}
Real-time usage accounting · subscriptions
{t("overview.noUsersYet")}
) : ({user.username}
{user.protocol_label || "—"} · Expires in {daysUntil(user.expire_at ?? null)}
{formatBytes(user.used_traffic, false)}
{user.data_limit > 0 && ( <>/ {formatBytes(user.data_limit, false)}