Search the Community
Showing results for tags 'stops'.
-
Hello Resilio Forum, I own a Synology NAS and would like to use Resilio to have my files in sync on different devices and platforms. From my own network, all the syncing works perfectly, but I would also like my files to sync when I'm outside my network. On the Synology, I setup a proxy server, so the login page for Resilio is https://resilio.domain.com. I port forwarded the listening port to the Resilio default port (28888) on my router, and everything is working fine. I can acces the domain https://resilio.domain.com from within and from outside my own network when I use a browser. I therefore have full acces to the Resilio client from both inside and outside my network. The problem is, when I'm outside my network, all syncing stops, where the Resilio client tells me my devices aren't connected anymore. What causes this problem? And how will I be able to fix this issue? Thanks in advance. Kind regards, Joey
-
hi I'm trying to change the user resilio-sync runs under from rslsync to osmc. I've followed the instructions here https://help.getsync.com/hc/en-us/articles/206178924-Installing-Sync-package-on-Linux., and I can successfully change the user, however once changed I can no longer access the http GUI - page doesn't load.... Before rslsync user change After I edit file /usr/lib/systemd/user/resilio-sync.service and change "WantedBy=multi-user.target" to "WantedBy=default.target". Save. Then enable the service: systemctl --user enable resilio-sync Reboot, and sudo service resilio-sync status indicates sync running well as osmc user- But no GUI ......coincided with change of user. Do I need to make something executable to allow another part of sync to run, such as the tiny webserver which serves the GUI? If I look at service status mostly looks OK, except for 'failed to read PID from file'. Perhaps I need to make osmc user 777 on sync.pid? any suggestions, cheers, Geoff.