Hi escalade,
Thank's for new builds.
I start transmission as you say, but when i acces from webui (IP_RPi:9091), appears:
Code
403: ForbiddenUnauthorized IP Address.Either disable the IP address whitelist or add your address to it.If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
where is transmission's "settings.json" file?
or how i could modify it?
[hr]
Hi escalade,Thank's for new builds.
I start transmission as you say, but when i acces from webui (IP_RPi:9091), appears:Code403: ForbiddenUnauthorized IP Address.Either disable the IP address whitelist or add your address to it.If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
where is transmission's "settings.json" file?
or how i could modify it?
It's done!! I found it !!
i stopped transmission ( systemctl stop transmission), modified "settings.json" , and restart transmission (systemctl start transmission)
The file "settings.json" is located at:
/storage/.config/transmission-daemon/settings.json
and i modified the line --> "rpc-whitelist" to:
"rpc-whitelist": "*.*.*.*",
and that's all!!!