Linux Binary
Prerequisites
A Linux system with the appropriate architecture (x86_64 or arm64)
(For cloud-connected mode) Registration Token: Valid registration token from app.qpoint.io
(For local mode) Configuration Files: Prepare your Qtap YAML config file
Installation Steps
Download the Binary
Choose the appropriate command based on your architecture:
For Linux x86_64 architecture:
For Linux arm64 architecture:
Extract the Binary
This will extract a binary named qpoint-amd64
(or qpoint-arm64
for ARM systems).
Make the Binary Executable (if needed)
Running Qtap
Verify Installation
You can verify the installation by running:
This should display the usage information:
Cloud-Connected Mode
To run Qtap in cloud-connected mode:
Replace $TOKEN
with your actual registration token from app.qpoint.io.
Local Mode
To run Qtap in local mode:
Replace /path/to/your/qpoint.yaml
with the actual path to your YAML configuration file.
Available Flags and Options
To see all available options and flags:
Last updated