2023-03-27 10:22:35 +02:00
|
|
|
Most administration & configuration of the JupyterHub can be done from the
|
|
|
|
|
web UI directly. Let's add a few users who can log in!
|
|
|
|
|
|
2023-08-12 08:47:23 +02:00
|
|
|
1. In the File menu select the entry for the **Hub Control Panel**.
|
2023-03-27 10:22:35 +02:00
|
|
|
|
2023-08-12 08:47:23 +02:00
|
|
|
```{image} ../images/control-panel-menu.png
|
|
|
|
|
:alt: Hub Control panel entry in lab File menu
|
2023-03-27 10:22:35 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
2. In the control panel, open the **Admin** link in the top left.
|
|
|
|
|
|
|
|
|
|
```{image} ../images/admin/admin-access-button.png
|
|
|
|
|
:alt: Admin button in control panel, top left
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
This opens up the JupyterHub admin page, where you can add / delete users,
|
|
|
|
|
start / stop peoples' servers and see who is online.
|
|
|
|
|
|
|
|
|
|
3. Click the **Add Users** button.
|
|
|
|
|
|
|
|
|
|
```{image} ../images/admin/add-users-button.png
|
|
|
|
|
:alt: Add Users button in the admin page
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
A **Add Users** dialog box opens up.
|
|
|
|
|
|
|
|
|
|
4. Type the names of users you want to add to this JupyterHub in the dialog box,
|
|
|
|
|
one per line.
|
|
|
|
|
|
|
|
|
|
```{image} ../images/admin/add-users-dialog.png
|
|
|
|
|
:alt: Adding users with add users dialog
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
You can tick the **Admin** checkbox if you want to give admin rights to all
|
|
|
|
|
these users too.
|
|
|
|
|
|
|
|
|
|
5. Click the **Add Users** button in the dialog box. Your users are now added
|
|
|
|
|
to the JupyterHub! When they log in for the first time, they can set their
|
|
|
|
|
password - and use it to log in again in the future.
|
|
|
|
|
|
|
|
|
|
Congratulations, you now have a multi user JupyterHub that you can add arbitrary
|
|
|
|
|
users to!
|