Page 1 of 1

Web interface remote login

Posted: Wed Nov 17, 2010 9:41 am
by meatleg
Every time I try to log in remotely I get an error that says the page cannot be opened and that the server is not responding.

I regularly VNC into my computer as well as SSH so I know how to port forward and I have checked my settings several times.
It there something else I need to install to get the web interface accessible on my iPhone over 3G? It is working over the LAN via bonjour.
I am on Mac OS X 10.6.5, no firewall.
Thanks...

Re: Web interface remote login

Posted: Wed Nov 17, 2010 7:27 pm
by rb07
Is the router/gateway (where you mapped the port) in the daemon whitelist?

In settings.json you should see something like:

Code: Select all

    "rpc-whitelist": "127.0.0.1,192.168.10.*", 
    "rpc-whitelist-enabled": true, 
Of course your LAN might be different, so the 192.168.10 should be something else, or even only the router LAN IP (not the WAN IP).

Re: Web interface remote login

Posted: Thu Nov 18, 2010 6:37 am
by meatleg
Hmmm, no. In my settings.json I only see this:
{
"downloaded-bytes": 392365681191,
"files-added": 4856,
"seconds-active": 7756938,
"session-count": 386,
"uploaded-bytes": 657608521349
}
I guess I should add that to the file manually and save it?
The first part should be my WAN and the second my LAN? My LAN router is at 192.168.1.1, the computer is at 192.168.1.3...

Re: Web interface remote login

Posted: Thu Nov 18, 2010 9:55 am
by Rolcol
meatleg wrote:Hmmm, no. In my settings.json I only see this:
{
"downloaded-bytes": 392365681191,
"files-added": 4856,
"seconds-active": 7756938,
"session-count": 386,
"uploaded-bytes": 657608521349
}
I guess I should add that to the file manually and save it?
The first part should be my WAN and the second my LAN? My LAN router is at 192.168.1.1, the computer is at 192.168.1.3...
Wrong file. That's stats.json, not settings.json.

Re: Web interface remote login

Posted: Thu Nov 18, 2010 12:07 pm
by meatleg
Oops!
That would explain why it was different!
I dont have a settings.json file on my system anywhere.
What do I need to install to set that up?
Thank you so much so far.

Re: Web interface remote login

Posted: Thu Nov 18, 2010 4:49 pm
by rb07
meatleg wrote:What do I need to install to set that up?
Nothing; just stop the daemon and it will create it.
meatleg wrote:The first part should be my WAN and the second my LAN?
No, the first one (127.0.0.1) is localhost, the rest could be a list of addresses like you show, or a full range using the asterisk... and no WAN address, the daemon never sees that if you are using NAT and you don't mention anything about a DMZ.

Re: Web interface remote login

Posted: Sun Nov 21, 2010 10:56 am
by meatleg
There is no such daemon running on my system, even when transmission is running.

I followed the advice on this page:
https://trac.transmissionbt.com/wiki/Ed ... ationFiles
But activity monitor doesn't show any such daemon running and when I try this terminal comand:
killall -HUP transmission-daemon
I get:
No matching processes were found

Re: Web interface remote login

Posted: Sun Nov 21, 2010 12:59 pm
by meatleg
Ah, by looking at this link:
viewtopic.php?f=4&t=10636&p=49552&hilit ... mon#p49552
it doesn't look like this will work on a Mac because there is no settings.json file...

Maybe I should stick to VNCing into my system and controlling the system from my phone that way...

Re: Web interface remote login

Posted: Mon Nov 22, 2010 10:40 am
by meatleg
I see!
Making progress!

So if my router is 192.168.1.1 I should add that to the localhost number 127.0.0.1?
I will try this now...

Tried again, still doesn't work, what should I try next?
I disconnected from the wiFi so I am only using 3G and I tried to login by
http://my.ip.add.ress:9091
and also by
http://my.ip.add.ress:9091/transmission/web/
obviously I put my actual WAN IP address before :9091

Does it matter if I port forward via TCP or UDP?
Thanks again for your help everyone.....

Re: Web interface remote login

Posted: Mon Nov 22, 2010 12:52 pm
by Rolcol
Ah, you're on the Mac version. The Mac version does not use settings.json.

If you want anyone from any IP address to access Transmission, you have to disable "Only allow the following IP addresses to connect".
Image

Re: Web interface remote login

Posted: Mon Nov 22, 2010 3:09 pm
by meatleg
Ok, I have my settings like that, except I have no authentication yet.....
IT still doesnt work...
I have remote access from four other apps from my phone but I cant get to Transmission from Safari. there is something I am missing here...
Any more ideas?

Re: Web interface remote login

Posted: Mon Nov 22, 2010 3:12 pm
by Rolcol
meatleg wrote:Ok, I have my settings like that, except I have no authentication yet.....
IT still doesnt work...
I have remote access from four other apps from my phone but I cant get to Transmission from Safari. there is something I am missing here...
Any more ideas?
Hm... Port conflict? Something isn't set up correctly in the port forward? Some firewall rule really is blocking Transmission? I don't know. It should be working if all that is right.

Re: Web interface remote login

Posted: Tue Nov 23, 2010 11:20 am
by meatleg
No firewall, and the ports are configured exactly the same way i configured the ports for screen sharing (with two different programs), ssh and iStat.
It works fine on the local network, I just cant access it remotely...

I havent been able to figure this out, even with all of your help, so I guess I will just VNC into the computer and launch it that way when I want to change something. Thanks everyone.