wiki-js/home/server/qBittorrent.md

29 lines
529 B
Markdown

---
title: qBittorrent
description:
published: true
date: 2025-02-09T20:53:10.081Z
tags:
editor: markdown
dateCreated: 2025-02-09T20:48:09.514Z
---
# qBittorrent
Web interface to the qBittorrent instance installed on the server
## Setup
Installed with
```
sudo pacman -S qbittorrent-nox
```
The systemd service enabled with
```
systemctl enable qbittorrent-nox@lukas.service
```
To login to the user interface the password has to read out from the process stdout
```
sudo journalctl -u qbittorrent-nox@lukas.service
```