# unikraft login

Login to Unikraft Cloud.

```
unikraft login [flags]
```

## Options

```
  -k, --allow-insecure        Allow insecure server connections when using SSL.
  --check                     Check if the user is already logged in.
  --controlplane CONTROLPLANE Control plane URL to use for login. (default https://controlplane.unikraft.cloud)
  --no-browser                Do not open the browser automatically for login.
  --organization ORGANIZATION Organization to associate the login with.
  -t, --timeout TIMEOUT       Timeout for the login request. (default 5m)
  --token TOKEN               Path to a file containing the authentication token (or '-' for stdin).
```

## Options inherited from parent commands

```
  --config file               Path to the configuration file.
  --log-level level           Set the logging level. (default info)
  --log-type type             Set the log type. (default text)
  --profile name              Set the current profile.
  --telemetry                 Toggle anonymous usage analytics. (default true)
```

## See Also

* [`unikraft`](../unikraft.mdx): The Unikraft Command-Line Interface.

