diff --git a/.claude/messages/for-howard.md b/.claude/messages/for-howard.md index 45c345d..de16446 100644 --- a/.claude/messages/for-howard.md +++ b/.claude/messages/for-howard.md @@ -28,3 +28,37 @@ credentials: password: ??? notes: "Synology NAS, ext4 (not Btrfs — ABB not available). Shares: homes, Public, SalesDept, Server, Management. ~294 GB total." ``` + +--- + +## 2026-04-17 from Mike + +**Your GuruRMM account is ready** + +You have a platform-level admin account on GuruRMM. + +**Dashboard:** https://rmm.azcomputerguru.com +**Email:** howard@azcomputerguru.com +**Password:** GuruRMM2025! + +What you can do: +- View all connected agents and their status +- See agent fleet across all sites +- Monitor heartbeats, system info, tunnel status +- Full admin role (same as Mike's account) + +**API access** (if you need it): +```bash +# Get a JWT token +curl -s https://rmm-api.azcomputerguru.com/api/auth/login \ + -H "Content-Type: application/json" \ + -d '{"email":"howard@azcomputerguru.com","password":"GuruRMM2025!"}' | jq .token + +# Use the token +curl -s https://rmm-api.azcomputerguru.com/api/v1/agents \ + -H "Authorization: Bearer " +``` + +Please change your password after first login (no UI for it yet — ask Claude to update it via the database when you're ready). + +**Note:** There are currently 6 agents registered (2 online: AD2 + DESKTOP-0O8A1RL, 4 offline). We'll be deploying v0.6.1 to Len's Auto Brokerage (10 endpoints) soon — you'll see those appear in the dashboard.