101 字
1 分钟
Deploying qBittorrent on a NAT VPS
Install qBittorrent
Use the one-click install script:
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:
WebUI\HostHeaderValidation=falseWebUI\CSRFProtection=falseIf 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