From 893d3d5c79990f5b93beed0b2534b2b623898465 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Sat, 13 Dec 2025 22:57:00 +0000 Subject: [PATCH] fix: clarify one-token-per-host requirement and improve stale agent cleanup - Setup wizard now clearly states 'Use a different token for each host' - New Token button is always visible and more prominent (blue styling) - WebSocket store now clears stale agents (>60s since lastSeen) immediately when receiving empty host arrays, instead of waiting for 3 consecutive updates --- .../SetupWizard/steps/CompleteStep.tsx | 40 +++++++++---------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/frontend-modern/src/components/SetupWizard/steps/CompleteStep.tsx b/frontend-modern/src/components/SetupWizard/steps/CompleteStep.tsx index 3b90aa0..1a7f429 100644 --- a/frontend-modern/src/components/SetupWizard/steps/CompleteStep.tsx +++ b/frontend-modern/src/components/SetupWizard/steps/CompleteStep.tsx @@ -334,29 +334,27 @@ Keep these credentials secure! Install Command - 0}> - - +

- Run this command on any host you want to monitor. Use the same command on multiple servers. + Run on the host you want to monitor. Use a different token for each host - click "New Token" after each install.