Hi there! I would appreciate your help. I’m a newbie with Syncthing so bear with me. So I successfully set up Syncthing on my Arch Linux, a separate Windows laptop, and on Android by the previous night by reading the “Getting Started” documentation found on the Syncthing website. I have also added a GUI password as suggested by the webGUI interface.
However, after shutting down my linux and Windows machine and booted them up the next day, I realise that I am no longer able to connect to localhost:8389. I’ve checked my Windows and Android setup and there are all able to connect to the aforementioned port, and the GUI shows that the Linux is not connected. I am not sure what went wrong here. I tried whitelisting the port in ufw on my Linux machine and reinstalling Syncthing but the problem persists.
I have also looked at the config.xml and verified that the address is pointing to 127.0.0.1:8384.
<gui enabled="true" tls="true" debugging="false">
<address>127.0.0.1:8384</address>
<user>hanjiayi</user>
<password>password_here</password>
<apikey>Redacted</apikey>
<theme>default</theme>
Would appreciate if anyone can help me out. Thanks!
3 posts - 2 participants