# Transmission
Homepage:
Transmission is a free BitTorrent client. Two versions are provided - one that tunnels through OpenVPN and one that connects
directly.
## Usage
Set `transmission_enabled: true`, or `transmission_with_openvpn_enabled: true` in your `inventories//nas.yml` file.
Transmission's web interface can be found at (with OpenVPN) or (without OpenVPN).
## Specific Configuration
If you enable Transmission with OpenVPN, you'll need to add the following to your inventory `all.yml`:
```yaml
openvpn_username: super_secret_username
openvpn_password: super_secret_password
openvpn_provider: NORDVPN
openvpn_config: uk686.nordvpn.com.udp
```
See for supported VPN providers.