Cross-Platform Firewall: Provides granular control over application-specific network traffic with real-time monitoring. Centralized Management: Web-based console for policy management, monitoring, and alerting. AI & Blockchain Integration: AI-driven anomaly detection and blockchain for secure, tamper-proof logging
-
on root folder run : pip instal -r requirements.txt
-
Inside the frontend folder run :
-
Step 1 : run yarn to install modules
-
Step 2 : yarn dev to run vite server
-
Inside the backend Folder run :
-
Step 1 : python manage.py makemigrations --settings=config.settings.development
-
Step 2 : python manage.py migrate --settings=config.settings.development
-
Step 3 : python manage.py runserver --setting=config.settings.development
-
Inside the Agent Folder run :
-
Step 1 : sudo -E $(which python) main.py start (for starting the service)
-
Step 2 : sudo -E $(which python) main.py stop (for stoping the service)
-
Step 3 : sudo -E $(which python) main.py restart (for restarting the service)
** GUI Access from http://localhost:8000
- Api access endpoint http://localhost:8000/api/
- Api access for policies http://localhost:8000/api/policies