
Lightweight, secure control plane & real-time web dashboard in Crystal for Linux firewalld and NetworkManager host security.
Pared is a lightweight, secure control plane and real-time administrative web dashboard written in Crystal for Linux host security. It provides centralized management for firewalld DBus/CLI interfaces and NetworkManager connections, featuring mutual TLS (mTLS), PAM/SSSD authentication, and real-time systemd journal streaming over WebSockets.
# Install dependencies
shards install
# Setup system polkit rules & seed default admin
make setup
make seed
# Run local dev server or test suite
make dev
make spec
When seeded via make seed, the initial administrator credentials are:
[email protected]password(Note: Local system PAM user accounts with UID ≥ 1000 can also log in directly).
Detailed specifications, roadmaps, and guidelines are available in the repository:
docs/:
CONTRIBUTING.rst.CHANGELOG.rst.