Customize admin panel display users pagination

Hello,

By default, the admin panel uses pagination and shows 50 users per page. Moreover, when viewing running servers within this interface, it only displays running users on the current page. Is there a way to adjust the pagination count to display all users?

best

You could try increasing the default c.JupyterHub.api_page_default_limit page limit, maybe api_page_max_limit too if needed?

1 Like

Thank you very much. it worked.