26 lines
677 B
Markdown
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
|