Update qBittorrent config guide with login instructions

This commit is contained in:
Roger Gonzalez 2024-12-23 09:59:14 -03:00
parent 74fb7c8fbe
commit 53b190bc57
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 25 additions and 2 deletions

View File

@ -16,13 +16,32 @@ So, just like µTorrent, qBitorrent is a torrent downloader. Pretty easy!
## Initial configuration
In your terminal, go to the yams install location:
```sh
cd /your/install/location
```
And run:
```sh
docker compose logs qbittorrent
```
You'll see the qbittorrent username and password in the logs:
```
qbittorrent | ******** Information ********
qbittorrent | To control qBittorrent, access the WebUI at: http://localhost:8081
qbittorrent | The WebUI administrator username is: admin
qbittorrent | The WebUI administrator password was not set. A temporary password is provided for this session: FBFsKbfbD
qbittorrent | You should set your own password in program preferences.
qbittorrent | Connection to localhost (::1) 8081 port [tcp/tproxy] succeeded!
```
In your browser, go to [http://{your-ip-address}:8081/]() and you'll see qBittorrent's admin page. The default username and password are:
```sh
username: admin
password: adminadmin
password: your-temporary-password-from-the-logs
```
I know, super safe.
[![qbittorrent-1](/pics/qbittorrent-1.png)](/pics/qbittorrent-1.png)
@ -46,6 +65,10 @@ Then, we'll continue to the "Web UI" tab. There, we can set it so it won't ask f
[![qbittorreft-4](/pics/qbittorrent-4.png)](/pics/qbittorrent-4.png)
We can also change the admin password on this page:
[![qbittorreft-7](/pics/qbittorrent-7.png)](/pics/qbittorrent-7.png)
Now, on the "Advanced" tab, we need to set our Network interface to `tun0`, so it always uses the VPN connection and kills the connection if the VPN goes down for some reason.
[![qbittorreft-5](/pics/qbittorrent-5.png)](/pics/qbittorrent-5.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB