

Nope, any browser should work. The compose file in my repo should be exposing qbittorrent on port 8080 (line 27 in the file). I would say first:
- make sure the containers are running, use
podman-compose ps
ordocker-compose ps
from the folder that contains the compose file - use
ping
to make sure you can reach the server - use
ss
ornetstat
on your server to make sure it’s actually listening on the port you expect qBittorrent to be listening on (8080
unless you changed it) - view logs using
podman-compose logs
from the folder that contains the compose file - if you can see the web ui but don’t know what the password is, use
podman-compose logs
and you should see the temporary password generated by qBittorrent (this is explained in the guide)
It’s also slower simply because it’s basically a bunch of VPNs running on consumer hardware. Actual VPN providers can provide big powerful servers. This is why I think torrenting is a great fit for the slower speeds of I2P - waiting a little longer for a download is bearable, as opposed to waiting for a webpage to load.