X
    Categories: Guides

Low End Tech – Raspberry Pi Torrent Server Project

 

Hi, turning your raspberry pi into a torrent server is easier then you think. In this video I will show you how to install raspbian linux (debian) and install transmission torrent daemon which will allow you to access via web client. raspberry pi are very practical in most situation for it’s low power consumption and do it yourself nature, and costing only $35 is a win win. Thanks for watching!

Raspbian: https://www.raspberrypi.org/downloads/
win32diskimager: http://sourceforge.net/projects/win32diskimager/

 

command list:

sudo rasp-config

df -h

sudo apt-get update

sudo apt-get install transmission-daemon

mkdir -p /home/pi/incomplete

mkdir -p /home/pi/complete

sudo usermod -a -G debian-transmission pi

sudo chgrp debian-transmission /home/pi/incomplete

sudo chgrp debian-transmission /home/pi/complete

chmod 770 /home/pi/incomplete

chmod 770 /home/pi/complete

sudo service transmission-daemon reload

sudo nano /etc/transmission-daemon/settings.json

sudo service transmission-daemon reload

novaspirit: Avid Thinker, Computer Programmer, Web evangelist, Hacking / Breaking expert, Problem Solver, Technology Obsessed, Gamer, 3D printing, Coffee lover!

View Comments (1)

  • Hey ma man ......... I did everything but when I try to reach the website , it says that : 403 forbidden bla bla bla and it speaks of some error with the ip address settings which u have instructed to write as *.*.*.*. Please help

Related Post