Page 1 of 1

Why can't open qbtorrent with web ui?

Posted: Fri Jun 12, 2020 12:48 pm
by tracker
Show the port for my qbittorrent:

Code: Select all

    netstat -tunlp |grep  qb
    tcp        0      0 0.0.0.0:8999            0.0.0.0:*               LISTEN      14790/qbittorrent   
    tcp6       0      0 :::8999                 :::*                    LISTEN      14790/qbittorrent   
    udp        0      0 0.0.0.0:8999            0.0.0.0:*                           14790/qbittorrent
Connect it with curl:

Code: Select all

    curl http://localhost:8999
    curl: (52) Empty reply from server
How to manage my qbittorrent with web-ui then?

Re: Why can't open qbtorrent with web ui?

Posted: Thu Aug 13, 2020 12:27 pm
by Peter
You have to enable the web UI in Settings as well. Re-check that.