Docs
Getting Started

Deploying Radar

Step-by-step guide to deploy SuperAlign Radar in your environment

Follow this guide to deploy SuperAlign Radar in your environment.

POC Deployment

Before You Begin

  • Docker and Docker Compose v2+ installed on your system
  • Outbound network access to SuperAlign API endpoints

Request Access

Reach out to our team to set up your organization. We'll provision your tenant and send you:

  • Deployment Token - One-time token for automated setup
  • Username and Password - Dashboard login credentials
  • Deployment Command - Ready-to-run one-liner

Request Access

Deploy with One Command

Run the deployment command you received (or use your token with the command below):

curl -fsSL https://install.superalign.ai | SUPERALIGN_TOKEN=your-token sh

The installer will automatically:

  • Validate your deployment token
  • Download the required Docker Compose files
  • Generate .env with your credentials
  • Start all services (pipeline + dashboard)

Installation directory: $HOME/superalign-radar

Access the Dashboard

Once deployment completes, access your services:

ServiceURLDescription
Dashboardhttp://localhost:3000Web UI for analytics
Log Receiverlocalhost:5514Syslog input (UDP/TCP)

Log in with the credentials provided by our team.

Configure Your Firewall

Point your firewall's syslog output to the Radar log receiver:

Server: your-server-ip
Port: 5514
Protocol: UDP or TCP

Ensure your firewall can reach the server on port 5514. You may need to configure firewall rules or security groups.

Verify Deployment

Run these commands to verify your deployment is working:

cd $HOME/superalign-radar

# Check all services are running
docker compose -f pipeline.yml ps

# View logs from the log forwarder
docker compose -f pipeline.yml logs -f log-forwarder

# Test syslog connectivity
echo "<14>Test log message from radar" | nc -u localhost 5514

Useful Commands

cd $HOME/superalign-radar

# Stop all services
docker compose -f pipeline.yml down
docker compose -f frontend.yml down

# Start all services
docker compose -f pipeline.yml up -d
docker compose -f frontend.yml up -d

# View logs
docker compose -f pipeline.yml logs -f

Production Deployment

Enterprise-grade deployment with full support and customization.

Ready to scale? Our team can help you deploy Radar with enterprise-grade reliability tailored to your organization's needs.

What we offer:

  • High availability and fault tolerance architecture
  • Security hardening aligned with your compliance requirements
  • Performance tuning for your specific workload
  • Seamless integration with your existing infrastructure
  • Kubernetes and Helm deployment options
  • Dedicated support with SLA guarantees

Talk to Our Team

On this page