Smartflow Configuration

Configure your Smartflow instance for passive assessment and deployment

Configure your Smartflow server connection below

Server Connection

The IP address of your Smartflow server. All dashboard data will be fetched from this server.
Port where Smartflow passive mode raw TCP listener runs (default: 7780). API server runs on port+1 (7781).
Port for Smartflow management API (default: 7778)

Deployment Configuration

These settings will be applied when deploying Smartflow from passive to proxy mode

Redis connection for caching
MongoDB for VAS log storage
Production proxy port
Compliance service port
Your OpenAI API key (will be stored securely in Redis)
Your Anthropic API key (will be stored securely in Redis)

Quick Start Guide

First Time Setup:
1. Enter your Smartflow server IP address
2. Click "Test Connection" to verify connectivity
3. Configure deployment settings (Redis, MongoDB, API keys)
4. Save configuration
5. Navigate to Analytics tab and click "Ready to Deploy" when ready

Example: Passive Mode Setup

# On your server, start Smartflow in passive mode:
export SMARTFLOW_MODE=passive
export PASSIVE_MODE_PORT=7780
/usr/local/bin/smartflow

Configuration Files Location

Configuration is stored in your browser's localStorage and can be exported/imported for backup.