Edit php.ini if you want to upload torrents via url. allow_url_fopen = on" Edit user and group to match webserver userid. nano /etc/init.d/clutch" Start deamon. /etc/init.d/clutch start" To add another instance of clutch WebUI. 1. Copy /etc/init.d/clutch to /etc/init.d/[new name] 2. Edit user, group and file in [new name]. Make sure name doesn't match with another name. 3. Use webapp-config to intall clutch at a new location. 4. Edit remote/data/socket.txt to match socket location i [2]. Usually /var/run/clutch/[new name]/[new name].socket 5. start /etc/init.d/[new name] 6. rc-update add [new name] default