Where is the JupyterHub admin panel?

I have added the following to my jupyterhub_config.py :

c.JupyterHub.admin_users = set(["tbrowne"])

and restarted JupyterHub as follows

jupyterhub -f jupyterhub_config.py

However as user tbrowne, I cannot see where the admin panel actually is? Can someone point it out? Or have I misconfigured? This is a native brand new jupyterhub installation which (I believe) uses PAMauthenticator by default.

In JupyterLab, look for “Hub Control Panel” toward the bottom of the “File” menu. On the Control Panel, there should be an “Admin” tab if you’re logged in as an administrator.

2 Likes

The “Hub Control Panel” command seems to have been removed in JupyterHub 2.0, but the control panel can still be accessed at /hub/home and the admin panel at /hub/admin

What versions of JupyterLab and JupyterHub are you using?

I’ve just tested with JupyterLab 3.2.9 and JupyterHub 2.1.1. JupyterLab has a Hub Control Panel file menu item, which leads to /hub/home, which has an admin panel item.

Same versions of both Hub and Lab, but I don’t see the “Hub Control Panel” item in the “File” menu.