[Solved] Webui On Windows 2012


stefanolmo

Recommended Posts

To confirm, you're seeing an "Invalid Request" error in your browser when you tray to navigate to http://127.0.0.1:8888/gui/ ?

 

Have you got any other service running/listening on port 8888? (the default port that Sync's WebUI listens on) If so, that may well be the reason for the "Invalid Request" message. Try shutting down the other service that's listening on port 8888 to see if you can then access Sync's WebUI. If you can, you'll need to configure Sync to listen on a different port to the default 8888.

 

This can be done by running Sync with a config file with a different listening port specified.

 

On Windows, you can use a very simple config file:

 

{

  "storage_path" : "/Users/username/AppData/Roaming/BitTorrent Sync",

  "webui" : {

    "listen" : "127.0.0.0:8887"

  }

}

Save the above as "myconfig.conf" (altering the storage_path and port values accordingly) to the same folder as your BTSync.exe file, and then run BTSync.exe with a "/config myconfig.conf" switch.

Link to comment
Share on other sites

GreatMarko, I don't have any other services running on port 8888, but I tryed to change it in the config file the same without success.

The strange thing is that I can call the api on port 8888 and all works well! But when I try to connect to the webui...nothing...alway "Invalid Request"

 

On windows 2003 I have only the web gui, on windows 2012 I have only a desktop app, but I prefer the web gui....in this way, using the API Key, I can configure a folder from another computer without using the api, but only with the classic interface.

Edited by stefanolmo
Link to comment
Share on other sites

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.