# Connect Deluge

Add Deluge to Kochab with your Web UI password and default port 8112.

Canonical: https://kochab.io/docs/services/deluge/

Deluge is a torrent download client. Kochab uses its Web UI API for queue visibility and control.

## What Kochab exposes through Deluge

- **Downloads tab:** Deluge transfers in the blended queue
- **Control screen:** status, pause/resume, and queue drill-in, plus a category list and assignment when Deluge's Label plugin is enabled
- **Per-torrent actions:** priority and reorder, per-torrent speed limit, seeding ratio limit, and reannounce
- **Search sends:** grabs handed straight to the client from Search when configured

## Not exposed through Deluge

Plugin setup, bandwidth schedules, and full Deluge Web UI configuration stay in Deluge. Kochab collects only a password (no username) for Deluge's session login.

## Before you start

In Deluge: open **Preferences -> Interface** and set a **Password** for the Web UI.

## Default connection

| Field | Typical value |
|---|---|
| Port | **8112** |
| Scheme | `http` on LAN, `https` behind a reverse proxy |
| Auth | Web UI password only (session cookie) |

Kochab collects only a **password** (no username). It logs in via Deluge's Web UI and keeps a session cookie.

## Add in Kochab

1. Open **Services -> Add service** and choose **Deluge**.
2. Enter your **host**.
3. Set port **8112** unless you use a custom port or proxy.
4. Enter the Web UI **password**.
5. Tap **Test and add**.

## TLS

See [Certificate trust](/docs/cert-trust) for self-signed certificates.

## Official docs

[Deluge user guide](https://deluge-torrent.org/userguide/)