{"id":9369,"date":"2019-01-08T08:03:46","date_gmt":"2019-01-08T07:03:46","guid":{"rendered":"https:\/\/nzbusenet.com\/install-the-torrent-client-transmission-on-debian\/"},"modified":"2023-07-22T12:33:47","modified_gmt":"2023-07-22T10:33:47","slug":"install-transmission-debian-for-torrent","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/install-transmission-debian-for-torrent\/","title":{"rendered":"Install Transmission Debian for torrent files"},"content":{"rendered":"\n<p>In this tutorial, install Transmission Debian. We are going to install the software torrent client Transmision on a computer with Debian. This is going to be done via the command line.<\/p>\n\n<figure class=\"wp-block-image size-full is-style-default\"><img decoding=\"async\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/09\/torrenttransmission.jpg\" alt=\"Install Transmission Debian\" class=\"wp-image-5444\" title=\"\"><\/figure>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<p>We are going to, download Tranmission. And then install it. We do this with the following.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>apt-get install transmission-daemon<\/p>\n<\/blockquote>\n\n<p>If transmission is installed. Then we must stop it. Otherwise, we cannot edit the settings. We do this with the command below.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo \/etc\/init.d\/transmission-daemon stop<\/p>\n<\/blockquote>\n\n<p>Now we are able to edit the settings of Tranmission.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/var\/lib\/transmission-daemon\/info\/settings.json<\/p>\n<\/blockquote>\n\n<p>Now you can adjust the settings to your own taste. I have used the settings below. When you copy the settings below. Then you should. The thickly printed text &#8220;password&#8221;. Customize. To your own desired password of course.<\/p>\n\n<p>{<br \/>&#8220;alt-speed-down&#8221;: 50,<br \/>&#8220;alt-speed-enabled&#8221;: false,<br \/>&#8220;alt-speed-time-begin&#8221;: 540,<br \/>&#8220;alt-speed-time-day&#8221;: 127,<br \/>&#8220;alt-speed-time-enabled&#8221;: false,<br \/>&#8220;alt-speed-time-end&#8221;: 1020,<br \/>&#8220;alt-speed-up&#8221;: 50,<br \/>&#8220;bind-address-ipv4&#8221;: &#8220;0.0.0.0&#8221;,<br \/>&#8220;bind-address-ipv6&#8221;: &#8220;::1&#8221;,<br \/>&#8220;blocklist-enabled&#8221;: false,<br \/>&#8220;blocklist-url&#8221;: &#8220;http:\/\/iblocklist.commiecast.com\/f\/tagqfxtteucbuldhezkz\/bt_level1.gz&#8221;,<br \/>&#8220;cache-size-mb&#8221;: 4,<br \/>&#8220;dht-enabled&#8221;: true,<br \/>&#8220;download-dir&#8221;: &#8220;\/var\/lib\/transmission-daemon\/downloads&#8221;,<br \/>&#8220;download-limit&#8221;: 100,<br \/>&#8220;download-limit-enabled&#8221;: 0,<br \/>&#8220;download-queue-enabled&#8221;: true,<br \/>&#8220;download-queue-size&#8221;: 5,<br \/>&#8220;encryption&#8221;: 2,<br \/>&#8220;idle-seeding-limit&#8221;: 30,<br \/>&#8220;idle-seeding-limit-enabled&#8221;: false,<br \/>&#8220;incomplete-dir&#8221;: &#8220;\/home\/downloads\/incomplete&#8221;,<br \/>&#8220;incomplete-dir-enabled&#8221;: false,<br \/>&#8220;lpd-enabled&#8221;: true,<br \/>&#8220;max-peers-global&#8221;: 200,<br \/>&#8220;message-level&#8221;: 2,<br \/>&#8220;peer-congestion-algorithm&#8221;: &#8220;&#8221;,<br \/>&#8220;peer-limit-global&#8221;: 240,<br \/>&#8220;peer-limit-per-torrent&#8221;: 60,<br \/>&#8220;peer-port&#8221;: 51412,<br \/>&#8220;peer-port-random-high&#8221;: 65535,<br \/>&#8220;peer-port-random-low&#8221;: 49152,<br \/>&#8220;peer-port-random-on-start&#8221;: false,<br \/>&#8220;peer-socket-tos&#8221;: &#8220;default&#8221;,<br \/>&#8220;pex-enabled&#8221;: true,<br \/>&#8220;port-forwarding-enabled&#8221;: true,<br \/>&#8220;preallocation&#8221;: 1,<br \/>&#8220;prefetch-enabled&#8221;: 1,<br \/>&#8220;queue-stalled-enabled&#8221;: true,<br \/>&#8220;queue-stalled-minutes&#8221;: 30,<br \/>&#8220;ratio-limit&#8221;: 2,<br \/>&#8220;ratio-limit-enabled&#8221;: false,<br \/>&#8220;rename-partial-files&#8221;: true,<br \/>&#8220;rpc-authentication-required&#8221;: true,<br \/>&#8220;rpc-bind-address&#8221;: &#8220;0.0.0.0&#8221;,<br \/>&#8220;rpc-enabled&#8221;: true,<br \/>&#8220;rpc-password&#8221;: &#8220;WACHTWOORD&#8221;,<br \/>&#8220;rpc-port&#8221;: 9092,<br \/>&#8220;rpc-url&#8221;: &#8220;\/transmission\/&#8221;,<br \/>&#8220;rpc-username&#8221;: &#8220;transmission&#8221;,<br \/>&#8220;rpc-whitelist&#8221;: &#8220;127.0.0.1&#8221;,<br \/>&#8220;rpc-whitelist-enabled&#8221;: false,<br \/>&#8220;scrape-paused-torrents-enabled&#8221;: true,<br \/>&#8220;script-torrent-done-enabled&#8221;: false,<br \/>&#8220;script-torrent-done-filename&#8221;: &#8220;&#8221;,<br \/>&#8220;seed-queue-enabled&#8221;: false,<br \/>&#8220;seed-queue-size&#8221;: 10,<br \/>&#8220;speed-limit-down&#8221;: 100,<br \/>&#8220;speed-limit-down-enabled&#8221;: false,<br \/>&#8220;speed-limit-up&#8221;: 100,<br \/>&#8220;speed-limit-up-enabled&#8221;: false,<br \/>&#8220;start-added-torrents&#8221;: true,<br \/>&#8220;trash-original-torrent-files&#8221;: false,<br \/>&#8220;umask&#8221;: 18,<br \/>&#8220;upload-limit&#8221;: 100,<br \/>&#8220;upload-limit-enabled&#8221;: 0,<br \/>&#8220;upload-slots-per-torrent&#8221;: 14,<br \/>&#8220;utp-enabled&#8221;: true<br \/>}<\/p>\n\n<p>Now you need to save the file with <strong>CTRL + X.<\/strong> And then press the<strong> y <\/strong>key to confirm<strong> .<\/strong><\/p>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<p>Now you can start Transsmision again with.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\/etc\/init.d\/transmission-daemon start<\/p>\n<\/blockquote>\n\n<p>Now you can open Tranmission in your browser with <strong>http:\/\/ip-adress:9092<\/strong>.<\/p>\n\n<p>Username = transmission and password what you just specified, in the file &#8220;settings.json&#8221;.<\/p>\n\n<p>You are now done with the install Transmission Debian tutorial. You can now configure it.<\/p>\n\n<p><strong>Transmission Debian tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/torrent-transmission-tutorial\/\">Transmission<strong> <\/strong>tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/install-transmission-debian-for-torrent\/\">Install Torrent Transmission Debian<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial, install Transmission Debian. We are going to install the software torrent client Transmision on a computer with Debian. This is going to be done via the command line. We are going to, <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/install-transmission-debian-for-torrent\/\" title=\"Install Transmission Debian for torrent files\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49346,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[734],"tags":[],"class_list":{"0":"post-9369","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-torrent-transmission-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/12\/Installeer-Transmission-Debian.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/9369","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/users\/12223"}],"replies":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/comments?post=9369"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/9369\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49346"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=9369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=9369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=9369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}