wuocfan

New Members
  • Posts

    2
  • Joined

  • Last visited

wuocfan's Achievements

New User

New User (1/3)

  1. 1. Enable SSH on NAS BUFFALO https://forum.xtdv-group.com/thread_14__huong_dan_mo_telnet_ssh_cac_dong_nas_buffalo (Sorry, you should translate from Vietnamese to English by google translate) 2. Download bittorrent_sync_arm.tar.gz for ARM 3. User SFTP (Use Filezilla) connect to root 4. Copy the file to root 5. Create a file sync.conf { "device_name": "My Sync Device", "listening_port" : 0, // 0 - randomize port /* storage_path dir contains auxilliary app files if no storage_path field: .sync dir created in the directory where binary is located. otherwise user-defined directory will be used */ "storage_path" : "/root/.sync", // uncomment next line if you want to set location of pid file// "pid_file" : "/var/run/btsync/btsync.pid", "check_for_updates" : false, "use_upnp" : false, // use UPnP for port mapping /* limits in kB/s 0 - no limit*/ "download_limit" : 0, "upload_limit" : 0, /* remove "listen" field to disable WebUI remove "login" and "password" fields to disable credentials check*/ "webui" : { "listen" : "0.0.0.0:8080", "login" : "admin", "password" : "password" } /* !!! if you set shared folders in config file WebUI will be DISABLED !!! shared directories specified in config file override the folders previously added from WebUI.*//* , "shared_folders" : [ {// use --generate-secret in command line to create new secret "secret" : "MY_SECRET_1", // * required field "dir" : "/home/user/bittorrent/sync_test", // * required field // use relay server when direct connection fails "use_relay_server" : true, "use_tracker" : true, "use_dht" : false, "search_lan" : true,// enable SyncArchive to store files deleted on remote devices "use_sync_trash" : true,// specify hosts to attempt connection without additional search "known_hosts" : [ "192.168.1.2:44444" ] } ]*/ // Advanced preferences can be added to config file.// Info is available in BitTorrent Sync User Guide. } 6. Copy file sync.conf to root7. SSH to NAS IP by terminal on Mac (or use Putty on windows) : root@xxx.xxx.xxx.xxx, enter password8. Run on SSH : ./btsync --config sync.conf9. Go to xxx.xxx.xxx:8080/gui 10. Enter user: username, pass:password.