No matter which setup method you choose, they all follow this basic process and provide the same CLI, Web UI, and on-disk data layout. Once you’ve installed ArchiveBox, run this in a new empty folder to get started archivebox init --setup # creates a new collection in the current directory Add some URLs you want to archive archivebox add 'https://example.com' # add URLs one at a time via args / piped stdin archivebox schedule --every=day --depth=1 https://example.com/rss.xml # or have it import URLs on a schedule Then view your archived pages archivebox server 0.0.0.0:8000 # use the interactive web UI