FLUXLIXDocs

System Requirements

Fluxlix is self-hosted using Docker. This page lists everything your server needs before you begin installation.

Operating system

Any 64-bit Linux distribution that supports Docker is supported. Fluxlix has been tested on Ubuntu 22.04 and Debian 12. Windows Server with Docker Desktop is not recommended for production.

Required software

SoftwareMinimum versionNotes
Docker24.0Docker Engine or Docker Desktop
Docker Compose2.20Included with Docker Desktop; install separately on Linux
Node.js20.0Required only if running outside Docker or using the installer CLI

Required services

Fluxlix depends on the following services. The provided Docker Compose configuration starts them automatically — you do not need to install them separately unless you are providing your own managed instances.

ServiceMinimum version
PostgreSQL17.2
Redis7.2

Hardware

ResourceMinimumRecommended
CPU2 cores4+ cores
RAM4 GB8 GB
Disk20 GB40 GB+

Disk requirements grow over time as workflow run history, conversation logs, and agent artifacts accumulate.

Network

  • Outbound HTTPS access to the Fluxlix license server (for license activation)
  • Outbound access to the Anthropic API (api.anthropic.com) if using AI features
  • Outbound access to your git host (GitHub, GitLab, etc.) for repository operations
  • Inbound access on your chosen HTTP/HTTPS port for the web interface and API

Next steps