Download Edge Gateway

Install the CCTV edge gateway daemon on your gateway hardware to connect live RTSP cameras.

Hardware Requirements

  • Intel N100, ARM64 (Raspberry Pi 4+), or any Linux x86_64
  • 4GB RAM minimum (8GB recommended)
  • Docker installed
  • Network access to your RTSP cameras
  • Internet access for cloud sync (offline queue included)

Quick Install

Run this one-liner on your gateway hardware:

curl -fsSL https://banglai.cloud/cctv-edge/install.sh | bash

The installer will download the Docker image, set up a systemd service, and launch the config wizard.

Configuration Wizard

After installation, run the config wizard to register your device and add cameras:

edge-daemon config

# You'll be prompted for:
# 1. Your Banglai Cloud account email
# 2. A device name (e.g. "Home Gateway")
# 3. Camera name + RTSP URL (repeat for each camera)
# 4. Privacy mode (default: enabled)

Start the Daemon

# Start as a systemd service (auto-starts on boot)
sudo systemctl start edge-daemon

# Check status
sudo systemctl status edge-daemon

# View logs
journalctl -u edge-daemon -f

Note

The edge gateway daemon is currently in development. The install script and Docker image will be available once Phase 2 is complete. For now, you can test with the upload pipeline.