Files
CN-JS-HuiBai 26fffef653 整理文件
2026-04-07 18:06:42 +08:00

26 lines
677 B
Markdown

# UserOnlineDevices
An admin-only Xboard plugin that shows all users' live online IP counts and active IP lists.
## Features
- Server-rendered admin page, no extra browser token parsing
- Search by user ID or email
- Page size switching
- Live online IP list from `DeviceStateService`
- Subscription name, last online time, and created time display
## Route
After the plugin is installed and enabled, open:
`/{secure_path}/user-online-devices`
`secure_path` is your Xboard admin secure path.
## Notes
- The page is protected by Xboard's `admin` middleware
- The plugin does not expose a public user page
- Active IP data comes from node-reported device state in Redis