Enterprise Prerequisites

Configure your environment and prepare resources before deploying Elenoon Enterprise solutions.

1. Enterprise License

📑

Obtain a valid enterprise license from the enterprise portal. Your license will define available features and deployment limits.

Required license types: Core Enterprise (minimum 10 user seats), or Enterprise Plus for advanced AI models. Contact sales for trial licenses.

2. System Requirements

💾

Server Configuration

  • CPU: 4+ cores with AVX2 support
  • RAM: 16GB minimum (64GB recommended)
  • Storage: 50GB SSD available
  • OS: Linux (Ubuntu 20.04+ / CentOS 9+)
  • GPU: Optional NVIDIA CUDA 12+ for AI workloads
  • Docker: 24.0+ (with Docker Compose v2)

Network Requirements

Open TCP 443 for API access, TCP 22 for SSH, and configured firewall rules for database and API ports.

3. Account Preparation

🆙

Create Service Account

Set up a dedicated service account with permissions to: manage Docker services, configure network interfaces, and read/write system files.

Domain Configuration

  • Valid SSL certificate for production deployment
  • DNS entry for API endpoint (example.enterprise-api.yourdomain.com)
  • Reverse proxy configuration (NGINX/Apache recommended)

4. Access Credentials

🔐

Before deployment, you'll need:

License Key

32-character alphanumeric license from the enterprise dashboard

Service API Token

Generated API token for the service account with deployment permissions

Ensure secure storage of credentials in the deployment environment. We recommend using your organization's secret management system.