Borg-Web-UI

Borg-Web-UI

Docker app from grtgbln's Repository

Overview

Replace complex Borg Backup terminal commands with a beautiful web UI. Create, schedule, and restore backups with just a few clicks.
Borg UI Logo v2

Docker Hub License: AGPL-3.0 GitHub Actions Tests codecov Discord

A modern web interface for Borg Backup
Run backups, browse archives, restore files, manage repositories, and automate schedules from one interface.

Highlights

  • Dashboard for repository health, activity, schedules, and storage
  • Repository management for local, SSH, and SFTP destinations
  • Live backup progress, archive browsing, and restore workflows
  • Automated schedules, maintenance actions, and pre/post backup hooks
  • Notifications through 100+ Apprise services
  • Remote machine management with SSH key deployment and storage visibility
  • Support for BorgBackup 1.x and BorgBackup 2 beta workflows
  • Multi-architecture containers for amd64, arm64, and armv7

Interface

Operations Overview

Track repository health, recent activity, storage, and day-to-day backup execution from the main product surfaces.

Borg UI dashboard Repository management

Backup and Restore Workflows

Monitor live backup progress, inspect archives, and work through restore flows without dropping to the CLI.

Live backup progress Archive browser

Automation and Integrations

Automate schedules, manage remote machines, and configure notifications for ongoing backup operations.

Backup schedule management Remote machines management Notification services

Getting Started

docker run -d \
  --name borg-web-ui \
  -p 8081:8081 \
  -v borg_data:/data \
  -v borg_cache:/home/borg/.cache/borg \
  -v /home/yourusername:/local:rw \
  ainullcode/borg-ui:latest

Access the app at http://localhost:8081 with admin / admin123.

For setup details, see the installation guide.

Documentation

Enterprise

For teams that need commercial support, larger rollouts, or an enterprise conversation, Borg UI can also support evaluation and deployment beyond the core open source setup.

Support

Star History

Contributing

See the contributing guide and the development guide.

License

This project is licensed under the GNU Affero General Public License v3.0. See LICENSE.

Made with ❤️ by Karan Hudia

Install Borg-Web-UI on Unraid in a few clicks.

Find Borg-Web-UI 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 Borg-Web-UI Review the template variables and paths Click Install

Requirements


        Requires a separate Redis instance.
    

Download Statistics

327,139
Total Downloads
75,005
This Month
48,084
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Details

Repository
ainullcode/borg-ui:latest
Last Updated2026-06-13
First Seen2025-12-09

Runtime arguments

Web UI
http://[IP]:[PORT:8081]/
Network
bridge
Privileged
true

Template configuration

Web UI PortPorttcp

Container Port: 8081

Target
8081
Default
8081
Value
8081
Initial Admin PasswordVariable

Set the initial admin password for the web UI. Default: admin123

Target
INITIAL_ADMIN_PASSWORD
Default
admin123
Value
admin123
Data PathPathrw

Path to data you want to backup

Target
/local
Cache PathPath

Path to cache folder

Target
/home/borg/.cache/borg
Default
/mnt/user/appdata/borg-ui/cache
Value
/mnt/user/appdata/borg-ui/cache
Redis - URLVariable

URL of the Redis instance

Target
REDIS_URL
Default
redis://IP_ADDRESS:6379/0
App DataPath

Path to app data folder

Target
/data
Default
/mnt/user/appdata/borg-ui/data
Value
/mnt/user/appdata/borg-ui/data
Local Mount PointsVariable

Comma-separated list of local mount points to be used inside the container

Target
LOCAL_MOUNT_POINTS
Default
/local
Value
/local
Log LevelVariable

Set the log level

Target
LOG_LEVEL
Default
INFO|DEBUG|WARNING|ERROR
PUIDVariable
Default
099
Value
099
PGIDVariable
Default
100
Value
100