Run FileBrowser Quantum natively on Windows.

Download

  1. Go to releases page
  2. Download either stable or beta filebrowser-windows-amd64.exe
  3. Save to a folder (e.g., C:\FileBrowser\)

Optional: Install FFmpeg

For video preview support, install FFmpeg.

Create Configuration

Interactive setup:

BASH
1
.\filebrowser.exe setup

Or Create config.yaml in the same folder:

YAML
1
2
3
4
5
6
7
8
server:
  port: 80
  sources:
    - path: "C:\\Users\\YourName\\Documents"
      config:
        defaultEnabled: true
auth:
  adminUsername: admin

Or generate interactively:

CMD
1
.\filebrowser.exe setup

Run FileBrowser

CMD
1
.\filebrowser.exe -c config.yaml

Access at http://localhost:80 with admin / admin

Troubleshooting

For common issues and solutions, see the Troubleshooting guide.

Next Steps