Under the "Authentication" section, you can change change password. If you want to change password, click "Tools" in the menu bar and then "Options". You can log in to the web UI with the default username ( admin) and password ( adminadmin). Open a browser and enter URL address where is IP address of your machine.
To enable qBittorrent-nox to start on boot, run the following command: sudo systemctl enable qbittorrent-nox Testing qBittorrent-nox You can run the following command to make sure that qBittorrent-nox service is running: sudo service qbittorrent-nox statusĪlso you can stop or restart the service: sudo service qbittorrent-nox stop
Start qBittorrent-nox service: sudo service qbittorrent-nox start You can change web interface port if you want. Create a systemd unit file: sudo nano /etc/systemd/system/rviceĪdd following content to the file: ĮxecStart=/usr/bin/qbittorrent-nox -webui-port=8080 In order to run qBittorrent-nox as a service we need to configure systemd. Install qBittorrent-nox: sudo apt install -y qbittorrent-noxĪfter installation, we can check qBittorrent-nox version: qbittorrent-nox -version Run qBittorrent-nox as a service Install qBittorrent-noxĪdd the qBittorrent repository: sudo add-apt-repository -y ppa:qbittorrent-team/qbittorrent-stable This tutorial explains how to install qBittorrent-nox on Ubuntu 20.04. qBittorrent-nox provides only web interface.
qBittorrent-nox is same as the standard qBittorrent but without the desktop graphical user interface. QBittorrent-nox is an open-source BitTorrent client for downloading files.