Best Torrent Client For Nas

Has anyone been able to successfully load the latest version of uTorrent on a Synology NAS? I know there are other versions out there but Im curious specifically about uTorrent?Thanks. It is the most popular P2P client available for Windows operating system.

  • I use a synology NAS for torrenting. I prefer an external device for the actual torrent client itself, but you can also run rtorrent/deluge/transmission on the box itself if you like. The box has a built in torrent client (transmission, I think) and it's adequate for moderate torrenting.
  • The best way to test that you’re actively using the proxy or VPN is to download a torrent file designed expressly to report back its IP address. You can find many of these torrents online, including this one from BTGuard and this one from TorGuard. Load either or both torrents into Deluge and wait a moment.

Sync Hacks is a column dedicated to exploring new applications for BitTorrent Sync, as built by users like you. BitTorrent Sync is a free, unlimited, secure file-syncing app. (And now, it’s 2X faster.) If you’ve got an epic Sync idea, use-case or how-to, shoot us an email at sync[at]bittorrent.com.

In this week’s Sync Hacks, Torben Stallknecht walks us through how to set up BitTorrent Sync on a Synology Network Attached Storage (NAS) to access large files from anywhere.

This post is adapted from Torben’s original tutorial found here.

From Torben:

Before you start

Best Torrent Client For Nas

1. In order to setup Bittorent Sync on your NAS, please make sure that your NAS has a supported CPU. To find out which CPU your NAS has, look here.
2. This guide assumes the following reparation and knowledge: This includes router setup and firewall configuration. You will need port 8888 to be open and forwarded to your NAS.

Setting up a user

Because we do not wish to run the Sync service as root, we will be setting up a user.

Adding the user
This portion should be something you know about, so I have not gone into detail about this. As long as you just create a standard user, the rest of my guide should fit your needs.

Enabling user to login to SSH/Terminal
The default behavior for new users on the Synology NAS is that they are not allowed to login through SSH. This is easily resolved by altering the /etc/passwd file.
To do this-
1. Login to you NAS using SSH
2. Perform the command: vi /etc/passwd Find the line with your BitTorrent Sync user listed.
3. Here, change the last part of the line, where it says: /sbin/nologin this needs to say /bin/sh
4. Now, you do not need to logout just yet, to get started.
5. In order to get started with the btsync user, simply issue the command: su – btsync

Setting up BitTorrent Sync

By default you will be sent to the home directory of the BitTorrent Sync user. We want this.
1. Now we are going to create some folders. I use two folders. A bin folder and a conf folder.

2. Next, get a hold of the latest build that fits your needs. For my DS-1513+, it is build 1.2.82. We will aquire the build using wget. For the current build, the url is http://download-lb.utorrent.com/endpoint/btsync/os/linux-glibc23-x64/track/stable/btsync_glibc23_x64.tar.gz
Please notice, that I need to get the glibc23 version, as Synology ships their OS with this old version of GLIBC for the DS-1513+. To check which version of GLIBC your NAS has, issue the following command:

It will give you something along the lines of: (BOLD text indicating version of GLIBC) GNU C

If the version is 2.4 or above, you are free to get the full build:
http://download-lb.utorrent.com/endpoint/btsync/os/linux-glibc23-x64/track/stable/btsync_x64.tar.gz

3. Get the file into the bin folder

In order to get the file, issue the command

4. Once we have the file downloaded, we want to extract it.

Two files are then extracted.

5. Now we want to get the configuration, so that we get the system set up as we want. In order to generate the default configuration file, issue the command.

Thin client nas

Change the sync.conf fil to fit your needs. The main things you want to change, is the device_name and the credentials under webui. Also, you might want to change the storage_path. For my setup, I have simply commented the line, as the app then automatically adds the folder with the auxiliary files, in the bin folder.

Client

6. Once this is done, it is time to fire up the app.
Move into the bin folder, and issue the command:

Best Nas For Mac

7. Now, in your browser, enter

And enter the credentials you added to the sync.conf file

Best nas for mac

You are ready to start setting up shared folders on your NAS.

Thin Client Nas

Torben Stallknecht is a Danish “hobby” programmer, mainly working with C#.NET, PHP and most of the things around it. (Various SQL-servers etc.) You can reach him by email at torben@hamdenkloge.dk