Adding a user to your JupyterHub#
Adding users to your JupyterHub instance involves using a Linux command.
Log in to your JupyterHub instance as an administrator user with root access.
Run the following command to add the user to the JuypterHub instance.
# Replace <USERNAME> with the users keycloak username adduser <USERNAME>
Caution
If you do not add the user to JupyterHub, they will receive a 500 internal service error message when they attempt to access JupyterHub in the browser.