Xboard Admin Plugin

All Users Online IP Monitor

This plugin page is rendered on the server side for administrators. It reads live device state from Xboard nodes and shows each user's current online IP count and active IP list without relying on browser-stored admin tokens.
Users On Current Page
{{ $summary['page_users'] }}
Rows currently displayed after filtering
Users With Online IP
{{ $summary['users_with_online_ip'] }}
Users on this page whose live IP count is greater than zero
Total Online IP Count
{{ $summary['total_online_ips'] }}
Sum of all active IPs on the current page
Current Page
{{ $summary['current_page'] }}
Page {{ $users->currentPage() }} of {{ $users->lastPage() }}
Reset Back Admin
@forelse ($users as $user) @empty @endforelse
ID Email Subscription Online IP Count Online IP List Last Online Created
{{ $user->id }} {{ $user->email }} {{ $user->subscription_name }} {{ $user->online_count_live ?? 0 }} @if (!empty($user->online_devices))
@foreach ($user->online_devices as $ip) {{ $ip }} @endforeach
@else No active IP @endif
{{ $user->last_online_text }} {{ $user->created_text }}
No users found for the current filter.