Install via Script
Quick Start
# Download the script
curl -fsSLo rollout_node.sh https://raw.githubusercontent.com/flashbacknetwork/flashback_installer/refs/heads/main/rollout_node.sh
# Make it executable
chmod +x rollout_node.sh
# Run the installation
sudo ./rollout_node.sh \
-r eu-central-1 \
-d mycompany.com \
-p gcp \
-o 00000000-0000-0000-0000-000000000000 \
-k /path/to/private_key.pem \
-b https://backend.flashback.techRequired Arguments
Optional Arguments
Domain Convention
SSL Certificates
Examples
Using GCP with Let's Encrypt certificates (.crt, .key files)
Using GCP with PFX certificates
Using AWS with separate certificate files
Custom backend URL
What the Script Does
Verification
Last updated
Was this helpful?