Skip to content

A guide to setting up the QNAP TS-251+

License

Notifications You must be signed in to change notification settings

nzbjamz/qnap-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QNAP TS-251+ Setup

  1. Go to the QNAP Control Panel and disable the network recycle bin and expanded media functionality.

  2. Go to the QNAP FileStation settings and disable folder thumbnails.

  3. 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

  1. From QTS stop QSabNZBd3, QCouchPotato, and QSonarr packages.

  2. 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
  1. 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).

About

A guide to setting up the QNAP TS-251+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published