sync: auto-sync from ACG-TECH03L at 2026-04-17 21:02:20
Author: Howard Enos Machine: ACG-TECH03L Timestamp: 2026-04-17 21:02:20
This commit is contained in:
@@ -4,61 +4,4 @@ Check this file at sync. Delete items after you've addressed them.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 2026-04-17 from Mike
|
_No pending messages._
|
||||||
|
|
||||||
**Cascades Synology (cascadesds) credentials needed**
|
|
||||||
|
|
||||||
We don't have the login for the Cascades Synology NAS (cascadesds) in the vault. Last known IP was 192.168.0.120 but may have changed.
|
|
||||||
|
|
||||||
When you're on the Cascades network, please:
|
|
||||||
1. Find the current IP (check pfSense DHCP leases at 192.168.0.1, login `admin / Th1nk3r^99`, or ping `cascadesds`)
|
|
||||||
2. Get the admin username + password
|
|
||||||
3. Add to vault: `sops -e -i` a new file at `D:\vault\clients\cascades-tucson\synology-cascadesds.sops.yaml` (or `C:\vault\...` on your machine)
|
|
||||||
|
|
||||||
Template:
|
|
||||||
```yaml
|
|
||||||
kind: server
|
|
||||||
name: Cascades Synology NAS (cascadesds)
|
|
||||||
host: 192.168.0.???
|
|
||||||
status: active
|
|
||||||
tags:
|
|
||||||
- cascades-tucson
|
|
||||||
credentials:
|
|
||||||
username: admin
|
|
||||||
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 <token>"
|
|
||||||
```
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user