mirror of
https://github.com/jetkvm/website.git
synced 2025-09-16 08:38:16 +00:00
45 lines
2.3 KiB
Plaintext
45 lines
2.3 KiB
Plaintext
# JetKVM Documentation
|
|
|
|
Welcome, to the JetKVM documentation!
|
|
|
|
JetKVM is a high-performance, open-source KVM over IP (Keyboard, Video, Mouse) solution designed for efficient remote management of computers, servers, and workstations.
|
|
Whether you're dealing with boot failures, installing a new operating system, adjusting BIOS settings, or simply taking control of a machine from afar, JetKVM provides the tools to get it done effectively.
|
|
|
|
## Key Features
|
|
|
|
- **Ultra-low Latency** - 1080p@60FPS video with 30-60ms latency using H.264 encoding. Smooth mouse and keyboard interaction for responsive remote control.
|
|
- **Free & Optional Remote Access** - Remote management via JetKVM Cloud using WebRTC.
|
|
- **Open-source software** - Written in Golang on Linux. Easily customizable through SSH access to the JetKVM device.
|
|
|
|
## Getting help
|
|
|
|
We'd love to hear from you or give you a hand getting started. Here are some ways to get in touch with us.
|
|
|
|
<div className="not-prose grid grid-cols-1 md:grid-cols-2 gap-4">
|
|
<ExtLink href="https://jetkvm.com/discord">
|
|
<GridCard cardClassName="hover:bg-blue-100/50 bg-blue-50/50 hover:!outline-2 hover:!outline-blue-700 transition-all duration-150">
|
|
<div className="p-6 py-5 h-full">
|
|
<div className="space-y-1">
|
|
<DiscordIcon className="h-8 w-8 block text-indigo-600" />
|
|
<h3 className="block text-base font-bold">Join our Discord</h3>
|
|
</div>
|
|
<p className="text-sm text-slate-600">Connect with our community, get support, and stay updated on the latest news.</p>
|
|
</div>
|
|
</GridCard>
|
|
</ExtLink>
|
|
|
|
<ExtLink href="https://twitter.com/jetkvm">
|
|
<GridCard cardClassName="hover:bg-blue-100/50 bg-blue-50/50 hover:!outline-2 hover:!outline-blue-700 transition-all duration-150">
|
|
<div className="p-6 py-5 h-full">
|
|
<div className="space-y-1 text-black">
|
|
<svg className="h-6 my-1.5 w-6 block text-black" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
|
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
|
|
</svg>
|
|
<h3 className="block text-base font-bold">Follow us on X</h3>
|
|
</div>
|
|
<p className="text-sm text-slate-600">Get quick updates, tips, and engage with the JetKVM team on X (formerly Twitter).</p>
|
|
</div>
|
|
</GridCard>
|
|
</ExtLink>
|
|
</div>
|