Best Torrent Client For Nas
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.
- Utorrent For Nas
- Best Torrent Client For Sonarr
- Best Torrent Client For Nordvpn
- Best Torrent Client For Nasa
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.
Openfiler is, without any doubt, one of the best open source NAS solutions for Ubuntu/Linux users. It is developed on top of CentOS and provides a compelling file-based network-attached storage and block-based storage area network services. Hi i recently bought a Readynas Duo v2, and the shop said, and the ad on netgears homepage, that it had a built-in bittorrent client, but i cant see it anywhere and the manual dont say anything about it. Web Torrent is, by far, the easiest torrent client I have used. It is a great torrent client alternative for users who want to keep themselves away from confusing features. All you need to do is. Rtorrent-Pro rtorrent development for QNAP was started in 2008. Today after 10yrs from its 1st build, we provide you best Torrent app ever. Rtorrent is an high performance and extra featured bittorrent client combined with simple and elegant user interface. Rtorrent differentiates itself from other implementations by transferring data directly between file pages mapped to memory by the mmap. QBittorrent is one of the best torrent clients available that runs on the Raspberry Pi's ARM hardware. It sports both a desktop client and an easy to use web interface. One of the best parts of qBittorrent is its powerful web interface that allows you to control almost every aspect of the client with relative ease.
From Torben:
Before you start
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.
Utorrent For 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.
Best Torrent Client For Sonarr
6. Once this is done, it is time to fire up the app.
Move into the bin folder, and issue the command:
7. Now, in your browser, enter
Best Torrent Client For Nordvpn
And enter the credentials you added to the sync.conf file
You are ready to start setting up shared folders on your NAS.
Best Torrent Client For Nasa
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