Debugpanel

Debugpanel logo

Debugpanel is a command line tool and Python library to interact with the LOCKSS 1.x DebugPanel servlet.

Latest release:

0.9.0 (2026-03-18)

Documentation:

https://docs.lockss.org/en/latest/software/debugpanel

Release notes:

CHANGELOG.rst

License:

LICENSE

Repository:

https://github.com/lockss/lockss-debugpanel

Issues:

https://github.com/lockss/lockss-debugpanel/issues

Quick Start

# Requires Python 3.10 or greater
python --version

# Install with pipx
pipx install lockss-debugpanel

# Verify installation and discover all the commands
debugpanel --help

# Reload config on lockss1.example.edu:8081
debugpanel reload-config -n lockss1.example.edu:8081

# Crawl AUIDs from list.txt on lockss1.example.edu:8081 and lockss2.example.edu:8081
debugpanel crawl -A list.txt -n lockss1.example.edu:8081 -n lockss2.example.edu:8081

# Alternatively, list lockss1.example.edu:8081 and lockss2.example.edu:8081 in nodes.txt
debugpanel crawl -A list.txt -N nodes.txt

Table of Contents