-
Go to the QNAP Control Panel and disable the network recycle bin and expanded media functionality.
-
Go to the QNAP FileStation settings and disable folder thumbnails.
-
Before we begin I should mention QNAP packages have some drawbacks. They tend to be bloated with extra copies of
mv
,node
,tar
, and other binaries which take precedence over those on your system and complicate scripting. In the future I’ll replace QCouchPotato, QSonarr, and QSabNZBd3 with alternative installs.In the QNAP AppCenter install
-
Entware-ng.qpkg
from entware.net -
QPerl_x86_64.qpkg
andCACert_x86_64.qpkg
from the QNAP Club Store -
QMultimedia_x86_64.qpkg
from the QNAP Club Store -
QCouchPotato_x86_64.qpkg
from the QNAP Club Store -
Qmono_x86_64.qpkg
from QNAP AppCenter Store andQSonarr_x86_64.qpkg
from the QNAP Club Store -
Par2cmdline-MT_x86_64.qpkg
andQSabNZBd3_3.1.0.0_x86_64.qpkg
from the QNAP Club Store -
Plex Media Server from QNAP AppCenter Store if it’s ≥ 1.8, else from the Plex forums
-
From QTS stop QSabNZBd3, QCouchPotato, and QSonarr packages.
-
ssh
into the TS-251+
ssh -l admin <QNAP_SERVER_NAME_OR_IP>
admin@<QNAP_SERVER_NAME_OR_IP> password: <QNAP_PASSWORD>
1. Start Entware.<br>
*Note: Once Entware is started `/opt` should be a symlink to `/share/CACHEDEV1_DATA/.qpkg/Entware-ng/`*
```shell
/share/CACHEDEV1_DATA/.qpkg/Entware-ng/Entware-ng.sh start
source ~/.profile
- Clone this qnap-setup repo and run the setup.
opkg install git cd /share/CACHEDEV1_DATA/ git clone --quiet --depth=1 --branch=master git://github.com/nzbjamz/qnap-setup ./qnap-setup/setup.sh
1. From QTS restart QSabNZBd3, QCouchPotato, and QSonarr packages.
1. Configure [SABnzbd3](configs/SABnzbd.md), [CouchPotato](configs/CouchPotato.md),
[Sonarr](configs/Sonarr.md), and [Plex Server](configs/PlexServer.md).