Search found 1 match

by pest85
Mon Feb 19, 2018 10:27 am
Forum: GTK+ Support
Topic: Cannot access web gui through hostname only IP
Replies: 3
Views: 56025

Re: Cannot access web gui through hostname only IP

I had the same issue and today i've finally fixed it! you need to change rpc-host-whitelist in your settings 1) sudo service transmission-daemon stop 2) sudo nano /etc/transmission-daemon/settings.json rpc-host-whitelist:"your-host-name" 3) sudo service transmission-daemon start After that...