UGreen 14-in-1 USB Type-C TO USB/2x HDMI/DP/RJ45 Docking Station - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGreen 14-in-1 USB Type-C TO USB/2x HDMI/DP/RJ45 Docking Station

SKU: CM843-85489
R 4 257.99
In Stock

Triple 4K display output | 14 ports in one dock | 100W host charging | 10Gbps data transfer | 1Gbps wired Ethernet

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

Triple 4K display output | 14 ports in one dock | 100W host charging | 10Gbps data transfer | 1Gbps wired Ethernet

Quick Specs

  • Command a triple 4K display setup with two DisplayPort 1.4 outputs at 4K@120Hz and one HDMI 2.0 output at 4K@60Hz — all from a single USB Type-C connection.
  • Keep your laptop powered and productive with up to 100W pass-through charging via the USB Type-C upstream port.
  • Transfer large files at speed with 10Gbps USB Type-C and USB-A ports, plus SD and TF card readers reaching up to 170MB/s.
  • Connect to a stable wired network via the built-in 1Gbps Ethernet port — ideal for video calls and large uploads.
  • Consolidate 14 ports into one compact Space Grey dock and reclaim your desk from cable clutter.

One Cable. Fourteen Ports. Triple 4K.

The UGREEN 14-in-1 USB Type-C Docking Station is built for professionals who demand a fully equipped workstation from a single USB Type-C connection. Whether you're a video editor, creative, or power user juggling multiple monitors and peripherals, this dock transforms any USB Type-C laptop into a complete productivity hub — without the tangle of cables and adapters that usually comes with it.

Expand your view across three 4K screens

Tired of working on a single cramped screen? The dock drives up to three simultaneous 4K displays — two via DisplayPort 1.4 at up to 4K@120Hz and one via HDMI 2.0 at 4K@60Hz — giving you the screen real estate to edit timelines, monitor dashboards, and reference documents all at once. Note: on macOS, external monitors will display identical content; independent multi-display mode is supported on Windows.

Power your laptop while you work

The USB Type-C upstream port delivers up to 100W of power delivery back to your host device, so your laptop stays charged throughout even the most demanding sessions. A secondary USB Type-C PD port provides up to 27W of output for charging a phone or tablet simultaneously. Note that the upstream and PD ports share a combined 100W budget, so maximum per-port output may vary when both are in use.

Fast data, fast networking, no waiting

Move large project files quickly using the two 10Gbps USB Type-C data ports and the single 10Gbps USB-A port on the front panel — none of which support display or charging, keeping data bandwidth clean and dedicated. The SD and TF card readers each reach up to 170MB/s, making offloading camera footage straightforward. A Gigabit Ethernet port rounds out the connectivity for a stable, low-latency wired network connection — far more reliable than Wi-Fi when deadlines are tight.

Features

  • Triple 4K display output: 2x DisplayPort 1.4 (4K@120Hz) + 1x HDMI 2.0 (4K@60Hz) from a single USB Type-C connection
  • 100W max power delivery via USB Type-C upstream host port to keep your laptop charged while docked
  • USB Type-C PD port (27W output) for simultaneous charging of a secondary device
  • Three high-speed data ports: 2x USB Type-C (10Gbps) and 1x USB-A (10Gbps) for fast peripheral and storage connections
  • Two additional USB-A ports (5Gbps each) for keyboards, mice, and other peripherals
  • SD and TF card readers (USB 3.0, up to 170MB/s each) for rapid media offloading
  • 1Gbps Ethernet port for stable wired network connectivity
  • 3.5mm combo audio jack for headsets and speakers
  • Compact Space Grey aluminium build with a dedicated power button

Specifications

  • Host Connector: USB Type-C
  • Total Ports: 14
  • Port Selection:
    • 1x USB Type-C Upstream (Host, 100W Max)
    • 1x USB Type-C PD (27W Output, Charging Only)
    • 2x USB Type-C (10Gbps, Data Only)
    • 2x USB-A (5Gbps)
    • 1x USB-A (10Gbps)
    • 1x HDMI 2.0 (4K@60Hz)
    • 2x DisplayPort 1.4 (4K@120Hz)
    • 1x Ethernet (1Gbps)
    • 1x TF Card Reader (3.0, 170MB/s)
    • 1x SD Card Reader (3.0, 170MB/s)
    • 1x Audio (Combo Jack)
  • Max Display Output: Triple 4K (2x DisplayPort 1.4 @ 4K@120Hz + 1x HDMI 2.0 @ 4K@60Hz)
  • Power Delivery to Host: 100W
  • Ethernet Speed: 1Gbps
  • Colour: Space Grey
  • Warranty: 24 months

What's in the Box

  • UGREEN 14-in-1 USB Type-C Docking Station - Space Grey x1
  • Power Adapter (DC 24V) x1
  • Power Cable x1
Brand UGREEN
Colour Space Grey
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

// 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!