How to install Scrypted On a Raspberry Pi/Linux Server
Jeriel Rubarajan Jeriel Rubarajan
608 subscribers
10,657 views
0

 Published On Dec 7, 2021

Scrypted is a Home Automation platform that can allow us to seamlessly bridge our existing Apple HomeKit, Google Home and Amazon Alexa devices together into one unified system. In this tutorial I will show you how you can install Scrypted Server onto any Linux server, including a Raspberry Pi.

Useful Links
———————

Raspbian Lite Download
https://downloads.raspberrypi.org/ras...

Raspberry Pi Flasher Tool
https://www.raspberrypi.com/software/

Scrypted Website
https://www.scrypted.app/

GitHub:
https://github.com/koush/scrypted

Channel Discord:
  / discord  

Scrypted Discord:
  / discord  

Required commands for local install
————————————————————

sudo raspi-config

sudo apt-get update && sudo apt-get upgrade

sudo apt install curl && curl -sSL https://deb.nodesource.com/setup_16.x | sudo bash -

sudo apt install ffmpeg libavahi-compat-libdnssd-dev nodejs gcc g++ make -y

node -v

npx -y scrypted serve


Required commands for docker install
——————————————————————

sudo raspi-config

sudo apt-get update && sudo apt-get upgrade

curl -fsSL https://get.docker.com -o get-docker.sh

sudo sh get-docker.sh

sudo usermod -aG docker pi

docker version

docker info

docker pull koush/scrypted

docker run \
--privileged \
--network host \
-d --restart unless-stopped \
-e LD_LIBRARY_PATH=/opt/vc/lib \
-v /opt/vc:/opt/vc \
-v ~/.scrypted/volume:/server/volume koush/scrypted

Timestamps
———————

0:00 - Intro
0:55 - Local Installation
1:36 - Advanced Options for Raspberry Pi Imager
2:32 - SSH into Pi
4:49 - Docker Installation

show more

Share/Embed