How-To

Cloud-Isolated Reolink PoE Doorbell Setup

Configure the Reolink PoE video doorbell for 100% local-only operation via Scrypted, RTSP, and ONVIF—bypass Reolink cloud, record on Frigate, and harden your IoT VLAN.

Privacy Smart Home Research Desk Jul 01, 2026

Keywords: self hosted doorbell camera, Reolink PoE doorbell local setup, Scrypted Reolink doorbell, RTSP ONVIF doorbell, cloud-free video doorbell, Frigate doorbell integration

A self hosted doorbell camera built on the Reolink Video Doorbell PoE means powering the unit over Ethernet, enabling RTSP, RTMP, and ONVIF on the LAN, routing streams through Scrypted for rebroadcast and optional HomeKit bridging, and blocking WAN egress so clips never touch Reolink Cloud. As of July 2026, that stack is the most reliable path privacy-focused buyers use to replace Ring-style cloud doorbells without giving up two-way talk or Frigate-class local retention.

Quick answer: How do you self-host a Reolink PoE doorbell without cloud?

Enable LAN protocols on the doorbell, add it to Scrypted with the Reolink plugin (Doorbell checkbox on), rebroadcast RTSP to Frigate or Home Assistant, and firewall the camera VLAN so it cannot reach the internet. Use local admin credentials—skip Reolink Cloud for viewing and retention.

Source: Scrypted Reolink plugin documentation


Executive summary

The Reolink Video Doorbell PoE (model family including D340P / Video Doorbell PoE) is a local-class device: it exposes open RTSP/ONVIF streams, stores optional clips on microSD, and does not require a paid subscription for basic LAN operation12. The privacy gap is operational—buyers who install through the Reolink mobile app with P2P left on still leak metadata and invite cloud relay paths. This guide closes that gap with Scrypted as the normalization layer and VLAN hardening as the enforcement layer.

We cross-link broader context in self-hosted smart doorbell storage, Scrypted vs Frigate vs Blue Iris, Arlo/Ring → Frigate via Scrypted, and blocking IoT WAN access.

Verdict: Nina (townhome, HomeKit household, one front door) should run Scrypted Reolink plugin + HomeKit with WAN-blocked VLAN and skip Frigate until she wants 24/7 record. David (detached home, Frigate + Coral on N100, three porch cameras planned) should rebroadcast sub/main RTSP from Scrypted into Frigate and treat the Reolink app as day-one provisioning only.


Methodology: how the integration-path matrix was built

We compared five ingestion paths reported in Scrypted docs, the @scrypted/reolink npm readme, and community threads through June–July 2026234:

  1. Feature completeness — two-way audio, button events, sub stream availability.
  2. Setup friction — steps from factory reset to stable RTSP URL (editorial scoring 1–5).
  3. Cloud isolation — whether daily viewing/recording works with camera WAN denied.
  4. Frigate fit — sub-stream detect without Scrypted-side motion plugins.

Where I’m less sure — exact firmware builds that break ONVIF intercom on the D340P revision sold in EU vs US; always retest two-way audio after camera OTA.

Anecdotally, special-character passwords break Reolink auth in Scrypted more often than on the stock app—a pattern confirmed across GitHub issues #879 and discussion #111545.


Integration pathScrypted pluginTwo-way audioButton / visitor eventsFrigate-ready RTSPWAN-blocked OK?Setup friction (1–5)Privacy score /10
Reolink plugin (recommended)@scrypted/reolinkYes (Doorbell checkbox)Yes via pluginYes via RebroadcastYes29
Reolink plugin → Frigate directReolink + RebroadcastIn Scrypted/HomeKit onlyFrigate MQTT/HA bridgeYes (sub detect)Yes39
ONVIF plugin fallback@scrypted/onvifSometimes (firmware-dependent)PartialYesYes47
RTSP plugin only@scrypted/rtspNoMotion plugin requiredYesYes56
Reolink Cloud / P2P appStock appYesYesNo local NVR pathNo13

Privacy note: Lower friction (P2P app) inversely correlates with data ownership—the top row trades ten extra minutes of Scrypted setup for no standing cloud relay.

Stat: Scrypted documents that Reolink doorbells—not standard Reolink cameras—support two-way audio via ONVIF when the Doorbell checkbox is enabled in plugin settings.

— @scrypted/reolink package readme, accessed 1 July 2026

Dataset (JSON-LD)


Phase 1 — Doorbell hardware and camera LAN settings

The Reolink Video Doorbell PoE uses 802.3af and a single Ethernet run to your patch panel—budget $25–$40 for a passive injector if your switch is not PoE (pricing checked on Amazon US, 1 July 2026). Wire the mechanical chime per Reolink’s included diagram before sealing the wall plate.

ONVIF is the open device-discovery and streaming standard most NVRs speak; RTSP is the lower-level stream URL protocol Frigate ingests after Scrypted rebroadcast normalizes codecs.

SettingLocationValue for local-only
Static IPNetwork → StatusReserve DHCP or set static (e.g. 10.30.0.51/24)
HTTPNetwork → Advanced → PortOn (LAN only after firewall)
HTTPSServer settingsOff — Reolink mishandles HTTPS redirects in Scrypted2
RTSP / RTMPPort settingsOn
ONVIFPort settingsOn
P2P / UIDNetwork → AdvancedOff before WAN block
Admin passwordUser managementSimple alphanumeric; admin role45

After settings stick, confirm streams in VLC: rtsp://admin:PASSWORD@10.30.0.51:554/h264Preview_01_sub (sub path naming varies slightly by firmware—check Reolink’s RTSP list in the web UI).


Methodology: Scrypted installation paths from docs.scrypted.app (Docker, macOS, Linux, Proxmox LXC script), verified against server 0.118+ discussions in July 20263.

  1. Install Scrypted on a host on the same VLAN as the doorbell (N100 mini-PC, Proxmox LXC, or HA OS VM).
  2. Open the management console — typically https://scrypted-host:10443.
  3. Install plugins: Reolink, Rebroadcast (often preinstalled), optional HomeKit or Home Assistant.
  4. Under Reolink → Add New, enter IP, username, password.
  5. Open the device → enable Doorbell checkbox (required for two-way audio on doorbells)2.
  6. In Rebroadcast → Stream Management, note RTMP is preferred by default for Reolink; RTSP URLs are listed for export.
# Example: probe RTSP from your NVR host after rebroadcast is running
ffprobe -rtsp_transport tcp rtsp://127.0.0.1:46249/REOLINK_DOORBELL_SUB

Replace host/port/path with the Rebroadcast URL Scrypted displays—ports are dynamic per install.

Scrypted Reolink plugin — pros
  • Native doorbell events and two-way audio path.
  • Three RTMP tiers + RTSP export via Rebroadcast.
  • Low CPU vs raw RTSP plugin motion decoding.
Scrypted Reolink plugin — cons
  • Extra service to patch and back up.
  • Firmware/plugin mismatches can break intercom until rollback.
  • Not a full NVR—pair with Frigate for AI zones and retention.
Direct ONVIF / RTSP — pros
  • Fewer plugins if you only need a static RTSP URL.
  • Auditable single-protocol path for strict homelabs.
Direct ONVIF / RTSP — cons
  • RTSP-only loses doorbell-specific audio without extra plugins.
  • ONVIF intercom timeouts reported on several firmware builds5.
  • Motion detection may require Scrypted video analysis plugins.

Taken position: Use the Reolink plugin for all doorbell deployments; keep ONVIF installed but unconfigured as rollback, not primary.


Phase 3 — Frigate, Home Assistant, and HomeKit outputs

Frigate (local record + detection)

Point Frigate at the Rebroadcast sub stream for detect and main for record—mirror the role split we document for Reolink PoE bullets in build a local Frigate NVR:

cameras:
  front_doorbell:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/reolink_doorbell_sub
          input_args: preset-rtsp-restream
          roles:
            - detect
        - path: rtsp://127.0.0.1:8554/reolink_doorbell_main
          input_args: preset-rtsp-restream
          roles:
            - record
    detect:
      width: 896
      height: 512
      fps: 5

If Scrypted and Frigate run on different hosts, use the LAN RTSP URL from Rebroadcast instead of localhost—restrict by firewall to the NVR IP only.

Home Assistant

Install the Scrypted Home Assistant plugin or use generic camera with the rebroadcast RTSP URL. Map doorbell binary sensor events to automations (chime flash, Slack webhook on LAN, unlock scenes).

HomeKit Secure Video (optional)

Enable the Scrypted HomeKit plugin, pair as a standalone doorbell accessory, and accept Apple’s iCloud E2E path for HKSV clips—this is not air-gapped, but it removes Reolink Cloud. For fully local record, skip HomeKit and use Frigate only. Compare tradeoffs in Apple HomeKit Secure Video vs local NVR.


Phase 4 — Cloud isolation and VLAN hardening

Cloud-isolated means the doorbell cannot initiate outbound internet sessions except what you explicitly allow (often NTP only).

Firewall rule (OPNsense/pfSense example)Action
IoT net → WANBlock (log)
IoT net → LAN managementBlock except NVR/Scrypted IP
NVR → IoT doorbell RTSPAllow TCP/UDP 554, RTMP ports
Admin workstation → Scrypted UIAllow 10443

Disable UPnP on the router. Confirm isolation with a packet capture or vendor firewall hit counter after 24 hours—Reolink devices should show zero sustained WAN flows during normal porch activity.


The strongest case for not running Scrypted is time and spouse acceptance:

The stock Reolink app provisions Wi-Fi/PoE doorbells in under fifteen minutes, delivers push notifications without maintaining a Linux bridge, and supports two-way talk without fighting ONVIF intercom quirks. Reolink’s optional cloud plan is not mandatory for live view on many firmware builds when you are home on LAN. For renters or households that will not operate an NVR, the app path avoids another always-on server and the firmware roulette documented in Scrypted GitHub threads.

Rebuttal: P2P keeps a standing authentication relationship with vendor infrastructure, and outages in 2024–2025 across consumer camera clouds demonstrated remote viewing dependency even when LAN record was possible. If your threat model includes vendor access, warrant-adjacent cloud retention, or ISP outage while you still want local evidence, Scrypted + Frigate + WAN deny is the coherent stack—especially when the hardware already supports RTSP.


Working examples

Worked example — Nina, Chicago row house (HomeKit, July 2026): Nina buys the Reolink Video Doorbell PoE ($129 Amazon, 1 July 2026), lands it on VLAN 40 at 10.40.0.51, and installs Scrypted on a Beelink N100 already running AdGuard Home. She enables the Doorbell checkbox, pairs HomeKit for phone notifications, and denies WAN on VLAN 40. Total added hardware beyond the doorbell: $0 (PoE switch already owned). She accepts no 24/7 Frigate record—HKSV handles clip bursts.

Worked example — David, Phoenix suburb (Frigate + HA, July 2026): David runs Scrypted in Proxmox LXC and Frigate with Coral USB on the same host. Rebroadcast exports reolink_doorbell_sub to Frigate; Home Assistant receives button press entities for garage light scenes. He blocks WAN, allows NTP UDP 123 only, and snapshots Scrypted + Frigate configs after a working state. His sub stream at 5 fps uses ~12% Coral inference budget—headroom for two future Reolink RLC-810A bullets per our local-only Reolink camera playbook.


Troubleshooting matrix

SymptomLikely causeFix
Scrypted cannot log inHTTPS on / bad passwordDisable HTTPS; simplify password; confirm admin role25
Two-way audio silentDoorbell checkbox offEnable in Reolink device settings; re-add HomeKit accessory4
Frigate no framesWrong rebroadcast URLCopy current URL from Stream Management; test with ffprobe
Works until WAN blockedP2P/DNS dependencyStatic IP; disable P2P; allow only NTP if needed
Plugin broke after OTAFirmware regressionPin firmware; watch Scrypted release notes; rollback per #11154

Checklist

  • Reserve static IP or DHCP reservation for the doorbell on an IoT VLAN.
  • Enable HTTP, RTSP, RTMP, ONVIF; disable HTTPS and P2P.
  • Install Scrypted Reolink plugin; enable Doorbell checkbox.
  • Export Rebroadcast RTSP URLs; add Frigate detect/record roles.
  • Firewall deny WAN from camera VLAN; verify zero cloud hits after 24h.
  • Snapshot Scrypted and Frigate configs after first working state.
Architecture diagram for cloud-isolated Reolink PoE video doorbell setup showing Scrypted Reolink plugin with RTSP and ONVIF rebroadcast, Frigate NVR local recording, Home Assistant automations, IoT VLAN firewall deny WAN rules, and no mandatory Reolink cloud or P2P relay for privacy-focused self-hosted doorbell camera operation in 2026.
Target state: doorbell talks only to Scrypted and Frigate on your LAN—never Reolink Cloud.

Verdict

For self hosted doorbell camera installs in July 2026, the Reolink Video Doorbell PoE + Scrypted Reolink plugin + WAN-blocked VLAN stack is the best balance of open protocols, two-way audio, and cloud bypass without soldering a Raspberry Pi to your door frame. Nina should optimize for HomeKit and skip Frigate until she outgrows HKSV retention. David should rebroadcast into Frigate on day one and treat the Reolink mobile app as provisioning-only.

I haven’t tested every EU firmware SKU against the latest Scrypted 0.0.111 plugin drop—budget an hour for intercom validation after any camera OTA. If you need a wider brand comparison first, read best video doorbells without cloud subscription and Ring vs Eufy vs Reolink privacy before buying hardware.


FAQ

Frequently Asked Questions

Can the Reolink PoE doorbell work without a Reolink cloud account?

Yes—enable LAN protocols, add the device to Scrypted with local credentials, and block WAN. You do not need Reolink Cloud for RTSP rebroadcast or Frigate recording.

Should I use the Reolink plugin or ONVIF in Scrypted?

Use the Reolink plugin for doorbells; enable the Doorbell checkbox for two-way audio. ONVIF is a fallback when the native plugin fails on your firmware.

How do I feed Frigate from a Reolink doorbell?

Enable Scrypted Rebroadcast, copy the RTSP URL for sub and main streams, and map detect/record roles in Frigate config.yml.

Why does two-way audio fail on Scrypted?

Disable HTTPS on the camera, use a simple admin password, enable the Doorbell checkbox, and verify firmware compatibility per Scrypted GitHub discussions.

Does blocking WAN break the doorbell chime?

Mechanical chime wiring is unaffected. Cloud-dependent smart chimes may stop—use Home Assistant or HomeKit automations on button events instead.

Is PoE better than Wi-Fi for a self-hosted doorbell?

PoE avoids battery swaps and Wi-Fi jitter that destabilizes RTSP. For 24/7 local record, wired PoE is the default recommendation.


Primary sources

#SourceURL
1Reolink — Video Doorbell PoE product pagehttps://reolink.com/product/video-doorbell-poe/
2@scrypted/reolink (npm)https://www.npmjs.com/package/@scrypted/reolink
3Scrypted documentationhttps://docs.scrypted.app/
4GitHub — Reolink 2-way audio (#1115)https://github.com/koush/scrypted/discussions/1115
5GitHub — Reolink doorbell 2-way audio (#879)https://github.com/koush/scrypted/issues/879
6Scrypted — Add camera guidehttps://github.com/koush/docs.scrypted.app/blob/main/add-camera.md
7Privacy Smart Home — Self-hosted doorbell overview/guides/self-hosted-smart-doorbell-with-local-video-storage/
8Privacy Smart Home — Block IoT WAN/guides/how-to-block-smart-home-devices-from-accessing-the-internet/

Footnotes

  1. Reolink product documentation — Video Doorbell PoE specifications, accessed 1 July 2026. https://reolink.com/product/video-doorbell-poe/

  2. @scrypted/reolink package readme — RTMP preference, HTTPS requirement, doorbell two-way audio, accessed 1 July 2026. https://www.npmjs.com/package/@scrypted/reolink 2 3 4 5

  3. Scrypted documentation hub, accessed 1 July 2026. https://docs.scrypted.app/ 2

  4. koush/scrypted Discussion #1115 — Reolink doorbell two-way audio firmware and plugin notes, June 2026. https://github.com/koush/scrypted/discussions/1115 2 3 4 5

  5. koush/scrypted Issue #879 — Reolink doorbell intercom auth and password character issues. https://github.com/koush/scrypted/issues/879 2 3 4