Once your host sends you your server's details, you need to connect to your server. In Windows, download PuTTY and fill in the appropriate details. In OS X or *nix systems, open up a terminal and type the following to connect:
$ ssh root@[your server's ip]
I wrote an installation script to automate the installation of Transmission 2.51. The script takes the following steps:- Update the system and install packages required by Transmission
- Create a new user which will run transmission
- Install a firewall (CSF) to ensure that the ports required by Transmission are open and unneeded ports are closed
- Compile libevent from source, since the version in the CentOS repositories is not recent enough for Transmission
- Update ldconfig and pkg-config configurations so that libevent libraries can be located
- Compile Transmission 2.51 from source
- Download and install an init script for the Transmission daemon
- Edit Transmission configuration so that you can access it remotely using the username and password of your choosing
Now you can install a seedbox in just three commands. First, download the install script to your server:
# wget -O install-transmission.sh http://pastie.org/pastes/3902096/download
Make the script executable and run it. Important: you must be using CentOS 6 and you must be root, otherwise this will not work. I am not responsible if this script damages your server. Use at your own risk.# chmod u+x install-transmission.sh
# ./install-transmission.sh
Type in the username and password you desire, and then let the script run. It should take around 10-15 minutes if you are working from a base install since the script will install system updates and compile both Transmission and libevent (required to compile Transmission) from source. Be patient!If everything went well, then you now have a functioning seedbox! If there was a problem, then do not hesitate to contact me. Here's how to use your seedbox.
Accessing the Transmission interface
- [Recommended] Use the remote GUI to access your seedbox. This client contains all of the features you would expect from a desktop client, while also running faster than the web interface. They have Windows, Mac OS X, and Linux versions. Download here. To set up the connection to your seedbox, put the server's IP under remote host, set the port to 9091 (default), and use the username and password you set when installing the seedbox.
Transmission Remote GUI in Windows, screenshot from the project's wiki - Alternatively you can use the web interface. It doesn't have as many features as the remote GUI, but you can access it from any computer, or even your smartphone! To access the web interface just go to this address in your browser:
http://[Your server's IP]:9091
- From your (Android) phone I recommend using Transdroid, available from transdroid.org or by scanning the following QR code with your phone.
https://www.archlinux.org/iso/2011.08.19/archlinux-2011.08.19-core-x86_64.iso.torrentYou don't even need to download the torrent; copying the torrent's URL and pasting it into your Transmission interface is sufficient.
Downloading files from your seedbox
To download and manage files on your seedbox you can use Filezilla, an FTP/SFTP client. First, download and install Filezilla. Then go to the site manager and fill in a new connection according to the screenshot below, obviously substituting the username your chose earlier for 'username'. Hit connect and you will now see files from your computer on one side, and files from your seedbox on the other. Download/upload by dragging and dropping.
That's all there is to it! I would like to thank moltar for his tutorial at diyseedbox.com. Parts of his tutorial were very helpful in writing my install script and these instructions. Please comment if you have any questions!
Update 05/12/12: Now updated to Transmission 2.51, added perl-Time-HiRes to allow the latest version of csf to install, updated libevent to 2.0.19, unblocked http and webmin on the firewall (TCP ports 80 and 10000), and added Transdroid as a method to access your seedbox.
very good thanks.
ReplyDeletedoes this still allow tinkering on the vps without corrupting this install
Yes of course. This script just installs and configures Transmission along with libevent and CSF. So as long as you keep Transmission's files in working order, you can tinker with your VPS however you like.
DeleteThis is the best way of setting up a seedbox. 3 lines of code. I shall spread the word.
ReplyDeletedear sir i installed the seedbox without any error on my vps but i also have webmin and php installed on my vps.. after some time half an hour transmission is working but my site is not working i can not log in to webmin or my site they gave connection timeout error but transmission is working fine..
ReplyDeleteany suggestion what might be the problem is ?
The shell script provided is a great (The best on the web IMO), but a bit presumptuous..
Delete# Install the firewall (CSF)
cd /usr/local/src
wget http://configserver.com/free/csf.tgz
tar xzf csf.tgz
cd csf
./install.generic.sh
cd /etc/csf
sed -i 's/^TESTING =.*/TESTING = "0"/' csf.conf
sed -i 's/^TCP_IN =.*/TCP_IN = "22,80,9091,10000,51413"/' csf.conf
sed -i 's/^TCP_OUT =.*/TCP_OUT = "1:65535"/' csf.conf
sed -i 's/^UDP_IN =.*/UDP_IN = "51413"/' csf.conf
sed -i 's/^UDP_OUT =.*/UDP_OUT = "1:65535"/' csf.conf
service csf restart
Port 80 appears to be open after the script has been run, so your site should load fine, Webmin runs on port 10000, which also appears to be open. Have your tried restarting the services?
Either way, great script, but a bit hasty with the build in firewall config...
i figured it out my self the firewall was causing the prob... remove it from the script.. and fixed...
ReplyDeleteHey man, how did you do this? I'm having the same problem. Thanks
DeleteThere's actually an easy fix without completely removing the firewall (you really should have a firewall for security reasons). You'll need to edit the configuration file for CSF and then restart it. Here's how:
Delete# nano /etc/csf/csf.conf
Then scroll down a bit until you see the TCP_IN line. The ports used for webmin and your website need to be unblocked. Add 80 and 10000 to the list of ports there to allow inbound traffic on those ports. Save and exit. Then restart the firewall:
# service csf restart
If you really just don't want a firewall (highly not recommended), you can uninstall CSF like this:
# service csf stop
# /usr/local/src/csf/uninstall.generic.sh
./install-transmission.sh: line 63: chkconfig: command not found
ReplyDelete./install-transmission.sh: line 64: chkconfig: command not found
/etc/init.d/transmissiond: line 10: /etc/rc.d/init.d/functions: No such file or directory
/etc/init.d/transmissiond: line 13: /etc/sysconfig/network: No such file or directory
/etc/init.d/transmissiond: line 10: /etc/rc.d/init.d/functions: No such file or directory
/etc/init.d/transmissiond: line 13: /etc/sysconfig/network: No such file or directory
./install-transmission.sh: line 70: cd: /home/cofin/.config/transmission: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
/etc/init.d/transmissiond: line 10: /etc/rc.d/init.d/functions: No such file or directory
/etc/init.d/transmissiond: line 13: /etc/sysconfig/network: No such file or directory
Anyone know why i'm getting this ?
chkconfig comes standard with CentOS. The fact that chkconfig is not on your system tells me that you might not be using CentOS. Check this using this command "cat /etc/redhat-release". If you're running CentOS, it'll tell you what version you have installed. If not, then it will tell you that the file does not exist.
Deletei had this error
ReplyDelete--2012-06-06 23:59:32-- (try: 4) https://github.com/downloads/libevent/libevent/libevent-2.0.19-stable.tar.gz
Connecting to github.com|207.97.227.239|:443... failed: Connection timed out.
Retrying.
It looks like you got unlucky and ran the script when github was down, so it was unable to download libevent. Github is up now, so just rerun the script.
DeleteEither that or the firewall didn't install correctly so port 443 outbound is not unblocked.
WoW,,i didnt expect you to reply this quick. Say if i cannot install transmission, is there a guide for utorrent? = P
Deletethank in advance
I tried it again but still got the connection timeout error T_T
ReplyDeleteanyway to make this thing work?
Im a newbie, could be be the firewall on my vps?
If it didn't work again, then yeah, that's definitely the firewall. Are you sure it installed correctly? If it did then you should be able to download the file unless your VPS provider has an additional firewall. What's the output of "cat /etc/csf/csf.conf | grep TCP_OUT"?
DeleteIt is:
ReplyDeleteTCP_OUT = "1:65535"
With regard to the installation, I saw the word said Completed and then the green letter "OK" appears.
Now im just stuck on
Connecting to github.com|207.97.227.239|:443... failed: Connection timed out.
Retrying.
It is my 50 tries already haha
Weird. Must be something from your VPS provider then. You can sidestep that issue like this:
Delete(1) download libevent (https://github.com/downloads/libevent/libevent/libevent-2.0.19-stable.tar.gz) to your computer,
(2) open filezilla and put the .tar.gz file in /usr/local/src on your server, and
(3) delete the "wget https://github..." line from the script.
So, i've put the libevent-2.0.19-stable.tar.gz file on the directory as you mentioned and after i have to open the log and delete all the error line correct? after that what do i do?
ReplyDeleteNo, you open install-transmission.sh and delete the line telling it to download libevent, "wget https://github.com/downloads/libevent/libevent/libevent-2.0.19-stable.tar.gz". Then run the script again.
DeleteSorry OP this is my first time trying to install transmission so I might ask you alot of Q.
ReplyDeleteHow can i find install-transmission.sh directory
and to re-run the script i just paste this command? ./install-transmission.sh ?
install-transmission.sh is a file. Edit it like so: "nano install-transmission.sh". Then you can just rerun the script with "./install-transmision.sh".
DeleteHey i managed to get thru that connection error.
ReplyDeleteNow facing another one
Connecting to download.transmissionbt.com|91.121.60.42|:80... failed: Connection timed out.
T_T
ill probably retry the same method like the previous one..ill let u know
ReplyDeleteThat should work, but it looks like the firewall's gone screwy if it's not allowing port 80. Next time you run it, do it like this "./install-transmission > log.txt". That will create a log file which you can then put on pastie. Also put /etc/csf/csf.conf on pastie. I should be able to work out exactly what's going wrong from there.
DeleteOK now im upto this part
ReplyDelete./install-transmission.sh: line 67: cd: /home/notewar/.config/transmission: No such file or directory
the config file is misssing i believe
Did the transmission daemon start and stop successfully? Do you have a copy of output previous to the error?
DeleteOkay, I can't connect to the remote host in Transmission Remote GUI, nor the web interface, I inserted the correct IP address too
ReplyDeleteSounds like either transmission's port (9091) is blocked or that the daemon isn't running in the first place.
DeleteMake sure the daemon is running with "service transmissiond restart". You should also have CSF (firewall) installed, which should have port 9091 unblocked. Verify this by looking at the allowed ports with "cat /etc/csf/csf.conf | grep TCP_IN" and restarting the firewall with "service csf restart".
It worked! It wasn't started. Thank you!
DeleteNevermind, now there's a error: Connection Failed!
DeleteI connected to the page and logged in successfully but GUI says Connection Refused and same with web interface
So is this similar to sprite's error then? You start Transmission but then it stops working after not too long. Do you have any other details about the problem? Does it work again after you do "service transmissiond restart"?
DeleteNo, it never worked, I just assumed it worked, but it didn't.
DeleteWhen I did service transmissiond restart:
Shutting down transmission-daemon: [FAILED]
Starting transmission-daemon: [ OK ]
Yeah, same as sprite's error
Thank you for the tutorial.
ReplyDeleteI installed the seedbox on my VPS (CentOS 6 32bit) without any error but it doesn't work corretly. I can connect to the seedbox with remote GUI but the Transmission is stop working within a short time and i get disconnected.
I can start it manually again (service transmissiond start) and i can connect again but the transmission service is stop working usually within a minute.
any suggestion? (sry for my bad english)
Very strange. I'd only previously tested on 64-bit CentOS 6, so I went ahead and tested on a 32-bit installation of CentOS 6. Transmission has been running for a while on it and I have not encountered the error you're getting. When you manually start transmission, is it already stopped or do you need to stop it and then start? That is, is the daemon still running when you encounter your error?
Deletethanks for your reply. when i manually start transmission is it already stopped.
DeleteI am also getting the same error as sprite
ReplyDeleteIts the same thing it automatically gets stopped aftr a few secs
ReplyDeleteStarting transmission-daemon: [FALLITO]
ReplyDeleteShutting down transmission-daemon: [FALLITO]
any idea?
Try starting the daemon manually and see what happens:
Delete# su [username]
$ /usr/bin/transmission-daemon -g /home/[username]/.config/transmission
same proble here, sprite here you have rented VPS?
ReplyDeleteWorked! Thanks man. If you have some problems (like i was), it was the first part "ssh root@[your server's ip]" - I kept doing that wrong. But i've done it now, and just want to say thanks again :D
ReplyDeleteiwhy i keep get this error whenever i try to connect to my seedbox ip address: "connection refuse"
ReplyDeletethe instalation is succesfull, but i can't log into my seedbox. please advice
Does your SSH daemon run on port 22 or a nonstandard port? If it runs on a nonstandard port then the firewall might have blocked it.
Deleteadd ftp and this will be even better thanks
ReplyDeletei have the box working perfect but i have no clue for the FTP side of it
Found This Code to set up FTP on server and works perfect just follow the steps in order
ReplyDelete1) yum install vsftpd
2) /etc/init.d/vsftpd restart
3) useradd username
4) passwd username
I always recommend using SFTP over FTP since it's another layer of security and you don't need to run an FTP server, but those steps should get an FTP server up and running if that's your preference. You should skip steps 3 and 4 and just use the username you chose previously for Transmission. Also, you'll want to make the FTP server start automatically in case your server is ever restarted:
Delete# chkconfig --add vsftpd
# chkconfig --level 345 vsftpd on
would be nice if it worked...
ReplyDeleteYou have to install:
* php-pear
* php-devel
* gcc
* make
in order to have it working if not installed on the server you bought if not using cloud as i wanted until i gave up
??
ReplyDeletewhich: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
which: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
./install-transmission.sh: line 70: cd: /home/torrent1/.config/transmission: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
which: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
Looks like transmission didn't install correctly for some reason. What are the errors before that one? You can create a log file when running the install script like this: "./install-transmission.sh | tee log.txt".
Deletei forgot my pwd how to reset
ReplyDeletetouch: cannot touch `/var/lock/subsys/transmission-daemon': Permission denied
Delete/etc/init.d/transmissiond: line 50: /var/run/transmission-daemon.pid: Permission denied
As root, run 'passwd [username]'. Then stop the transmission daemon (service transmissiond stop), edit /home/[username]/.config/transmission/settings.json and change the value of rpc-password to your password, and start the transmission daemon again (service transmissiond start).
Deletewill this work on Centos 5
ReplyDeletei tried this install and now my websites are offline im on centos with cpanel ports 80 and 10000 are open i can get to the Cpanel/WHM but no live pages
ReplyDeletei reinstalled csf and seemed to fix it
DeleteThis comment has been removed by the author.
ReplyDeletei manage to install the seedbox using this script but since my isp is capped ftp speed, may i know the easiest way (im really2 noob about linux)to enable the http download and secured it with password...
ReplyDeleteIs SFTP also throttled? If not, then you should just use that as described above. If not, I can write out a way to make an HTTP download page with an IP whitelist.
Deleteyes.. thank you for the fast reply..sftp also throttled.. i only manage to get half of my connection speed..
Delete1) Install a webserver, "yum install httpd".
Delete2) Edit /etc/httpd/conf/httpd.conf and add the following to it in the Aliases section: http://pastie.org/4386289
3) Change the permissions of your home directory, "chmod -R 755 /home/[username]/" and "chcon -R --reference=/var/www/html/ /home/[username]/".
4) Configure the web server to start whenever your server reboots, "chkconfig --add httpd" and "chkconfig --level 345 httpd on".
5) Start the web server, "service httpd start".
So once you do that, just go to http://[your IP]/torrents and you can download everything, but it's only accessible from the IP address you specified in /etc/httpd/conf/httpd.conf
Deleteonly manage to try it yesterday.. and it works like charm.. thanks again sir!...
Deletei have installed transmission successfully and i verified that it was running. but i cant access it through :9091 and remote gui. both says " Connection Refused" . help me !!
ReplyDeleteTry the following:
Delete# service transmissiond restart
This works really really well.... from my win 7 pc.... to my server... but when I boot the same pc into ubuntu 12.04, the connection attempt just times out.... wtf??
ReplyDeleteDoes the version of trans rem gui have to match??
firewall is completely disabled... FTP works fine to server, just no seedbox at all...
If the remote gui is the latest version, then it should work with any older version of Transmission. Try connecting via your browser and see what happens.
Deletehello thanks works really well i just wanted to know can i cam make more than one user i mean i want to create more useers
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteCould you please do the same tutorial for Raspbian “wheezy” (raspberry pi) ??
ReplyDeletei got this error
ReplyDeletewhich: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
which: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
./install-transmission.sh: line 70: cd: /home/admin/.config/transmission: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
which: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
root@seed [~]# cat /etc/redhat-release
CentOS release 6.3 (Final)
root@seed [~]#
as you can see i ran the line you said above and i am on centos which i already knew... any advice?
It looks like Transmission didn't install correctly for whatever reason. If you run "./install-transmission.sh | tee log.txt" it'll create a log of the install output. Without seeing the preceding output, I can't tell you why Transmission didn't install.
DeleteI have a dedicate server with 1TB HDD and up to 3MB fiber line with static IP, it run CenOS 6 and your Tranmission Seedbox with no errors (thank you for this). My problem is our team have 6 persons and I want to assign each person with private account on seedbox. How can I do this, man?
ReplyDeletehow do i add multiple user ?
ReplyDeletehow do i change username/password for transmission ?
ReplyDeleteFor transmission, you must edit /home/[your username]/.config/transmission/settings.json and change the value of rpc-password. Then you can change your password for sftp by typing "passwd [your username]" at the command line. Changing username is more involved (i.e., you'll just create and configure a new user). Let me know if you still need to do that.
Deleteso i have my seedbox up and running, which btw thank you for the easy installation. I tweaked the installation a bit my adding some extra security via this site https://forum.suprbay.org/showthread.php?tid=94776 , I have everything working except the SFTP connection. When i try to connect I get that the connection was refused. Any help would be great.
ReplyDeleteFrom that article it looks like you changed the port SSH runs on and added key-based authentication (these are great for security purposes, I do both myself). In Filezilla, you'll have to change the port to whatever you picked and add your private key in the SFTP section of settings.
DeleteI see a lot of people are requesting multiple users. I've done this myself but haven't written an automated script to do so. As I'm very busy at the moment, I won't be able to write one for 2-3 weeks.
ReplyDeletehey man could u please kindly update the script to install latest transmission to 2.73 it is allowed on all private trackers.. recently some private trackers like hd-t has banned Transmission 2.51 (13280)
ReplyDeleteThis is another thing I'll be able to get to in 2-3 weeks when I have more free time. You *should* be able to get away with changing all instances of transmission-2.51 to transmission-2.73 in the install script, but I haven't tested this.
DeleteI have a Centos server with transmission seedbox (thanks transmissionseedbox)but it get banned by some private tracker because it running version 2.51. I just did this thing to upgrade Transmission to 2.7.3:
ReplyDeleteOpen PuTTy, login as root, then run following commands:
cd /usr/local/src
wget http://download.transmissionbt.com/files/transmission-2.73.tar.bz2
tar xjf transmission-2.73.tar.bz2
cd transmission-2.73
./configure --prefix=/usr
make -s
make -s install
And it work for me
DeleteThanks yeah looking goood, nice share mate....
ReplyDeletehey man can't install transmission 2.75 please help ..
ReplyDeleteworking fine.but can you tell me how to add download option on :9091 webpage?
ReplyDeleteUse FPT program like filezilla with your seedbox username and password then you can download things you are seeding.
DeleteHey, how can add multiple users to this without stopping the transmission-daemon or anything on any of them? You can email webmaster@exodusgaming.org
ReplyDeleteI would also like to add if you need a place to host a real website I have webspace avaliable for free.... Again email webmaster@exodusgaming.org
ReplyDeletereally great install this mate, lol we all just NEED the multi-user environment badly, with quotas if at all possible...... thanks again for a faultless script so far mate
ReplyDeleteYeah right mate!
DeleteHello
ReplyDeleteThe installation stack:
10 tries: http://configserver.com/free/csf.tgz
Connecting to configserver.com|85.13.195.235|:80... failed: Connection timed out
Please tell me what to do ?
Thank you
Just fix it like the solution you gave to later answers.
DeleteThanks for the great script
We need more like you in this world...
ReplyDeletebright web-site accounts insomnia xiv,insomnia youtube,insomnia treatment,insomnia 411 atmosphere,insomnia coffee,insomnia facts,insomnia zelda,insomnia types
ReplyDeleteDoes anyone have any scripts or a way that torrent files can be created when you are running a headless server ? I am dead against using the cli as I run well in excess of 4000 torrents and frankly, the cli stinks...... I need to be able to create the torrent file and then save it ON MY HOME pc so that I can then upload the file to my tracker, AFTER THAT i simply add the new file to the server and all done.....
ReplyDeletebut I need to get this to work via ssh or the web for torrent create ?
any ideas or input or maybe someone has something similar?
Let ask Google with keyword: "How to create a torrent?".
DeleteTo transmissionsedbox. I (Oh sorry: I mean We)want a multiples user system on our seedbox. Can you help?
ReplyDeleteLet ask Google with keyword: "How to create a torrent?".
ReplyDeleteMR dung... thats a dung comment.... poop comment... dont get clever, get helpful.... YOU google anyone of the 324 sites that I have already visited and see if you fund something... if you do not understand what someone is saying, keep quiet..... read my post and again try a new , constructive answer mate
You should read this: http://www.torrent-invites.com/seedbox-discussions/198692-most-efficient-method-create-torrent-file-seedbox.html
DeleteBut I think there are noway to do for solved your problem.
Thank you very very much THAT was great input.... lol if only someone could modify the webui or the GTKui to accomodate torrent creation like in ruTorrent Transmission would be THE best around..... Your post helped me with existing torrents, however I still have the problem of creating new torrents when adding fresh content via FTP lol.... any ideas there? HEHE I recently added a batch of 938 files to my box and it was NOT funny doing the torrent files, believe me......
ReplyDeletei got
ReplyDeletewhich: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
which: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
./install-transmission.sh: line 70: cd: /home/nick/.config/transmission: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
sed: can't read settings.json: No such file or directory
which: no transmission-daemon in (/sbin:/usr/sbin:/bin:/usr/bin)
any ideas?
Great but how can i add more users?
ReplyDeleteim getting the same error as nick -
ReplyDeleterunning it on centos 6.4 - anyone know whats up with this?
hey i don't know what happened but after using this script my website hosted on VPS is down now i can't access it no matter what i have restarted VPS also but it's same ... Please help me .. :(
ReplyDeleteHow to totally uninstall it?
ReplyDeleteSame question
DeleteSo Awesome ! thank's 4 sharing,... :)
ReplyDeleteMerci pour ce tuto bien détaillé et bien écrit
ReplyDeletehow can i uninstall this? want to move it to a new HD i put on my server? please help! :) thanks
ReplyDeleteWow so easy to install... I didn't really noticed that it installed csf but that's my fault I didn't read carefully enough.
ReplyDeleteThank you very much for your time and congratulations for the script, it's 10/10
Thanks a lot keep up the good work
ReplyDeleteJust tested this out on a SecuredSpeed VPS and it works great! Thanks for the guide.
ReplyDeleteThis installed perfectly, thank you for this great tutorial!
ReplyDeleteis this method still working for the latest transmission?
ReplyDeletecan we update latest version of transmission only inside the script? will it work?
ReplyDeletethanks
Hi .. i have it it up and running on my server but it stays stuck on 0% .. the torrents don't get downloaded .. what should i do?
ReplyDeleteit doesn't get connected to peers
thanks elijah
ReplyDeletehttp://elijahpaul.co.uk/script-install-for-transmission-2-83-seedbox-on-centos-6-5/
ReplyDeleteafter reboot on centos 7 it stops working.
Hello your blog is sharing great information. amazingseedbox providing best Seedbox solutions in Netherlands.Thanks for share this blog.
ReplyDeleteThis is great revealing content. Thank you I really appreciate the unique articles you write. amazingseedbox provide this Shared seedbox
ReplyDeletenever know there is remote gui for transmission, I am usually using web UI
ReplyDeleteThank you so much for sharing This post. It's gretful blog I have really enjoyed keeping up with you on this blog.
ReplyDeleteAmazing seedbox is a large server, with lots of memory and CPU that is used by a little number of users who frequently don’t know each other.
visit for more information..Dedicated seedbox
Hello, Please tell me how can i make this running on my server in this way - "ip/downloads" to directly download my files from seedbox
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteMade it work after adding
ReplyDelete-A INPUT -i 1 -p tcp --dport 9091 -j ACCEPT
to /etc/sysconfig/iptables
with sudo nano /etc/sysconfig/iptables
As answer to the connection refused problem it gives when follow the above tutorial as is
Great and that i have a swell offer you: How Much Is House Renovation Loan In Pag Ibig house renovation website
ReplyDelete