# Chloros+ Login

## Chloros and Chloros (Browser) Login

The user <img src="/files/r2JLRC0Ra2NooshHQAez" alt="" data-size="line"> sidebar menu allows you to log into your Chloros+ account and unlock additional features.

When logged in your account details will be shown:

<figure><img src="/files/t08vsj6JL9MlXm5CzT6K" alt="" width="375"><figcaption></figcaption></figure>

## CLI Login

Login with your Chloros+ credentials to enable CLI processing. On Linux (no GUI), this is the only way to activate your license.

**Syntax:**

```bash
chloros-cli login <email> <password>
```

{% hint style="info" %}
**SDK Users**: The Python SDK also provides a programmatic `logout()` method to clear cached credentials. See the [Python SDK documentation](/chloros/api-python-sdk.md#logout) for details.
{% endhint %}

**Example:**

```powershell
chloros-cli login user@example.com 'MyP@ssw0rd123'
```

{% hint style="warning" %}
**Special Characters**: Use single quotes around passwords containing characters like `$`, `!`, or spaces.
{% endhint %}

**Output:**

<figure><img src="/files/jxYvhny3RKhy5V12Ia1p" alt=""><figcaption></figcaption></figure>

### Credential Storage

Cached credentials are stored in a platform-specific location:

| Platform    | Credential Cache Path      |
| ----------- | -------------------------- |
| **Windows** | `%APPDATA%\Chloros\cache\` |
| **Linux**   | `~/.cache/chloros/`        |

### Plan Expiration

The plan expiration in the GUI shows when your license will become invalid. For recurring monthly subscriptions the expiration is at the end of the month. For yearly subscriptions it is a year after you started the subscription. The license check requires a monthly internet connection to verify, with a 30 day grace period.

### Device Limit

Each Chloros+ plan offers a different number of registered devices. Each device you log into with a Chloros+ account will count towards your number of registered devices. You can rename and remove a device on your MAPIR Cloud account page.

<table><thead><tr><th width="168.5999755859375" align="right">Chloros+ Plan</th><th align="center">COPPER</th><th align="center">BRONZE</th><th align="center">SILVER</th><th align="center">GOLD</th></tr></thead><tbody><tr><td align="right">Devices Supported</td><td align="center">2</td><td align="center">2</td><td align="center">5</td><td align="center">10</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mapir.gitbook.io/chloros/chloros+-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
