diff --git a/content/config/qbittorrent.md b/content/config/qbittorrent.md index 812ad79..a103b85 100644 --- a/content/config/qbittorrent.md +++ b/content/config/qbittorrent.md @@ -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) diff --git a/static/pics/qbittorrent-7.png b/static/pics/qbittorrent-7.png new file mode 100644 index 0000000..e820ccc Binary files /dev/null and b/static/pics/qbittorrent-7.png differ