UGreen HDMI 2.0 KVM Switch 2-In-1 Out - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGreen HDMI 2.0 KVM Switch 2-In-1 Out

SKU: AK502-75246
R 831.91
In Stock

Control two computers from one display | Share USB peripherals across two PCs | 4K@60Hz HDMI 2.0 output | USB 3.0 data transfer at up to 5Gbps | Plug-and-play, no drivers required

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

Control two computers from one display | Share USB peripherals across two PCs | 4K@60Hz HDMI 2.0 output | USB 3.0 data transfer at up to 5Gbps | Plug-and-play, no drivers required

The UGreen HDMI 2.0 KVM Switch 2 In 1 Out is built for anyone running two computers — a work PC and a personal machine, or a desktop and a console — who wants a single monitor, keyboard, and mouse setup without the cable chaos. Connect two HDMI sources to one display at up to 4K@60Hz, with support for VRR, G-Sync, FreeSync, and HDR10+ for clean, high-fidelity output. Three USB-A 3.0 ports and one USB-C 3.0 port let you share up to four USB peripherals — keyboard, mouse, external drive, and more — between both computers, with data transfer speeds reaching 5Gbps. Switching between computers is as simple as pressing the button on the unit or using the included desktop controller. Compatible with Windows, Mac OS, and Linux straight out of the box — no drivers needed.

Features

  • 2-in-1-out HDMI 2.0 switching — connects two HDMI sources to a single monitor, TV, or projector
  • 4K@60Hz maximum resolution with HDCP 2.3 support; backward compatible with 4K@30Hz, 2K@144Hz, 2K@60Hz, and 1080p
  • Supports VRR, G-Sync, FreeSync, and HDR10+ for smooth, high-quality visuals
  • 3x USB-A 3.0 ports and 1x USB-C 3.0 port for sharing up to four USB peripherals between two computers
  • USB 3.0 data transfer speeds up to 5Gbps — 10 times faster than USB 2.0
  • Switch between computers via front-panel button or desktop controller
  • Plug-and-play compatibility with Windows, Mac OS, and Linux — no drivers required
  • External power input (5V) recommended when connecting power-intensive USB devices

Specifications

  • Input Connector: HDMI 2.0, USB-A 3.0
  • Output Connector: HDMI, USB-A 3.0, USB Type-C 3.0
  • Max Resolution: 4K@60Hz
  • External Power Required: Yes
  • Colour: Black
  • Warranty: 24 months
  • Product Dimensions: 11.4 x 6.3 x 1.9 cm

What's in the Box

  • UGreen HDMI 2.0 KVM Switch 2 In 1 Out – Black x1

Please Note: Image displayed are for illustrative purposes only.

Brand Ugreen
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

UGREEN CM332 3-in-1 HDMI 1.4 Switch 4K
Ugreen

UGREEN CM332 3-in-1 HDMI 1.4 Switch 4K

R 385.49

In Stock

UGREEN Sharing Switch Box 2-in-4 Out
Ugreen

UGREEN Sharing Switch Box 2-in-4 Out

R 811.15

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!