# Deploy Deluge with Easypanel

URL: /templates/deluge

Deluge is a comprehensive BitTorrent client designed to cater to your torrenting needs. It operates on a daemon/client model and is equipped with various user interfaces, including GTK-UI, Web-UI, and Console-UI. At its core, Deluge uses libtorrent to efficiently manage the BitTorrent protocol. The app allows you to start various user-interfaces and the Deluge daemon with simple commands. It also provides a web UI that can be accessed at http://localhost:8112 with the default password 'deluge'. For advanced users, Deluge offers features like bandwidth tweaking, VPN, and reverse proxy.

## Benefits

### Efficient Torrent Management

Deluge is a BitTorrent client that efficiently manages your torrent downloads. It uses a daemon/client model, making it a powerful tool for handling the BitTorrent protocol.

### Multiple User Interfaces

Deluge offers various user interfaces to cater to different user preferences. These include the GTK-UI, Web-UI, and Console-UI, providing flexibility and convenience.

## Features

### Daemon/Client Model

Deluge operates on a daemon/client model. This allows it to run the Deluge daemon in the background, enabling efficient torrent management.

### Various User Interfaces

Deluge provides multiple user interfaces. You can choose from the GTK-UI, Web-UI, and Console-UI based on your preference or needs.

### Libtorrent Core

At its core, Deluge uses libtorrent to handle the BitTorrent protocol. This ensures robust and reliable torrent downloading.

### Remote Connection

Deluge allows clients to remotely connect to the daemon, providing flexibility and convenience for managing your torrents.

## Configuration

- `appServiceName` (App Service Name, required): deluge

- `appServiceImage` (App Service Image, required): linuxserver/deluge:2.2.0

## Services

- deluge: app (linuxserver/deluge:2.2.0)

## Resources

- [Documentation](http://dev.deluge-torrent.org/wiki/UserGuide)

- [Github](https://github.com/deluge-torrent/deluge)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/deluge)