Requirements
Objective/Purpose
The purpose of this document is to write down the requirements of PFConsole Application.
Introduction
PFConsole is a centralized, multi-tenant management platform designed to monitor, manage, the PfSense instances. It enables secure agent-based onboarding, real-time health monitoring, configuration tracking, and remote operations across hundreds of devices. Built with scalability and reliability in mind, PFConsole provides a single pane of glass for operational visibility and control of distributed firewall infrastructure.
High Level Requirements
- Multi-tenant support (clients/tenants, sites, pfSense instances)
- Centralized dashboard for monitoring and management of pfSense firewalls
- Secure onboarding of new pfSense agents (enrollment tokens, mTLS/API keys)
- Real-time telemetry ingestion (metrics, logs, events)
- Pfsense Config change tracking
- PFSense version update management.
- Remote command execution and acknowledgement (queued/delivered/applied/confirmed)
- Alerts and notifications (thresholds, health checks, anomalies)
- Role-based access control (admin, operator, read-only, etc.)
- API layer for agent and dashboard communication
- Audit logging of user and agent activities
- Integration with external systems (Slack, email, ticketing, etc.)
- Reporting and analytics (usage, uptime, performance)
- High availability and scalability of PFConsole server
- Secure communication (TLS/mTLS encryption, token validation
Detailed Requirements
Monitoring
In this aspect, all the parameters are covered that are critical and needs to be monitored. It contains e.g.
- IP Rules
- NAT Rules
- List of Users and Permissions etc
- Health Parameters
- Temp
- CPU
- RAM
- Disk
- State etc
Configurable time for getting different monitoring data.
Config file change Monitoring
Continuously check for change in PFSense config file and notify Dashboard if config file has changed as part of heartbeat. This heartbeat will be sent immediately when the change is detected.
Version Update Check
PFConsole dashboard will show the Pfsense version updates and option to update the Pfsense.
- Options to disable updates on some pfsense with uncompatible hardware for new updates.
Security
All the communication will be secured.
PFSense Management
All the management operations will be available on dashboard, and user will be able to apply it e.g.
- User management (Add, Delete, Update permissions)
- Firewall Rule Management
- NAT Rule Management
- Patch Managements i.e. Version Updates
No Comments