Skip to content

Borg UIBorg backups, with a web UI.

Create repositories, run backups, browse archives, restore files, and manage schedules from one self-hosted interface.

Borg UI

Quick Start

bash
docker run -d \
  --name borg-web-ui \
  -p 8081:8081 \
  -e REDIS_HOST=disabled \
  -v borg_data:/data \
  -v borg_cache:/home/borg/.cache/borg \
  -v /home/youruser:/local:rw \
  ainullcode/borg-ui:latest

Open http://localhost:8081 and log in with admin / admin123.

Use Docker Compose for normal deployments. See Installation.

Distributed under the AGPL-3.0 License.