From c25891709616d9e187d9a37676a0463a5165546c Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 28 Jan 2024 00:57:46 +0800 Subject: [PATCH] Update description about logging in --- Readme.md | 12 ++++++++---- manual_build/Readme.md | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index be89e0a..74f31da 100644 --- a/Readme.md +++ b/Readme.md @@ -120,10 +120,14 @@ https://github.com/qbittorrent/qBittorrent/issues docker run --entrypoint /bin/cat --rm qbittorrentofficial/qbittorrent-nox:latest /sbom.txt ``` - * Then you can login to qBittorrent-nox at: `http://:8080` \ - The default username/password is: `admin/adminadmin`. \ - Don't forget to change the login password to something else! \ - You can change it at 'Tools' menu -> 'Options...' -> 'Web UI' tab -> 'Authentication' + * Then you can login to qBittorrent-nox at: `http://:8080` + * For older qBittorrent versions (< 4.6.1), the default username/password is: `admin/adminadmin`. + * For newer qBittorrent versions (≥ 4.6.1), qBittorrent will generate a temporary password and print it to the console (via stdout). + You need to use it to login. See the [announcement](https://www.qbittorrent.org/news#mon-nov-20th-2023---qbittorrent-v4.6.1-release). \ + If you don't have a console attached, you can run `docker logs qbittorrent-nox` to show the logs. + + After logging in, don't forget to change the password to something else! \ + To change it in WebUI: 'Tools' menu -> 'Options...' -> 'Web UI' tab -> 'Authentication' 4. Stopping container diff --git a/manual_build/Readme.md b/manual_build/Readme.md index b3425c5..165307f 100644 --- a/manual_build/Readme.md +++ b/manual_build/Readme.md @@ -108,10 +108,14 @@ There are some paths involved: docker run --entrypoint /bin/cat --rm qbittorrentofficial/qbittorrent-nox:latest /sbom.txt ``` -* Then you can login to qBittorrent-nox at: `http://:8080` \ - The default username/password is: `admin/adminadmin`. \ - Don't forget to change the login password to something else! \ - You can change it at 'Tools' menu -> 'Options...' -> 'Web UI' tab -> 'Authentication' +* Then you can login to qBittorrent-nox at: `http://:8080` + * For older qBittorrent versions (< 4.6.1), the default username/password is: `admin/adminadmin`. + * For newer qBittorrent versions (≥ 4.6.1), qBittorrent will generate a temporary password and print it to the console (via stdout). + You need to use it to login. See the [announcement](https://www.qbittorrent.org/news#mon-nov-20th-2023---qbittorrent-v4.6.1-release). \ + If you don't have a console attached, you can run `docker logs qbittorrent-nox` to show the logs. + + After logging in, don't forget to change the password to something else! \ + To change it in WebUI: 'Tools' menu -> 'Options...' -> 'Web UI' tab -> 'Authentication' ## Stopping container