Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 3.26 KB

File metadata and controls

60 lines (45 loc) · 3.26 KB
<script setup lang="ts"> import { onMounted } from 'vue'; import ImagePopup from './src/ImagePopup.vue'; </script>

Install Scrypted

Scrypted can be installed on Windows, Mac, or Linux as a desktop app or as a background service (Mac, Windows, Proxmox VE, Linux - Docker).

::: tip After selecting and completing installation, return to the docs to continue with Camera Setup. :::

Recommended Servers

Docker Servers

::: danger Scrypted will not work in Docker Desktop for Mac or Windows due to the unavailability of host networking via the --network host flag. :::

All Installation Options

Proxmox VE vs Docker

Proxmox VE is preferred for Scrypted over Docker for several reasons:

  • Superior networking capabilities. The Scrypted installation on Proxmox will have a dedicated IP on the local network. Scrypted requires host networking on Docker, which cause conflicts when running alongside other host networking services like Pi-hole or Homebridge.
  • Simple storage setup with Scrypted NVR. Proxmox provides a web interface for formatting new drives and adding them to containers like Scrypted.
  • Automatic iGPU passthrough for hardware accelerated decoding and detection when using the installation script.
  • Proxmox provides a web interface by default, which is great for headless/dedicated services. The OS is lightweight and designed for running containers and VMs.

After the chosen installation method is complete, return to this page to continue with Camera Setup.