Sudo mkdir /media/BT/shares/torrents/downloading
When I setup the Monit part, I find that the Sync is always started as a root user. I think it is unsafe, but what should I do to change it? Sync process is used to run as the user "pi". Skip to content. Sign in Sign up. Instantly share code, notes, and snippets. Last active Jun 10, Code Revisions 18 Stars 3. Depending on how you configure your Raspberry Pi torrent box, you might run your device headless, but regardless you'll need peripherals for initial set up.
Aside from hardware, you'll need an operating system OS , torrent client, and possibly a virtual private network VPN for remaining anonymous online.
What you'll need to create a torrent box with a Raspberry Pi:. First, select an OS for your Raspberry Pi. Virtually any Linux distribution will suffice. However, I suggest simply opting for a Linux torrent box. Suggested OSes:. Next, find a torrent client that runs on the Raspberry Pi. Most torrent clients for Linux should work fine. Transmission, Deluge, and Qbittorrent are excellent options with amazing web UI user interface capabilities.
A web UI is highly suggested if you plan to run your Raspberry Pi seedbox headless. That way you can remotely manage your torrent uploads and downloads. You'll want to make a few changes to your Transmission configuration, so stop the Transmission service from running and open the settings JSON file:. You can access Transmission remotely which is helpful if you'd like to run your Raspberry Pi headless or merely manage your downloads from elsewhere.
Seek out the lines rpc-whitelist and rpc-whitelist-enabled and edit those to:. Additionally, you may wish to change the default download and incomplete download directories. They're loaded as download-dir and incomplete-dir, but you could instead use:. Once complete, restart the Transmission service with:.
By default, the web UI loads at port You can edit this with:. To access Deluge on another system, navigate to [Raspberry Pi IP] or use a different port if you've changed that. You may configure Deluge to run at startup. Accomplish this by running:. This step is completely optional, but whenever you're torrenting, you might want to remain anonymous.
Please note that we here at Electromaker do not condone piracy, and only suggest torrenting media that's legal to share. Regardless, with snooping ISPs, you still may want to keep your internet activity private.
At the first line add your Private Internet Access username, and on the second line your password. But replace the above with the name of the server you'd like to connect to. After that, you should be finished. Ultimately, a seedbox cobbled out of a Raspberry Pi is an awesome, easy to make project with tons of uses.
You can download loads of free, open-source software like Linux distros and seed them, thereby being a wonderful community member. Thanks for yr help. By rampadc My projects blog Follow. More by the author:. About: Make things for fun More About rampadc ». Step 0. If you are using NTFS, install ntfs-3g. Create locations for mount points for each hard drive. Step 6. Now we will configure the Raspberry Pi to mount these drives after every reboot.
Because this is a headless server, we are accessing the command lines through SSH. Fortunately, SSH is enabled out of the box for Raspbian.
Let's update and upgrade the repositories and distribution by using: sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade Step 1. You can either install Transmission or rTorrent or both. Skip to Step 2. Install Transmission sudo apt-get install transmission-daemon In order to download torrents, we need to access Transmission's WebUI. This can be done by running Transmission daemon started after installation and accessing the Pi's internal IP address and Transmission's designated port.
Transmission setup Next, we need to setup who can access Transmission by setting up username, password and allowed IP addresses: 1. Stop Transmission service with sudo service transmission-daemon stop 2. Find rpc-username and rpc-password , change the values to your liking.
Find rpc-whitelist and add the IP addresses of your other computers. You can use wildcard to include a range of IP addresses, for example, in my case, Extract the downloaded archive. Save and reload transmission service sudo service transmission-daemon reload Remember to use reload , as restart will revert your changes. Thanks to Koper89 from xbian forum, the installation is as simple as running a script! In the address you can put at the fourth number any number between 2 and but I prefer to use the address it was automatically assigned.
In some cases might be It depends on your router. Use port Cross your fingers and open your browser. If you want to access transmission from your android phone you can install Remote Transmission. Hope I helped. If you want to have access to your files from outside you have to install an ftp server.
This is how we can do it. Install the ftp program. Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group.
Create a free Team What is Teams? Learn more. Is there a way to make a Transmission Torrent Server from a Pi? Ask Question. Asked 6 years, 11 months ago. Active 2 months ago. Viewed times. This is, in a way, a 2-part question.
0コメント