101 字
1 分钟

Deploying qBittorrent on a NAT VPS

Install qBittorrent#

Use the one-click install script:

Terminal window
bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) <用户名称> <用户密码> <缓存大小(单位:GiB,且为整数)>

Port forwarding#

Set the forwarded port to 8080.

Edit the configuration file#

Log in to the server as the root user.
Locate and open the qbittorrent.conf file (for example: ~/.config/qBittorrent/qBittorrent.conf).
Under [Preferences], set the following options:

Terminal window
WebUI\HostHeaderValidation=false
WebUI\CSRFProtection=false

If the WebUI\CSRFProtection option does not exist, you can add it manually.
After editing, save the file and exit.
Restart the qbittorrent service, and you should be able to use it immediately.

Deploying qBittorrent on a NAT VPS
https://catcat.blog/en/nat-install-qbittorrent.html
作者
猫猫博客
发布于
2023-08-29
许可协议
CC BY-NC-SA 4.0