Skip to main content

Linux

Prerequisites

.NET 8 SDK

For detailed instructions how to install .NET on linux refer to this guide from Microsoft.

FFmpeg

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


Install and run FileFlows
wget -O FileFlows.zip https://fileflows.com/downloads/zip
unzip FileFlows.zip -d FileFlows
cd FileFlows/
chmod +x run-server.sh
./run-server.sh

This will launch the server with a GUI. To launch it without a GUI, use cd Server

dotnet FileFlows.Server.dll
info

You should now be able to view FileFlows in the browser on http://localhost:19200/

In order for plugins to find the FFmpeg tool, it must be added under the Variables page.

NameValueDescription
NameffmpegThe name of the variable, this is case insensitive
Path/usr/bin/ffmpegThe path to your ffmpeg instance