I have installed Transmission service on Centos. It is running. The problem is when I type myservername/transmission in my browser address it doesn't open. It was working before.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||||
|
|
Open transmission. Go to Preferences and select Web tab and check the transmission web client settings.
You need a port to connect to the web client for example Edit Transmission-daemon (Commandline) Open /etc/transmission-daemon/settings.json and change the settings accordingly. Specially below values. "rpc-whitelist": "127.0.0.1", "rpc-whitelist-enabled": false, |
|||||||||||
|