# ArchiveBox • Create your own archival backups of web pages and internet media. # Overview [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-09-at-19-21-01.png) [ArchiveBox](https://archivebox.io/) lets you create your own archival backups of web pages and internet media.
Tryout an [ArchiveBox demo](https://demo.archivebox.io/).
- Archive URLs one at a time or in batches into redundant formats. - Send URLs to ArchiveBox through a bookmarklet or a [browser extension](https://github.com/ArchiveBox/archivebox-browser-extension). - Schedule periodic backups and optionally share them with [archive.org](https://archive.org/). # Media ## ScreenshotsArchiveBox v0.7.3
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-09-at-19-21-01.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-09-at-19-22-02.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-09-at-19-17-36.png) |
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-09-at-19-21-20.png) |
Block ads in your archival copies by installing [AdGuard Home](https://hub.subspace.services/books/adguard-home "AdGuard Home").
## VolumesEnsure your user has permissions to access the folder
*For example:* America/Vancouver
This should be removed from the Compose configuration after the first run.
*Recommended:* \*
*Recommended:* False
*Recommended:* False
*Recommended:* False
*Recommended: 750m*
*Recommended:* 60
*Recommended:* True
*Recommended:* True
Keep these securely stored in a password manager, such as [VaultWarden](https://hub.subspace.services/books/vaultwarden "VaultWarden").
It is important to use secure passphrase that is easy-to-remember.
Learn about [creating a new stack](https://hub.subspace.services/books/portainer/page/creating-a-new-stack "Creating a New Stack").
## Docker Compose Use the following code to install the service: ```yaml --- services: archivebox: image: archivebox/archivebox:latest ports: - 8820:8000 network_mode: bridge restart: unless-stopped volumes: # Persistent Data - /srv/archivebox:/data environment: - ADMIN_USERNAME= - ADMIN_PASSWORD= - ALLOWED_HOSTS= - PUBLIC_INDEX=False - PUBLIC_SNAPSHOTS=False - PUBLIC_ADD_VIEW=False - PUID=1000 - PGID=1000 - MEDIA_MAX_SIZE=750m - TIMEOUT=60 - CHECK_SSL_VALIDITY=True - SAVE_ARCHIVE_DOT_ORG=True ``` # UpdatingRe-Deploy the Stack
This service has been optimized for running in Docker. This allows you to [re-deploy the stack through Portainer](https://hub.subspace.services/books/portainer/page/updating-a-stack "Updating a Stack") to download the latest updates. # User Manual # DevelopmentThis software is released under the [MIT license](https://opensource.org/license/mit).
You can learn more about how to contribute to ArchiveBox through their [GitHub](https://github.com/ArchiveBox/ArchiveBox?tab=readme-ov-file#archivebox-development). The development team also accepts [donations](https://github.com/ArchiveBox/ArchiveBox/wiki/Donations). # Resources ## Official - [Official Documentation](https://github.com/ArchiveBox/ArchiveBox/wiki) - [Official Chat Server](https://zulip.archivebox.io/) - [Official GitHub Repository](https://github.com/ArchiveBox/ArchiveBox) - [Official Website](https://archivebox.io/) - [Installation Guide](https://github.com/ArchiveBox/ArchiveBox/wiki/Install) - [General Troubleshooting](https://github.com/ArchiveBox/ArchiveBox/wiki/Troubleshooting)