diff options
Diffstat (limited to 'content/config')
-rw-r--r-- | content/config/qbittorrent.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/content/config/qbittorrent.md b/content/config/qbittorrent.md index cad4457..cb22adc 100644 --- a/content/config/qbittorrent.md +++ b/content/config/qbittorrent.md @@ -14,6 +14,40 @@ From their [website](https://www.qbittorrent.org/): So, just like µTorrent, qBitorrent is a torrent downloader. Pretty easy! +## First, if you are using the VPN... + +Check if its running correctly. On your terminal, run: + +```bash +$ yams check-vpn +``` + +If everything is working correctly, you should get a message like this: + +```bash +Getting your qBittorrent IP... +<qBittorrent IP> + +Getting your IP... +<your local IP> + +Your IPs are different. qBittorrent is working as expected! ✅ +``` + +If the check fails, you'll see a message like this: + +```bash +Getting your qBittorrent IP... +<your local IP> + +Getting your IP... +<your local IP> + +Your IPs are the same! qBittorrent is NOT working! ⚠️ +``` + +You should **always** run a VPN when downloading torrents! You can manually set your VPN here: [Advanced VPN settings](/advanced/vpn). You can come back here after you have fixed this! + ## Initial configuration In your browser, go to [http://{your-ip-address}:8080/]() and you'll see qBittorrent's admin page. The default username and password are: |