Can Syncthing be installed and run successfully in a ‘Shared Hosting’ environment? Meaning, I don’t have a dedicated VPS or Server. From what I saw, I can just download the binary directly in a particular folder within my /home folder, I can cd into that directory then run syncthing? Is this correct?
I saw that there is a flavor known as ‘Syncthing-GTK’. What exactly is this ‘flavor’ for and how is it different from regular Syncthing?
There is nothing to install, as I said, if you can run a binary, just download it and run it. If you have sone access to startup scripts, you can add it there to make sure it runs on startup.
Thank you again for your help with my questions. Since the Server that is hosting my Shared Account is running on 64-bit version of CloudLinux, which specific binary do you recommend for me to download?
Also, if I am able to run the binary, how would I be able to access the WebUI?
Unless the default config has changed in the meantime, I am pretty sure you will have to modify the config file manually (~/.config/syncthing/config.xml):
In the key <gui enabled="true" tls="false"> <address>127.0.0.1:8384</address>
you need to change the address to someting like 0.0.0.0:8384, otherwise you won’t be able to access it. The first thing you should do, once you reached the ui is setting up a password…