Default credentials: admin
/ adminadmin
Use APT to install qbittorrent-nox
(nox = No X (no GUI))
It is likely that the latest version will NOT be installed using APT.
apt install qbittorrent-nox
Create a new systemd service file
vim /etc/systemd/system/qbittorrent.service
With the following contents
[Unit]
Description=qBittorrent-nox service
Documentation=man:qbittorrent-nox(1)
Wants=network-online.target
After=network-online.target nss-lookup.target
[Service]
Type=exec
User=media
ExecStart=/usr/bin/qbittorrent-nox
# uncomment this for versions of qBittorrent < 4.2.0 to set the maximum number of open files to unlimited
LimitNOFILE=infinity
[Install]
WantedBy=multi-user.target