Feniks
  • Feniks
    • Installation
    • Adding a Camera
    • Camera Settings
      • Input
      • Streaming
      • Snapshot
      • Recording
    • Stream Gallery
    • Playback
    • AI
      • Zones and Masks
      • Images
      • Clips
      • Querying Data
      • Face Training
      • Smart Search
    • General
    • Cloud
    • Export / Import
    • Multi Storage
    • ONVIF
    • Support
Powered by GitBook
On this page
  1. Feniks

Installation

PreviousFeniksNextAdding a Camera

Last updated 2 years ago

The installation process can be done effortlessly since all services are dockerized and can be run by Docker-Compose in one single command. I' ve created a to make generating Docker-Compose file easy.

  • Install Docker on your system:

  • Install Docker Compose:

  • Create docker-compose.yml file by using the

  • Open a terminal from the location where the generated docker-compose.yml file is located.

  • Run 'docker-compose up' command to start Feniks.

Runs natively on Linux. Windows and macOS are currently not supported. It was tested on X86 CPUs, Nvidia GPUs(both hardware encoding and decoding), Raspberry PI 4 and Nvidia Jetson Nano.

Open your browser and navigate to '' after all service is initialized.

http://localhost:8080
wizard
https://docs.docker.com/get-docker/
https://docs.docker.com/compose/install/
wizard