Files
konn3kt-docs/pairing.html
2026-06-21 13:44:14 -05:00

61 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pairing Your Device - konn3kt Documentation</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="layout">
<main class="main-content">
<header class="page-header">
<h1 class="page-title">Pairing Your Device</h1>
<p class="page-subtitle">Linking your IQ.Pilot hardware to the konn3kt ecosystem.</p>
</header>
<section>
<h2>Access Requirements</h2>
<p>Before you can pair a device, you must have an active konn3kt account. Access is granted through the <strong>konn3kt Discord</strong>. Once your account is provisioned, you can proceed with the following steps.</p>
<div class="callout">
<strong>Migration:</strong> If you are switching your device from Comma Connect to konn3kt, your <strong>Dongle ID is preserved</strong>. All your existing hardware identifiers remain the same.
</div>
</section>
<section>
<h2>Standard Pairing (QR Code)</h2>
<ol class="step-list">
<li>Sign in to <a href="https://konn3kt.teallvbs.xyz">konn3kt.teallvbs.xyz</a>.</li>
<li>Ensure your IQ.Pilot device is connected to the internet and displaying the pairing QR code.</li>
<li>Click <strong>+ Pair Device</strong> on your dashboard.</li>
<li>Scan the QR code using your phone or a web-connected camera.</li>
<li>The device will link instantly and appear in your device grid.</li>
</ol>
</section>
<section>
<h2>Manual Registration & SSH Configuration</h2>
<p>If QR scanning is not an option, you can register your device manually. This is also where you establish secure SSH access.</p>
<ol class="step-list">
<li>Select the <strong>Register</strong> tab in the Pair Device modal.</li>
<li>Enter your device's <strong>Dongle ID</strong> and <strong>Serial Number</strong>.</li>
<li><strong>Public Key:</strong> Paste your device's SSH Public Key. This key is critical for:
<ul>
<li>Establishing encrypted data streams.</li>
<li>Authenticating the <strong>Web Terminal</strong> sessions.</li>
<li>Ensuring "Encryption at Rest" can be decrypted by your account.</li>
</ul>
</li>
<li>Click <strong>Submit</strong> to complete the registration.</li>
</ol>
<div class="callout">
<strong>Installation Help:</strong> For a complete guide on installing IQ.Pilot on your hardware, visit the <a href="https://iqlvbs.com/wiki/iqpilot">IQ.Pilot Wiki</a>.
</div>
</section>
</main>
</div>
<script src="assets/nav.js"></script>
</body>
</html>