Linux Binary
This guide covers installing and running Qtap as a Linux binary in cloud-connected mode, managed through the Qplane control plane.
Preflight Check
Verify your environment's compatibility:
curl -sSL https://github.com/qpoint-io/preflight/releases/latest/download/preflight.sh | sudo bashPrerequisites
Linux host with kernel 5.10+
Root/sudo access
x86_64 or arm64 architecture
Registration token from app.qpoint.io (Settings → Installation)
Installation
Quick Install
curl -s https://get.qpoint.io/install | sudo shManual Installation
Download the appropriate binary:
For x86_64:
For arm64:
Extract and install:
Running with Registration Token
Run Qtap in cloud-connected mode:
Replace $TOKEN with your actual registration token from app.qpoint.io.
Running as a Service
Service Configuration
Create environment file for secure token storage:
Add your registration token and optional tag variables:
Create systemd service file:
Add the following content:
Managing the Service
Reload systemd:
Start the service:
Enable service to start on boot:
Check service status:
View service logs:
Updating Binary
Installation Script
The quickest way to update Qtap is via our installation script:
Stop the service:
Download and install the new version:
Restart the service:
Verify the update:
Manually
Stop the service:
Download and install the new version:
Restart the service:
Verify the update:
Last updated