FileRun

FileRun

Official

Docker app from ImSkully's Repository

Overview

FileRun is a self-hosted file sync and share web-based application - Like Google Drive, but private, and under your full control!

  • Great for photos: Fast thumbnail and preview generation. On the fly, while browsing folders
  • Guest users: Collaborate with other people without creating accounts for them
  • Metadata support: Automatically extracts and index information Exif, XMP and IPTC, so you can search photos by keywords, dates, author and more!
  • Send file requests: File requests allow you to collect and receive files from anyone, right into your FileRun user account, with just a link
  • And a lot more: fully secure, desktop sync, full mobile support, virtual drives, extensive plugins (Google Docs, Microsoft Office, Autodesk)

For full guidance on setup and configuration, refer to the FileRun support thread on Unraid forums.

FileRun Logo

What is FileRun?

FileRun is a self-hosted File Sync and Share web-based application.

It is a full-featured web based file manager with an easy-to-use user interface.

Using this software requires a license, which can be purchased here: https://filerun.com

Installation & Documentation

Official Docker image: filerun/filerun

See https://docs.filerun.com/docker for the guide.

License

Proprietary

Issues

If you have any problems with or questions about this image, please contact us.

Media gallery

1 / 5

Install FileRun on Unraid in a few clicks.

Find FileRun in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for FileRun Review the template variables and paths Click Install

Requirements


1. FileRun is a **paid** application - a perpetual license is required and can be obtained at: (https://filerun.com/pricing)
2. **MySQL/MariaDB:** An existing database server running either MariaDB 10.11 *(or higher)* **OR** MySQL 8.4 *(or higher)*

Download Statistics

387,023
Total Downloads
16,257
This Month
32,619
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
filerun/filerun:latest
Last Updated2026-03-28
First Seen2022-03-03

Runtime arguments

Web UI
http://[IP]:[PORT:80]
Network
bridge
Shell
sh
Privileged
false
Extra Params
--user 99:100

Template configuration

WebUI PortPorttcp

The port where the FileRun application frontend is served.

Target
80
Default
7940
Value
7940
Application Data DirectoryPathrw

The directory where the application is stored.

Target
/var/www/html
Default
/mnt/user/appdata/filerun/
Value
/mnt/user/appdata/filerun/
User Files DirectoryPathrw

Your actual FileRun user data directory where your files are stored, this can be any directory or share (recommended) where you want to store your files.

Target
/user-files
Database HostVariable

The database hostname/IP of your MySQL or MariaDB server.

Target
FR_DB_HOST
Database PortVariable

The port number for your MySQL or MariaDB database.

Target
FR_DB_PORT
Default
3306
Value
3306
Database NameVariable

The name of the database to use.

Target
FR_DB_NAME
Default
filerun
Value
filerun
Database UsernameVariable

The database account username to use.

Target
FR_DB_USER
Database PasswordVariable

The database account password to use.

Target
FR_DB_PASS