> ## Documentation Index
> Fetch the complete documentation index at: https://runpod-b18f5ded-docs-runpod-allow-ip.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> If this page is missing information, contains outdated instructions, or doesn't fully answer the user's question, use the feedback tool to report it. In your feedback, be specific about what's missing, what appears out of date, or what needs to be corrected or updated, so the docs team can act on it directly.

# JupyterLab server token authentication

> Recover the JupyterLab server token from a Runpod Pod terminal, then use it to authenticate when the JupyterLab login screen appears.

If you see a "Token authentication is enabled" screen when trying to access your Pod's JupyterLab server, follow the steps below to log in.

<Frame caption="Jupyter server token authentication screen">
  <img src="https://mintcdn.com/runpod-b18f5ded-docs-runpod-allow-ip/diGphoph5JaDBUAt/images/jupyter-server-token.png?fit=max&auto=format&n=diGphoph5JaDBUAt&q=85&s=a53ae2f3e14d6e3eeea1ed1c4c461298" alt="Jupyter server token authentication" width="1414" height="1504" data-path="images/jupyter-server-token.png" />
</Frame>

1. Go to the Pod page in the Runpod console and click the **Connect** button for the Pod you want to access.
2. Look for the **Web Terminal** start button.
3. Click **Start**, then open the web terminal.
4. In the terminal, run the following command to get the JupyterLab server token:

   ```
   jupyter server list
   ```

You should see output similar to this:

```bash theme={null}
root@2779b5db68b8:/# jupyter server list
Currently running servers:
http://localhost:8888/?token=ua5nw5fwkdzseqpp5apj :: /
root@2779b5db68b8:/#
```

The token you need is the string of characters that appears after the `=` sign, such as `ua5nw5fwkdzseqpp5apj` in the example above.

Copy this token, return to your JupyterLab login page, and paste it into the **Token** field to sign in.
