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
Get Tapping
Download the Binary
For Linux x86_64 architecture:
For Linux arm64 architecture:
Extract the Binary
This will extract a binary named qpoint
and make it executable.
Running Qtap Binary
You can run the binary by issuing the following commands.
To run Qtap in cloud-connected mode:
Replace $TOKEN
with your actual registration token from app.qpoint.io.
Running Qtap as a Service
After downloading and verifying the Qpoint binary, you'll likely want to run it as a systemd
service for production environments.
Service Configuration
1. Create Environment File
First, create a secure environment file to store sensitive environment variables:
Add your registration token to the environment file:
2. Create Service File
Create a systemd service file:
Add the following content:
Installing the Service
Move the Qpoint binary to a system directory:
Managing the Service
Reload systemd to recognize the new service:
Start the service:
Enable the service to start on boot:
Check the service status:
View service logs:
Updating the Service
Stop the service:
Replace the binary:
Restart the service:
Verify the update:
Last updated