The idea of having the list of 'clients' / 'connections' on a server being an 'infinite scroll list' feels like a better solution than clicking through 40 pages of the list.
It is possible to page in and out the sections of the list as the user scrolls. Or possibly just loading items as the user reaches that part of the list, but leaving the rest in place to allow the user to scroll back as needed without further load on the service.
In my case, I can have hundreds of connections from all my various services servers and seeing which ones are connected without paging would be great.