Deploy CyfroSec in your own infrastructure with complete control and security
A valid CyfroSec license is required to install and use the on-premise version. The installer will validate your license before proceeding with the installation.
To obtain a license, please contact our sales team at sales@cyfrosec.com
Install CyfroSec with a single command. The installer will automatically download all required files and guide you through the setup process.
curl -fsSL https://cyfrosec.com/install.sh | sudo bash
Note: The installer requires root privileges and will prompt you for your license key during installation.
For enhanced security, you can verify the integrity of downloaded files using SHA256 checksums before running the installer.
| File | SHA256 Checksum | Copy |
|---|---|---|
| install.sh | ||
| docker-compose.yml | ||
| .env.template |
# Download the file curl -fsSL -o install.sh https://cyfrosec.com/install.sh # Verify checksum (should match: ) shasum -a 256 install.sh # If checksum matches, run the installer sudo bash install.sh
Security Tip: Always verify checksums when downloading files from the internet to ensure they haven't been tampered with.
CyfroSec runs as Docker containers. Install Docker and Docker Compose if not already present:
curl -fsSL https://get.docker.com | sh
Ensure your server meets the system requirements and has internet connectivity (for online installation) or prepare the offline bundle.
Execute the installation command with root privileges:
curl -fsSL https://cyfrosec.com/install.sh | sudo bash
When prompted, enter your CyfroSec license key. The installer will validate it before proceeding with the installation.
The installer will automatically download Docker images, configure services, and start CyfroSec. This process typically takes 5-10 minutes.
Once installation completes, access CyfroSec at https://your-server-ip
For servers without internet access, download the offline bundle which includes all necessary files and Docker images.
Contact sales@cyfrosec.com to obtain the offline installation bundle.
tar -xzf cyfrosec-onprem-bundle.tar.gz cd cyfrosec-onprem sudo bash install.sh
Installation logs are saved to /var/log/cyfrosec-install.log.
Include this file when contacting support.