| Server::where('uuid', $uuid)->exists()); // tighten when RBAC lands | */ // Fleet-wide metrics. Any authenticated panel user may watch. The `/broadcasting/auth` endpoint runs // in the `web` group, so PanelScheme + the session guard already require an authenticated user on the // active host. Password rotation is OPTIONAL now (the seeded password may be kept, under a standing // warning), so this no longer gates on `securityOnboarded()` — otherwise an operator who deliberately // skipped the rotation would silently lose realtime metrics on a panel they are allowed to use. Broadcast::channel('metrics', fn (User $user) => true);