Overview
Secure per instance admin sign-in
Backrest served through the nginx reverse proxy on port 80 - a unique administrator password is generated for every instance on first boot and required to sign in.
Secure per instance admin sign-in
Backrest getting started dashboard
Add a restic repository
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Backrest - A Browser-Based Backup Manager for restic
Backrest is a self-hosted web interface and orchestrator for restic, the fast, secure, deduplicating backup program. It replaces command-line workflows with a clean browser UI for configuring backup repositories, backup plans and schedules, retention and forget policies, integrity checks, and one-click restore or browse of any snapshot. Every operation is a real restic command, so your backups stay in the open, well-documented restic repository format and can be restored with restic alone at any time.
This AMI is published and supported by cloudimg, a team of infrastructure engineers focused on delivering production-ready open-source appliances on AWS. Our engineers maintain multiple AMI products and provide hands-on support to teams running backup, storage, and DevOps workloads in the cloud.
Why This AMI Instead of Self-Deploying?
Deploying Backrest yourself means installing the binary, pinning a matching restic version, writing systemd units, hardening an nginx reverse proxy, generating a secure admin password, and maintaining the stack over time. This AMI eliminates that effort entirely - a working restic backup manager is running within minutes of launch, backed by 24/7 expert support with a one-hour average response for critical issues.
The current release is Backrest 1.14.1 with restic 0.19.1.
Why restic Over Other Backup Tools?
restic uses content-defined chunking for deduplication, meaning repeated data across files and snapshots is stored only once - significantly reducing storage costs over time. Backups are encrypted by default with AES-256, and the open repository format means you are never locked into a single tool. restic supports multiple backends (local disk, Amazon S3, SFTP, and more) from a single interface, unlike tools that require separate plugins or paid tiers for cloud storage. Backrest adds the orchestration and scheduling layer that restic lacks natively, without introducing Java runtimes, databases, or complex multi-service dependencies.
Application Stack
The Backrest server is a single self-contained Go binary that embeds its own web UI and an SQLite operation log. It runs as an unprivileged service account, bound to loopback, with an nginx reverse proxy fronting it on port 80. restic is preinstalled at the exact version Backrest expects, so the appliance is fully offline-capable with nothing to download on first boot. A systemd service starts the server on boot and restarts it on failure.
Secure By Default
Many pre-built images ship with shared or default passwords - a common vulnerability that exposes instances immediately after launch. This image eliminates that risk:
- A unique administrator password is generated for every instance on its first boot
- A fresh per-instance signing key is generated on start
- The password is stored in a root-only file, inaccessible to unprivileged users
- No shared or default password ships in the image
- Build-time setup is wiped before capture so nothing sensitive is baked in
Ready To Use
Browse to the instance on port 80, sign in with the generated administrator password, then add a restic repository (local disk, S3, SFTP, or any restic backend), create backup plans with schedules and retention policies, and restore or browse any snapshot from the UI. Configuration, the operation log, and any local restic repositories live on a dedicated, independently resizable storage volume kept separate from the OS disk.
Use Cases
- DevOps teams managing 10-50 servers: schedule nightly deduplicated backups of application data and databases to S3, browse and restore individual files from any point in time without CLI access
- Self-hosted backup control plane: centralise restic repository management across local disk, S3, and SFTP backends from a single browser interface
- Teams already using restic: add scheduling, retention policy enforcement, integrity checks, and a visual snapshot browser without changing your existing repository format
Get Started
Launch the AMI, retrieve your unique admin password, and configure your first backup plan in minutes. If you need a guided walkthrough or help designing your backup strategy, contact our support team at any time - we are available 24/7 by email and live chat.
Backrest is licensed under GPL v3.0 and restic under BSD 2-Clause; there is no license fee for the software. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Unlike backup tools requiring Java runtimes or multi-service stacks, Backrest is a single self-contained Go binary with an embedded web UI and SQLite operation log, fronted by nginx on port 80. restic is bundled at the exact compatible version - the appliance is fully offline-capable and operational within minutes of launch with zero manual setup, no packages to install, and no version conflicts to resolve.
- Secure by default with no shared credentials: every instance generates its own unique administrator password and signing key on first boot, stored in a root-only file. Unlike many pre-built AMIs that ship default logins, this image has no baked-in secrets and wipes all build-time configuration before capture - eliminating a common attack vector from the moment you launch.
- 24/7 technical support from cloudimg engineers with a one-hour average response for critical issues. We help with restic repository setup across S3, SFTP, and local backends, backup scheduling, retention policy design, restore testing, TLS termination with AWS load balancers, and scaling - so you are never troubleshooting backup failures alone.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
t2.micro | t2.micro instance type | $0.04 |
g4ad.8xlarge | g4ad.8xlarge instance type | $0.24 |
c8i.4xlarge | c8i.4xlarge instance type | $0.24 |
c6i.2xlarge | c6i.2xlarge instance type | $0.24 |
m8a.24xlarge | m8a.24xlarge instance type | $0.24 |
c5ad.12xlarge | c5ad.12xlarge instance type | $0.24 |
g7.8xlarge | g7.8xlarge instance type | $0.24 |
m6id.metal | m6id.metal instance type | $0.24 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release of Backrest 1.14.1 (with restic 0.19.1) as a self-hosted restic backup manager AMI.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is 'ubuntu'). Backrest is served by nginx on port 80: browse to http://<instance-public-ip>/ and sign in with the generated administrator password. Retrieve the generated username and password with: sudo cat /root/backrest-credentials.txt. The Backrest server runs on loopback port 9898 and is reached only through the nginx proxy on port 80. The configuration (/var/lib/backrest/config/config.json), operation log and any local restic repositories live under /var/lib/backrest on a dedicated data volume. The service is managed with systemctl (backrest.service, nginx.service). After signing in, add a restic repository, create backup plans with schedules and retention policies, and restore or browse snapshots. The user guide covers first sign-in, adding a repository, scheduling backups and enabling HTTPS.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat.
Response Times
Critical issues receive a one-hour average response. Our engineers are available around the clock to help resolve problems that block your backup workflow.
What We Help With
- Deployment and initial configuration
- Adding and configuring restic repositories (local, S3, SFTP and other backends)
- Backup plan scheduling and retention/forget policies
- Restore and snapshot browsing
- TLS termination setup with AWS load balancers
- Backup verification and data recovery
- Scaling and performance tuning
- Software updates and patch guidance
- Instance sizing recommendations based on your repository count and backup frequency
- Troubleshooting and issue resolution
- Refund requests
How to Reach Us
Email: support@cloudimg.co.uk Live chat: Available 24/7
We respond to all inquiries and work with you until your issue is resolved. If you need help at any stage - from first launch to ongoing maintenance - our team is here to assist.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.