Search the Community
Showing results for tags 'password'.
-
I have looked through all the documentation for a way to share a file with someone via email that allows the recipient to download the file without the need to install any software. This would allow one time sharing/sending of file from the repository without the need to download the client. I know there are many cloud file sharing applications like pcloud etc but I Resilio is a great product and extending with this one time share would be really useful. Additionally it would be great for the recipient to be able to send a file via email back to the (Resilio) sender without the need for
-
Hello, It's been a while since I set up Resilio Sync as a service on my computer, and now I've forgotten my username and password. I see instructions online for dealing with forgotten password. How does one deal with forgotten username? Thanks!
-
I installed resillio in linux (running feren OS 2017.) following the intructions given in help page https://www.linuxbabe.com/ubuntu/install-resilio-sync-ubuntu-16-04-16-10 It was successful and much more simplified. I almost synced 98% of all my files. My laptop ran out of battery and I had to restart my session. But when I tried to log back in to the webUI,my password and username was not accepted. I am 1000% sure my password was correct and I even verified it as my browser saved it. I tried many other combinations like default password (googled it for resilio),none worked. So I remov
-
I don't remember changing my password on Resilio on my Synology NAS but I am unable to log in. I followed the directions in the "how do I reset the Web UI" article on the support site but it did not change anything. I still get prompted for a user/password and I cannot get past this screen. It is not prompting me for a NEW username/password -- it is acting just like before. How else can I get back into the UI?
-
I had an old version (1.4) installation running in my ubuntu 14.04 installation. After I got a notification in the web-frontend to upgrade, I downloaded the new 2.0 version of Bittorrent Sync and tried to install it. As the old version was still installed I initially failed to do so. So I removed the Binaries (=the file I installed wtih 1.4), removed the btsync packages I found in the software manager and several hidden folders connected to Bittorrent sync (hope I got all). I could finally install the 2.0 version and start the webgui but seem to have misspelled the password I set up for the we
-
On my QNAP TS-269L with firmware 4.1.0 Build 20140612, after removing and reinstalling the BitTorrent Sync 1.3.106 app I'm prompted to set a password for admin. Pretty standard stuff. If I use a simple password such as "1234" everything works just fine. But if, after deleting and reinstalling the app, I use a long complex password such as "07hQ8DQ#W7vdjD%e7Z1U64ty" I can't login! I determined that "#" was an invalid character although that wasn't flagged when I pasted it in and confirmed it. Can you please accept any number of upper and lower case letters, numbers, symbols and special
-
Hello, I am running a Bittorent sync server off of my Raspberry Pi. However, I don't know what the password is for the webui. I know for sure that it is not the default. I tried multiple times and it didn't work. How can I reset the password? Is there a way to uninstall it all and reinstall to get back to default configuration? I appreciate any help! Thanks, Stefan M.
-
hi there I recently setup btsync on a freeNAS box. It works great. I made a mistakes though, and I can't remember what I set as the Web GUI password to. I'd prefer not to have to 'start over'. Is there a way to reset that password? I was reading the documentation and it looks like you can put the password in the config file and I found the config file, but it doesn't have a password set in it. JAIL_ROOT./usr/pbi/btsync-amd64/etc/btsync.conf I also found a settings.dat file, which appears to have a hashed version of the password, but it appears to be a binary file and I'm not a little
-
I'm using a config file when launching btsync under linux ("btsync --config configFilePath"). In the config (json) file, I've removed both the "login" and "password" fields from the "webui" section but when launching btsync in the browser (http://ip:8888) the browser still asks for (basic) authentication. According to the comments in the sample config file (generated via "btsync --dump-sample-config") I can, "remove 'login' and 'password' fields to disable credentials check". The API docs at http://www.bittorrent.com/sync/developers/api also state this. Does anyone know how to configure bt
- 1 reply
-
- authentication
- login
-
(and 1 more)
Tagged with:
-
i would like to secure webUI with password on linux. i followed the manual but it seems that i am doing something wrong, because i can still connect to webUI without the usn/pwd prompt. what i did (following the manual): 1. i made a config file in the folder where the btsync binary is: ./btsync --dump-sample-config > sync.conf 2. i edited that config file: changed /* remove "listen" field to disable WebUI remove "login" and "password" fields to disable credentials check */ "webui" : { "listen" : "0.0.0.0:8888", "login" : "admin", "password" : "password" } to // remove "listen" field