---
title: "Installation & auth"
description: "Install the aeontel CLI and log in via the device-code flow."
section: "CLI"
order: 2
---

# Installation & auth

```bash
npm install -g @aeontel/cli
```

Authenticate via the browser-based device code flow — Aeontel never asks for
passwords in the terminal:

```bash
aeontel login
```

The CLI opens a browser window confirming an 8-character code, which you
approve on `id.aeontel.com/sign-in`. Tokens are stored at
`~/.aeontel/config.json`.
