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.
FileFlows Downloads
No downloads available.
Scripted Install
- Server
- Node
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.
| Name | Value | Description |
|---|---|---|
| Name | ffmpeg | The name of the variable, this is case insensitive |
| Path | /usr/bin/ffmpeg | The path to your ffmpeg instance |