Install the co-mind.ai platform on your own servers using the Co-Mind AI Platform Manager CLI.Documentation Index
Fetch the complete documentation index at: https://docs.co-mind.ai/llms.txt
Use this file to discover all available pages before exploring further.
System Requirements
- x86_64 (amd64)
- ARM64 (aarch64)
- OS: Ubuntu 22.04+ / Debian 12+ / RHEL 9+
- CPU: 8+ cores recommended
- RAM: 32 GB minimum, 64 GB recommended
- Storage: 100 GB+ SSD
- Network: Outbound HTTPS for image pulls (or air-gapped with pre-loaded images)
Prerequisites
Before you begin, ensure you have:- A license file (
license.lic) and license key — contact us to obtain one - Root or sudo access on the target machine
Installation
Initialize the platform
- Validate your license
- Pull the platform manifest
- Generate environment configuration (auto-generates secrets, prompts for required values)
- Pull all Docker images
The
--key flag accepts either a file path or a raw key string.Start the platform
Post-Install Configuration
Check service status
View logs
Common configuration
After the initial setup, you can configure optional features through the admin UI:- SSO / OAuth — Google and Microsoft sign-in
- LDAP / Active Directory — Enterprise directory integration
- Email (SendGrid) — Account confirmation and password recovery emails
- AI Model Providers — Connect OpenAI, Anthropic, SambaNova, and other backends
Updating
To update to the latest version:CLI Reference
| Command | Description |
|---|---|
comind init | Initialize the platform |
comind start | Start all services |
comind stop | Stop all services |
comind restart | Restart all services |
comind status | Show service status |
comind logs | View service logs |
comind update | Update to latest version |
comind backup | Full system backup |
comind restore | Restore from backup |
comind version | Show installed version |
Troubleshooting
Services fail to start
Services fail to start
On first run, some services may download additional resources. Run
sudo comind status to check which services are affected and sudo comind logs for details.Docker not found
Docker not found
The installer automatically installs Docker if it is not already present. If you still encounter issues, ensure your system meets the OS requirements and re-run the installer.
License validation failed
License validation failed
- Ensure the
--keyflag points to the correct license key file - Check that your license hasn’t expired
- Verify the license file hasn’t been modified
Cannot access the web UI
Cannot access the web UI
- Ensure port 3000 is open in your firewall
- Check that the app container is running:
sudo comind status - View logs for errors:
sudo comind logs comind-app
Need Help?
- Support: support@co-mind.ai
- License inquiries: Contact us

