Video coming soon…
📹 Setup Scrypted — Smart Camera Hub with HomeKit & Alexa Bridging
Deploy Scrypted on Ubuntu with Docker — a high-performance camera hub that bridges any camera into HomeKit, Google Home, and Alexa with low latency, over HTTPS on port 10443.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/cameras/scrypted/scrypted-ubuntu.sh
chmod +x scrypted-ubuntu.sh
sudo bash scrypted-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/cameras/scrypted/scrypted-ubuntu.sh
2 Make it Executable
chmod +x scrypted-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts Scrypted in host network mode over HTTPS on port 10443, with its data in a mounted volume. Host networking is used so device discovery and the smart-home bridges work correctly.
sudo bash scrypted-ubuntu.sh
4 Open the Web UI (HTTPS) and Create the Admin
Browse to Scrypted over HTTPS, accept the certificate warning, and create your admin account on first visit, then add your cameras:
https://<your-server-ip>:10443
Ports Used
| Port | Purpose |
|---|---|
| 10443 | Web UI over HTTPS (host network) — self-signed cert |
| host network | Required for camera discovery and HomeKit/mDNS pairing |
| admin | No default login — create the admin on first visit |