因為先前是在Openmediavault中安裝Docker再使用Portainer進行管理各個容器
qbittorrent, AdGuard和portainer都是image來包容器
佔用了很多的磁碟空間
由於我VM只有30G,加上Log很快空間就不夠用了
沒有空間的情況下,Openmedaivault就無法登入
所以,把docker容器的服務進行VM的安裝
qbittorrent和qbittorrent-nox是不同的
docker容器中裝的就是qbittorrent-nox
直接透過Web UI進行管理
由於OMV沒有GUI,就不裝qbittorrent,直接裝qbittorrent-nox
指定port和下載路徑,就可以直接使用了
安裝的步驟如下
1.sudo apt-get install -y qbittorrent-nox
2.cat > /etc/systemd/system/qbittorrent-nox.service << EOF
[Unit]
Description=qBittorrent Command Line Client
After=network.target
[Service]
#Type=fork
User=root
Group=root
UMask=007
ExecStart=/usr/bin/qbittorrent-nox -d –webui-port=8081
Restart=on-failure
RemainAfterExit=yes
Restart=always
[Install]
WantedBy=multi-user.target
EOF
要調整連接Port 調整這裡
–webui-port=8081
我的設定值是8081Port
3.systemctl daemon-reload && \
systemctl enable qbittorrent-nox && \
systemctl stop qbittorrent-nox && \
systemctl start qbittorrent-nox && \
systemctl status qbittorrent-nox
之後使用瀏覽器登入
修改設定
文字檔的設定
在
/root/.config/qBittorrent
Log檔在
/root/.local/share/data/qBittorrent/logs
我是在這邊看到有問題
去做儲存路徑修改,之後重啟服務,就正常了
隨機文章
- 推拿鐵人賽 民眾免費腳底按摩 考驗體力耐力 女師傅拔得頭籌 (2007-11-12)
- MSN LIVE在XP PRO SP3中無法方安 (2008-05-17)
- CodeIgniter 進階設定 (2012-05-29)
- OLPC-XO筆電即將推出Windows版 (2007-11-03)
- 最近測FB帳號申請 我發現另一個規則 (2016-12-08)







![[chatGPT 測試] DSM 7 有什麼特色](https://chihping.aflypen.com/wp-content/uploads/2023/03/usb-ga13f61ece_1280-300x221.jpg)
