# qbit > One line description of the recipe * **Category**: Apps * **Status**: 0 * **Image**: [`qbit`](https://hub.docker.com/r/qbit), 4, upstream * **Healthcheck**: No * **Backups**: No * **Email**: No * **Tests**: No * **SSO**: No ## Quick start * `abra app new qbit --secrets` * `abra app config ` * `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). ## VPN * Save wireguard config file in a file named vpn.conf * `abra app cp vpn.conf app:/etc/wireguard/vpn.conf` * `abra app cmd qbit.ammaratef45.ddns.net app setup_vpn` (this will also start the vpn) * `start_vpn`, `stop_vpn`, `vpn_status`, and `container_ip` functions commands can be used to manage the vpn connection.