Why can't open qbtorrent with web ui?

Linux specific questions, problems.
Post Reply
tracker

Why can't open qbtorrent with web ui?

Post 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?
User avatar
Peter
Administrator
Administrator
Posts: 2693
Joined: Wed Jul 07, 2010 6:14 pm

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

Post by Peter »

You have to enable the web UI in Settings as well. Re-check that.
Post Reply