UGREEN 4-IN 1 USB 2.0 Hub (20777) - Black - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGREEN 4-IN 1 USB 2.0 Hub (20777) - Black

SKU: CR106-20277
R 149.00
In Stock

The UGREEN 4-IN 1 USB 2.0 Hub is the perfect solution for expanding the connectivity of your laptop or desktop. Designed for users who need additional USB ports for peripherals like keyboards, mice, printers, and external hard drives, this hub ensures seamless data transfer at speeds of up to...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The UGREEN 4-IN 1 USB 2.0 Hub is the perfect solution for expanding the connectivity of your laptop or desktop. Designed for users who need additional USB ports for peripherals like keyboards, mice, printers, and external hard drives, this hub ensures seamless data transfer at speeds of up to 480Mbps. Whether you’re working from home, managing office devices, or simply looking for a convenient way to connect multiple accessories, this hub provides a reliable and efficient connection.

Its 1-metre cable allows for flexible placement, making it ideal for various workstation setups. The plug-and-play functionality means no drivers are required, simply connect and start using it instantly. Built with multiple safety protections, including over-current, over-voltage, and short-circuit protection, it safeguards both your devices and data.

For users handling large files or connecting high-capacity storage devices, the additional Micro USB power port ensures stable power delivery, supporting external hard drives up to 10TB. A sleek LED indicator provides real-time status updates, ensuring you always know when the hub is active.

FEATURES:

  • 4-Port expansion, USB 2.0 ports
  • Fast data transfer up to 480Mbps
  • 1m cable flexibility
  • Wide compatibility with all USB-A peripherals
  • Over-current, over-voltage, and short-circuit protection
  • Micro USB power port for additional power
  • Supports up to 10TB storage
  • LED status indicator
  • Compact & lightweight portable design

SPECIFICATIONS:

  • Input: USB 2.0 A Male
  • Output: 4 × USB 2.0 A Female
  • Data Transfer Speed: Up to 480Mbps, backwards compatible with USB 1.1
  • Power Port: Micro USB
  • Supported Storage Capacity: Up to 10TB external hard drive
  • Compatibility: USB-A peripherals and devices
  • LED Indicator: Displays operational status
  • Cable Length: 1m
  • Protection Features: Over-current, over-voltage, and short-circuit protection
  • OS Compatibility:  Windows, macOS, and Linux
  • Material: Durable ABS plastic construction
  • Colour: Black

WHAT'S IN THE BOX:

  • UGREEN 4-IN 1 20777 USB 2.0 Hub - Black x1
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 8 in 1 USB Type-C Hub
Ugreen

UGREEN 8 in 1 USB Type-C Hub

R 1 209.00

Out of Stock

OWC 14 Port Thunderbolt3 Dock Space Grey
OWC

OWC 14 Port Thunderbolt3 Dock Space Grey

R 4 099.00

Out of Stock

Hot
WINX CONNECT Pro 6-in-1 Type-C Hub
WINX

WINX CONNECT Pro 6-in-1 Type-C Hub

R 629.00

Out of 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!