Hey all,
It appears that the Clutch web interface is now built in to Transmission, and works great without installing lighttpd, php and php-fcgi.
In fact, the only thing I needed to install was transmission itself.
I followed the instructions on the Wiki: http://forum.synology.com/wiki/index.ph ... utch_HowTo, but they didn't quite work (I kept getting a popup with a 404 error), so I started playing with it, and realized there's now an /opt/share/transmission/web/ folder, which contains Clutch. I then followed some tips from http://mybookworld.wikidot.com/transmission to edit the configuration.
The steps I took to get everything working were:
0) install the bootstrap and get ipkg working
1) # ipkg install transmission
2) # mkdir /root/.config (not even sure if you need this step - does Transmission do it upon first run?)
3) # transmission-daemon -f (this will create the Transmission config files in /root/.config)
3.5) Ctrl-C to terminate the daemon
4) edit /root/.config/transmission-daemon/settings.json with your favourite editor
4.5) find the line which reads: "rpc-whitelist": "127.0.0.1", and change it to "rpc-whitelist": "127.0.0.1,192.168.0.*", substituting 192.168.0.* for your network address (essentially you're adding your internal network to the whitelist). Save the file.
5) # transmission-daemon
6) open http://<your-diskstation-address>:9091/ in your browser. you should see the Clutch interface.
This worked fine for me -please test this on your systems, and post here if it works. If everything does work as expected, I'll modify the above Wiki page with these instructions.





