Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions website/docs/user-guide/messaging/bluebubbles.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,18 @@ BLUEBUBBLES_PASSWORD=your-server-password
Choose one approach:

**DM Pairing (recommended):**
When someone messages your iMessage, Hermes automatically sends them a pairing code. Approve it with:
```bash
hermes pairing generate bluebubbles
hermes pairing approve bluebubbles <CODE>
```
Share the pairing code — the user sends it via iMessage to get approved.
Use `hermes pairing list` to see pending codes and approved users.

**Pre-authorize specific users:**
**Pre-authorize specific users** (in `~/.hermes/.env`):
```bash
BLUEBUBBLES_ALLOWED_USERS=user@icloud.com,+15551234567
```

**Open access:**
**Open access** (in `~/.hermes/.env`):
```bash
BLUEBUBBLES_ALLOW_ALL_USERS=true
```
Expand Down
Loading