Cannot use WebUI over an SSH tunnel


nburles

Recommended Posts

I have BTSync working great on a couple of headless linux boxes, as well as on my linux laptop...

 

I do not want to forward port 8888 from each router to the particular local headless box, instead I wish to use the WebUI over an SSH tunnel.

 

As I am also using BTSync on my laptop, it means I cannot forward my local port 8888, as it is in use, so my usual command would be:

 

ssh -L 8889:localhost:8888 user@remotehost

 

Then viewing http://localhost:8889 actually loads the WebUI of remotehost running on port 8888.

 

Unfortunately this does not work properly, as the WebUI seems to have hardcoded in the location of AJAX calls - so it tries to perform actions on localhost:8888 (which is not the correct address!)

 

One workaround of course is to use a config file to change the WebUI port on each system, so that I can forward the same port as is being used (e.g. ssh -L 8889:localhost:8889 user@remotehost) - but this is not an ideal solution!

Link to comment
Share on other sites

Nils,

 

This is strangely working for me today also - I just used

 

  ssh -L 8889:localhost:8888 user@remotehost

 

and can use the webui without any problems at http://localhost:8889.

 

Last time I tried it (exactly the same way as now, before posting the message), the JS console was throwing an error about jquery.js at http://localhost:8888 every time I tried to perform an action (view folder preferences, delete folder, add folder, etc).

 

Thanks anyway!

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.