Skip to main content

Mac

Prerequisites

.NET 8 SDK

Download and install .NET SDK 8.0 for your platform.

Download .NET 8 SDK
info

For newer M series Macs download the Arm64 version, for older Intel Macs download the x64 version


FFmpeg

If you wish to use the Video Plugin to process videos, you must download FFmpeg for your system.

You can also install FFmpeg using homebrew.

brew update
brew install ffmpeg

This will likely install FFmpeg into the location

/opt/homebrew/bin/ffmpeg

Use this location during the configuration step.


FileFlows

FileFlows App packages

Server AppNode App

Manual Installation

Download Zip
From the FileFlows directory open a terminal into the "Server" subfolder
dotnet FileFlows.Server.dll

FileFlows should now be accessible from http://localhost19200/ or http://[host]19200/

tip

Note if you have a conflict with port 5000, see the Custom Port Guide.


Configuration

If using FFmpeg, you must set the installation path on the Variables page.

  1. Open the FileFlows UI on http://localhost19200/
  2. Navigate to the "Variables" Page
  3. Click "Add"
  4. Enter
NameVariableDescription
NameffmpegThe name of the variable, this is case insensitive
Value/usr/bin/ffmpegThe path to your FFmpeg instance
tip

You maybe able to use the whereis command to locate ffmpeg

whereis ffmpeg