在群晖NAS上使用Transmission Remote GUI管理DownloadStation

1、暂停DownloadStation的所有任务
2、控制面板停用DownloadSation
3、编辑/var/packages/DownloadStation/scripts/start-stop-status:

vi /var/packages/DownloadStation/scripts/start-stop-status

将其中rm ${PACKAGE_DIR}/etc/download/settings.json这一行前面用#注释掉,变成

# rm ${PACKAGE_DIR}/etc/download/settings.json`

:wq保存修改结果并退出.

4、修改/var/packages/DownloadStation/etc/download/settings.json:

`vi /var/packages/DownloadStation/etc/download/settings.json`

在rpc-whitelist里加入需要远程操作的客户端IP地址,如:192.198.1.*

Paste_Image.png

:wq保存修改结果并退出.

5、Transmission Remote GUI的连接界面(保留RPC目录的/rpc):

Paste_Image.png

6、重新启动DownloadStation和下载任务。

参照:
https://forum.synology.com/enu/viewtopic.php?t=116955

这篇文章可以设置更多内容:
http://jingyan.baidu.com/article/e3c78d646795863c4d85f544.html

*> I have managed to get this working but I dont find it as useful as I would have thought. I am using default DownloadStation transmission (process transmissionb). One problem is it doesnt start transmission unless a torrent file is being downloaded so you still have to DSM download station to resume before using remotegui. If you pause all torrents then it will disconnect and you cant reconnect because transmission has stopped.

Ill try to list all the things I had to do to get it working.

  1. Pause all downloads and stop download station service in package center.

  2. SSH to NAS, enable in control panel then using putty program, login then "sudo -i" (for DSM6) for root access. (if you havent done this before do a search)

  3. Edit the following so it doesnt delete your config file every time it is restart:
    "vi /var/packages/DownloadStation/scripts/start-stop-status"
    navigate to the line "rm ${PACKAGE_DIR}/etc/download/settings.json" with arrow keys and press "i" then add '#' to the beginning of the line. Type ":x" then enter to save and exit

  4. edit settings file with
    "vi /var/packages/DownloadStation/etc/download/settings.json"
    Add your ACCESS computer ip to "rpc-whitelist": "127.0.0.1,192.168.1.*,your.ip.here",
    Make sure "rpc-authentication-required": false,
    Change your port here or make sure remote gui has correct port "rpc-port": 9093, MINE WAS 9091
    Type ":x" then enter to save and exit

  5. Go back to DSM and start download station service and start a torrent file.
    Try using transmission remote gui. I used ip address as host name just on its own, check your port here too. Default path /transmission/rpc is correct if you didnt change /transmission/ in settings.json
    If it doesnt work go back to settings.json file and check your settings are correct or did not change back. If you made a mistake you need to pause torrents again and stop service again before editing settings.json, save it before restarting both again.
    Last edited by kaelloof on Wed May 11, 2016 1:35 pm, edited 1 time in total.*

你可能感兴趣的:(在群晖NAS上使用Transmission Remote GUI管理DownloadStation)