Authentication for the WEBUI

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
mha2908
Posts: 1
Joined: Sat Mar 28, 2009 10:30 am

Authentication for the WEBUI

Post by mha2908 »

Hi, i've succesfully set up the WebUI in Ubuntu Server except for one thing - http-authentication! I am NOT using lighttpd (i think) or at least there is no /etc/lighttpd.

Before I installed Transmission, I had a apache2-webserver up and runnig - do I have to configure that?

HOW??!?!?!?!? Feel free to ask about further info
godsyn
Posts: 36
Joined: Mon Mar 31, 2008 10:10 pm

Re: Authentication for the WEBUI

Post by godsyn »

http://trac.transmissionbt.com/wiki/EditConfigFiles wrote:* rpc-authentication-required: Boolean (default = 0)
* rpc-enabled: Boolean (default = 1)
* rpc-password: String
* rpc-port: Number (default = 9091)
* rpc-username: String
* rpc-whitelist: String (Comma-delimited list of IP addresses. Wildcards allowed using '*'. Example: "127.0.0.*,192.168.*.*", Default: "127.0.0.1" )
* rpc-whitelist-enabled: Boolean (default = 1)
fschaeckermann
Posts: 23
Joined: Thu Feb 21, 2008 4:06 pm
Location: Frankfurt/Main, Germany

Re: Authentication for the WEBUI

Post by fschaeckermann »

mha2908,
with transmission's web UI you are not actually using any http server anymore but the build-in server of transmission itself.

Therefore configuring any other http server that might be installed on your system naturally will have NO effect on transmission what-so-ever.

The extract from the wiki godsyn quoted show the entries in transmission's configuration file that you need to set to switch authentication on for transmission's build-in server. You can switch authentication on by starting the transmission daemon with the right parameters as well (-t -u <user> -v <password>).

Regards, Frank
Post Reply