FileRun 2026.1.0

⚠️ This is a beta update.
Join the discussion here.
If you cannot risk having to restore a full backup, please do not install.

⚠️ This update includes breaking changes.
They are marked with a warning symbol.
Read this page carefully before proceeding.
Do not skip the updating section.

Overview

FileRun 2026.1.0 is a major upgrade that makes sharing feel like a modern collaboration platform, speeds up large uploads, and significantly raises the security and reliability bar through a rebuilt backend.

Sharing with links

The same beautiful and fully-featured interface that registered users are enjoying is now available to all visitors.

weblinks

Depending on given permissions, visitors can:

All this just like it was until now possible only when files were shared with registered users.

Sharing with links is now done from the unified sharing panel:

sharing.png

Roles make it easy to set permissions using one click:

weblink_roles.png

Sharing with registered users

Sharing with users or with a link is now done from the same panel.

unified_share.png

Adding new users to a share is more intuitive than before, and you can send an e-mail notifications with custom messages directly from the sharing panel.

adding_share.png

The sharing permissions are now assigned with a single click, using predefined roles.

sharing_roles.png

Permissions to role mapping

Here is how the existing shares will be automatically reconfigured by this update:

Sharing with Guests

The guest users (users assigned the system role Guests):

It is no longer possible for Guest users to:

If these permissions are too strict for your current users, you will want to create a new role for them, and assign them to the new, more permissive role.

Security fixes and improvements

File permission handling

File permissions on shared files

Previewing without download permissions

Commenting system

Other

Vulnerabilities fixed

Authentication security

Other

Logging

File/folder activity logs

User activity logging

E-mail notifications

Related to third-party apps

Performance

Error handling

Files plugins

Uploading

New streaming file upload

Remarks

File Management

Control Panel

Other admin-related

Zipping

The user interface

The Details panel

The Activity tab

The format is now different, similar to Google Drive:

activity.png

Other

The Media section

⚠️ Breaking changes

This also includes a list of features and options that are no longer available.

The API

The API is unfortunately no longer compatible because of the many fundamental changes such as user id referencing, changed file/folder paths, changed the way file sharing permissions are set, changed the way the file uploads are being done.

For more information, please see the API migration guide.

Other changes and remarks

Updating

Please note that there are tasks that need to be done both before and after applying this update.

1. Things you need to do before updating

For users of the official FileRun Docker image:

  1. Update the database server:

Update MariaDB

  • Replace the server with version 10.11 or higher. We recommend you to use the latest version.
  • When using Docker, you can start the container with MARIADB_AUTO_UPGRADE=1
  • Or upgrade the databases by running mysql_upgrade.

Update MySQL

  • Replace the server with version 8.4 or higher. We recommend you to use the latest version.
  • Then upgrade the databases by running mysql_upgrade.
  1. Install the FileRun update from the FileRun control panel.
  2. Replace the Docker image with filerun/filerun:8.4
  3. Restart the container.

If you are running NGINX

Make sure that your configuration location ~ \.php$ is updated to the regex version location ~ ^(.+\.php)(.*)$ which allows URLs like /index.php/sub/path. This regex captures both the PHP file and the PATH_INFO portion.

Without this, the new FileRun version will not function at all.

2. Things you need to do after updating