Install Arcanna.ai
Arcanna can be installed using one of the following methods:
- AWS Marketplace (Recommended for quick deployment on AWS)
- Arcanna Installer (Recommended for on-premise and private cloud installations)
1. Installing Arcanna from AWS Marketplace
If you're deploying Arcanna on AWS, you can use our AWS Marketplace listing for a streamlined installation.
Install Arcanna from AWS Marketplace
This method allows for faster deployment and seamless integration with AWS infrastructure. After launching the instance, follow the setup instructions provided in the Usage Instructions.
For any issues, refer to our support page or contact us directly.
2. Installing Arcanna using the Arcanna Installer
At the moment, the installation kit is available only via support. You can contact us at our support page.
System requirements
Operating system:
- Ubuntu 20 (focal), 22 (jammy), 24 (noble)
- Debian 10 (buster), 11 (bullseye), 12 (bookworm)
- RedHat/CentOS 8.0 or 9.0
Recommendation:
- Swap partition should be disabled on the provisioned VM otherwise it will degrade the overall performance of Arcanna.ai.
Dependencies:
- Docker should be installed, otherwise the Arcanna installer will install Docker for you.
Virtualization:
- AVX or other specific flags should be enabled for the VM. While VMware has this configuration enabled by default, Proxmox
requires manual configuration by setting up the CPU type to
host
from VM advanced settings.
Hardware requirements
Minimum specifications:
The bare minimum needed for the Arcanna to run. Installation is not allowed if the system doesn't meet these requirements.
4CPU | 16GB RAM | 50GB SSD |
---|
We do not recommend running Arcanna with only the minimum specifications!
These are intended only for development and basic testing to verify that Arcanna can start.
Several functionalities will be limited or non-functional, and performance will be significantly impacted in a production environment.
Acceptable specifications:
8CPU | 32GB RAM | 200GB SSD |
---|
Arcanna will run with these specifications, but there can be potential performance issues, especially as the number of Use Cases and the system load increases.
For a stable production environment, we strongly recommend using the specifications below.
Recommended specifications:
To ensure optimal performance and user experience, please configure your system as mentioned below.
12CPU | 64GB RAM | 1TB SSD |
---|
The required VM size depends on the number of alerts Arcanna needs to process, so it may vary from case to case.
Type of deployments available
- Standalone - single VM deployment
- Distributed - deployment on top of Kubernetes
Arcanna can also be installed in offline environments without requiring internet access.
Upgrade Arcanna.ai
To upgrade, simply run the installer for the newer version. Be sure to check with the support team for any potential version incompatibilities. Typically, all necessary migrations are performed automatically during the upgrade process.
Uninstall Arcanna.ai
To uninstall Arcanna, go to the arcanna-install path. This is usually ~/arcanna-install, or /root/arcanna-install if using root at
install. Run the script bash ./scripts/uninstall_arcanna.sh
.