Maintained by Thijmen Heuvelink

This is surely one of the greatest open-source file manager that's accessible as a webapp, easily manage users and share your files via the web!

  1. Create the database file:
touch filebrowser.db
  1. Create a docker-compose file:
services:
  filebrowser:
    image: filebrowser/filebrowser
    container_name: filebrowser
    restart: unless-stopped
    ports:
      - "8080:80"
    volumes:
      - ./data:/srv
      - ./branding:/branding
      - ./filebrowser.db:/database.db
  1. Run Docker Compose:
docker-compose up -d
  1. Visit the web ui and login

Go to http://localhost:8080 and login with user: admin, pass: admin.

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved