{"id":34813,"date":"2021-10-30T11:08:22","date_gmt":"2021-10-30T09:08:22","guid":{"rendered":"https:\/\/nzbusenet.com\/sabnzbd-fixing-dsm-6\/"},"modified":"2023-07-23T12:25:17","modified_gmt":"2023-07-23T10:25:17","slug":"sabnzbd-fixing-dsm-6","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/sabnzbd-fixing-dsm-6\/","title":{"rendered":"Getting SABnzbd DSM 6 to work because of the extra security"},"content":{"rendered":"\n<p>Getting SABnzbd fixed on DSM 6 There are quite a few programs that used to work perfectly under DSM 5. But with DSM 6, the security has been tightened. And that&#8217;s why I&#8217;m going to explain how to get SABnzbd working again on DSM version 6.<\/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<h2 class=\"wp-block-heading\">Activate SSH Synology<\/h2>\n\n<p>We need to activate SSH first. If you haven&#8217;t turned on yet. In the following I explain how to enable SSH on your Synology.<\/p>\n\n<figure class=\"wp-block-image is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"98\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/06\/synology-terminal-service.png\" alt=\"synology terminal service icon\" class=\"wp-image-4969\" title=\"\"><\/figure>\n\n<p>If you have opened the webpage of your Synology. Go to <strong>Control Panel<\/strong>. And then you go to <strong>Terminal and SNMP<\/strong>.<\/p>\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"721\" height=\"520\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2022\/12\/image-54.png\" alt=\"enable ssh synology\" class=\"wp-image-44879\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2022\/12\/image-54.png 721w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2022\/12\/image-54-250x180.png 250w\" sizes=\"auto, (max-width: 721px) 100vw, 721px\" \/><\/figure>\n\n<p>Here we check the box <strong>Enable SSH service<\/strong>. And click <strong>Apply<\/strong>.<\/p>\n\n<h2 class=\"wp-block-heading\">Access Synology from the command line with Putty<\/h2>\n\n<p>Now that we have enabled Terminal (SSH) on your Synology NAS, we can access the NAS via the command line. We do this with the free program Putty.<\/p>\n\n<p>You can download the latest version of Putty here h<a href=\"http:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/download.html\" target=\"_blank\" rel=\"noopener nofollow\">ttp:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/download.html<\/a>When Puty is downloaded start it up by running <strong>putty.exe.<\/strong><\/p>\n\n<figure class=\"wp-block-image is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"242\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/06\/putty-synology-250x242.png\" alt=\"putty-synology\" class=\"wp-image-4973\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/06\/putty-synology-250x242.png 250w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/06\/putty-synology-150x145.png 150w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/06\/putty-synology-369x357.png 369w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/06\/putty-synology.png 452w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/figure>\n\n<p>If you opened Putty. Fill in the ip address of your NAS at <strong>Host Name<\/strong> and at <strong>Port<\/strong>10. then click <strong>Open<\/strong>.<\/p>\n\n<p>You will now receive a message click on <strong>Yes<\/strong>. This is because you have not previously connected to your NAS via the command line. You will only get this message the first time. You will then see a black screen with <strong>login as<\/strong>:. Enter your username here. (must be an Admin account). Press <strong>enter<\/strong>and enter the <strong>password<\/strong>and press <strong>enter<\/strong>again. If that doesn&#8217;t work try using the username <strong>root<\/strong>.<\/p>\n\n<h2 class=\"wp-block-heading\">Fixing SABnzbd DSM 6<\/h2>\n\n<h3 class=\"wp-block-heading\">Option 1 with vi<\/h3>\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 we are actually going to get SABnzbd up and running.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo vi \/var\/packages\/sabnzbd\/scripts\/start-stop-status<\/p>\n<\/blockquote>\n\n<p>Type the above and enter your password.<\/p>\n\n<p>Press the letter <strong>I<\/strong>and adjust the USER to root on line 11. So it becomes <strong>USER=&#8221;root&#8221;<\/strong>.<\/p>\n\n<p>Press the <strong>ESC<\/strong>key.<\/p>\n\n<p>Type now.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>:wq<\/p>\n<\/blockquote>\n\n<p>This command saves the file you just edited.<\/p>\n\n<h3 class=\"wp-block-heading\">Option 2 with nano<\/h3>\n\n<p>Now we are actually going to get SABnzbd up and running.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/var\/packages\/sabnzbd\/scripts\/start-stop-status<\/p>\n<\/blockquote>\n\n<p>Type the above and enter your password. Now go to line 11. USER should be root so it will be <strong>USER=&#8221;root&#8221;<\/strong><\/p>\n\n<p>Press <strong>CTRL + X<\/strong> then<strong>Y<\/strong> and <strong>enter<\/strong>.<\/p>\n\n<p>You are now ready and can start SABnzbd via the web interface of DSM 6<\/p>\n\n<p><strong>SABnzbd DSM 6 working<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/sabnzbd-tutorial\/\">SABnzbd tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/sabnzbd-fixing-dsm-6\/\">Getting SABnzbd fixed on DSM 6<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Getting SABnzbd fixed on DSM 6 There are quite a few programs that used to work perfectly under DSM 5. But with DSM 6, the security has been tightened. And that&#8217;s why I&#8217;m going to <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/sabnzbd-fixing-dsm-6\/\" title=\"Getting SABnzbd DSM 6 to work because of the extra security\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":50002,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"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},"jetpack_post_was_ever_published":false},"categories":[725],"tags":[],"class_list":{"0":"post-34813","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-sabnzbd-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/06\/SABnzbd-DSM-6-werkend-krijgen-vanwege-de-extra-beveiliging.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/34813","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=34813"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/34813\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/50002"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=34813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=34813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=34813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}