Search found 7 matches

by lembregtse
Sun Feb 07, 2010 7:02 pm
Forum: Web Interface
Topic: can I tunnel Transmission's web UI through SSH?
Replies: 13
Views: 29795

Re: can I tunnel Transmission's web UI through SSH?

Yeah, "rpc-whitelist-enabled": false, so you should be able to access it. Have you forwarded port 9091 correctly to your transmission machine?
by lembregtse
Sun Feb 07, 2010 10:10 am
Forum: Web Interface
Topic: iPhone Web Interface Questions
Replies: 2
Views: 3231

Re: iPhone Web Interface Questions

have you got this to work remotely or only when you are at home on your local wireless network?

I am trying to figure out how to get to be able to access this from anywhere with my iphone without being connected to WIFI......

Does anyone even know if this is possible?

Yes that should be ...
by lembregtse
Sun Feb 07, 2010 10:08 am
Forum: Web Interface
Topic: can I tunnel Transmission's web UI through SSH?
Replies: 13
Views: 29795

Re: can I tunnel Transmission's web UI through SSH?

I think the ip I was connecting from should be fine, I can log into my router gui, wireless webcams, and webserver on my NAS unit ok. I have web access set up on my NAS unit and it uses port 443 via https, and I can connect to it ok.

What do the following settings say:


"rpc-whitelist ...
by lembregtse
Fri Feb 05, 2010 10:31 am
Forum: Web Interface
Topic: [SOLVED] Couldn't find Transmission's web interface files
Replies: 7
Views: 54860

Re: "Couldn't find Transmission's web interface files"

Could you maybe try the following:

sudo /etc/init.d/transmission-daemon restart
sudo tail -n 100 /var/log/syslog | grep transmission

And post the output here? Or maybe you can see the problem there.

If I remember correctly the Debian/Ubuntu package delivers the following, /etc/transmission ...
by lembregtse
Thu Feb 04, 2010 7:40 am
Forum: Web Interface
Topic: [SOLVED] Couldn't find Transmission's web interface files
Replies: 7
Views: 54860

Re: "Couldn't find Transmission's web interface files"

In debian the files should be located at /usr/share/transmission...

You could use "locate" to find it.


apt-get install locate
sudo updatedb
locate transmission/web


This should give you a list of installed transmission packages (eg: -daemon, -cli, -common)
dpkg -l | grep transmission

This ...
by lembregtse
Wed Feb 03, 2010 9:04 pm
Forum: Web Interface
Topic: can I tunnel Transmission's web UI through SSH?
Replies: 13
Views: 29795

Re: can I tunnel Transmission's web UI through SSH?

If you already have an Apache2 server running on your server you could use the following method:

http://forum.transmissionbt.com/viewtop ... 133#p29731

It uses Apache2 as a Proxy to your Transmission daemon.
by lembregtse
Wed Feb 03, 2010 9:03 pm
Forum: Web Interface
Topic: Transmission Web Interface and IPv6
Replies: 6
Views: 8475

Re: Transmission Web Interface and IPv6

Is this the (?) patch for ipv6: http://sourceforge.net/tracker/index.php?func=detail&aid=2868946&group_id=50884&atid=461324

It seems to be a work in progress.
In the mean time I did want to reach the same goal as u, and I found a Apache2 <> Transmission Web UI Proxy topic on this forum, which ...