Auxx.ai
Self-Host

Overview

Self-host Auxx.ai on your own infrastructure with full control over your data and deployment.

Auxx.ai can be self-hosted on your own infrastructure, giving you full control over your data and deployment.

Why self-host?

  • Full data ownership — your data stays on your servers
  • Compliance — meet regulatory requirements (GDPR, SOC2, etc.)
  • Customization — configure infrastructure to your needs

Architecture overview

A self-hosted Auxx.ai deployment includes the following services:

ServiceTechnologyPurpose
DatabasePostgreSQL 17 (with pgvector)Primary data store
CacheRedis 7Caching and job queues
File storageMinIOS3-compatible file storage
WebNext.jsMain application
APIExpressREST API
WorkerBullMQBackground job processing
LambdaNode.jsServerless function handlers

System requirements

  • Docker and Docker Compose v2+
  • Minimum 4 GB RAM recommended
  • curl and openssl (for the install script)

Getting started