Webui Configuration On Linux Version 2.0


locusofself

Recommended Posts

Hi folks, hoping for some help.

 

Heres my webui section:

 

  "webui" :
  {
    "listen" : "10.20.4.156:8888",
 "login" : "admin",
 "password" : "pass123"
 
  },
 
 
Does not seem to do anything. Sync starts up fine with no errors but I cannot connect to the webui from localhost or other computers on my LAN. 
 
Nmap shows the port closed.
 
 
Thank you
Edited by locusofself
Link to comment
Share on other sites

One thing to check, and one thing to try:

 

To check:

That you're running Sync with your actual config file (i.e. use the --config command line switch to ensure you're using that particular config file)

 

To try:

Change the "listen" address to 0.0.0.0:8888 (0.0.0.0 tells Sync to listen/accept connections from any IP address)

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.