> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inferless.com/llms.txt
> Use this file to discover all available pages before exploring further.

# inferless login

To login to Inferless, open a new tab in your browser and run the following command to set the tokens:

Usage

```shell theme={null}
inferless login
```

<img src="https://mintcdn.com/inferless-68/yfvi5Br0pyuIRFZe/images/cli-import1.png?fit=max&auto=format&n=yfvi5Br0pyuIRFZe&q=85&s=4f66ab0409fa35d87f11ca59ff5570bb" alt="CLI " width="2322" height="378" data-path="images/cli-import1.png" />

You will find the token in the inferless dashboard

<img src="https://mintcdn.com/inferless-68/vUTTbQ74sBpn0RYd/images/cli-import2.png?fit=max&auto=format&n=vUTTbQ74sBpn0RYd&q=85&s=8f8109e7783c1ee38108affc42b8149a" alt="CLI " width="2290" height="448" data-path="images/cli-import2.png" />

You the below command to set the token

```shell theme={null}
inferless token set --token-key '****************' --token-secret '****************'
```
