How to Install Scrypted on Your UGREEN NAS

How to Install Scrypted on Your UGREEN NAS

Scrypted is a home automation platform primarily focusing on making camera experiences seamless. Scrypted can bridge most cameras to the three major home hubs: HomeKit (including HomeKit Secure Video), Google Home, and Alexa. Scrypted streams are fast, low latency, and have rock solid reliability. In this step by step guide I will show you how to install Scrypted on yourĀ UGREEN NAS using Docker & Portainer.

šŸ’”Note:Ā This guide works perfectly with the latest version of Scrypted v0.114.0

  • STEP 1

Please Support My work by Making a Donation.

  • STEP 2

InstallĀ Portainer using my step by step guide. If you already have Portainer installed on your UGREEN NAS, skip this STEP. Attention: Make sure you have installed the latest Portainer version.

  • STEP 3

Add Read & Write Permissions to the Docker Folder. If you have already added the Read and Write Permissions to the Docker Folder, skip this STEP.

  • STEP 4

Go toĀ File Station and open the docker folder. Inside the docker folder, create one new folders and name it scrypted. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.

Scrypted UGREEN NAS Set up 1

  • STEP 5

Log into Portainer using your username and password. On the left sidebar in Portainer, click on StacksĀ thenĀ + Add stack. Follow the instructions in the image below.

UGREEN NAS Portainer Add Stack

  • STEP 6

In the Name field type in scrypted. Follow the instructions in the image below.

Note: Copy Paste the code below in the Portainer Stacks Web editor.

version: "3.9"
services:
  scrypted:
    container_name: Scrypted
    image: koush/scrypted
    healthcheck:
      test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/11080' || exit 1
      interval: 10s
      timeout: 5s
      retries: 3
      start_period: 90s
    mem_limit: 8g
    cpu_shares: 768
    security_opt:
      - no-new-privileges:true
    restart: on-failure:5
    network_mode: host
    volumes:
      - /volume1/docker/scrypted:/server/volume:rw

Scrypted UGREEN NAS Set up 2

  • STEP 7

Scroll down on the page until you see a button namedĀ Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.

Scrypted UGREEN NAS Set up 3

āŒ›Now just wait because the Scrypted image is about 4GB.

  • STEP 8

If everything goes right, you will see the following message at the top right of your screen: ā€œSuccess Stack successfully deployedā€œ.

Scrypted UGREEN NAS Set up 4

  • STEP 9

Go back toĀ STEP 1Ā or you will deal with karma šŸ™‚.

  • STEP 10

The installation process can take up to a few seconds/minutes. It will depend on your Internet speed connection. Now open your browser and type inĀ http://Synology-ip-address:11080 If everything goes right, you will see the Scrypted Login page. Add your own Username and your own Password then click Log In. Follow the instructions in the image below.

Scrypted UGREEN NAS Set up 5

  • STEP 11

Click Management Console. Follow the instructions in the image below.

Scrypted UGREEN NAS Set up 6

  • STEP 12

Your Scrypted dashboard at a glance! If you want to set up your Surveillance Cameras read the Scrypted Full Documentation.

Scrypted UGREEN NAS Set up 7

Enjoy Scrypted on your UGREEN NAS!

This post was updated on Wednesday / August 28th, 2024 at 4:38 AM