Port USB Type-C 4 x USB3.1|1 x Aux|Micro+SD Card Reader|1 x RJ45|1 x HDMI|1 x VGA|1 x Type-C PD Dock 100W - Black - Port | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Port

Port USB Type-C 4 x USB3.1|1 x Aux|Micro+SD Card Reader|1 x RJ45|1 x HDMI|1 x VGA|1 x Type-C PD Dock 100W - Black

SKU: 901913
R 1 299.00
In Stock

The Port Universal USB-C Docking Station is the game-changer you've been waiting for. With support for up to 4K video display, it transforms your workspace into a visual masterpiece. Plus, it delivers up to 100W of power through USB-C Power Delivery™, ensuring your devices stay charged and ready...

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

Frequently Bought Together

The Port Universal USB-C Docking Station is the game-changer you've been waiting for. With support for up to 4K video display, it transforms your workspace into a visual masterpiece. Plus, it delivers up to 100W of power through USB-C Power Delivery™, ensuring your devices stay charged and ready for action.

High-speed data transfer is a breeze with USB-A ports offering speeds of up to 5Gb/s. Connect up to 7 peripherals effortlessly: 1x HDMI, 1x VGA, 3x USB-A 3.0, 1x RJ-45, 1x TF, and 1x SD card slot. Whether you're on the go or at your desk, its compact, travel-friendly design makes mobility a breeze. The generous 50 cm USB-C cable ensures flexibility in setup.

Compatible with PC, Mac®, and Android™ devices via USB-C, our Plug & Play setup simplifies your life. Plus, with Mac address pass-through, PXE boot, and Wake on LAN features, you're always in control. Upgrade your connectivity today and experience the future of effortless productivity!

FEATURES:

  • Universal USB-C docking station to expand laptop connectivity
  • 1 video display up to 4K
  • Provides up to 100W via USB-C Power Delivery™
  • USB-A ports high-speed data transfer up to 5Gb/s
  • Connects up to 7 peripherals: 1x HDMI, 1xVGA, 3x USB-A 3.0, 1x RJ-45, 1x TF, 1x SD
  • Travel size adapted for mobility
  • Long USB-C cable of 50 cm
  • PC, Mac® & Android™ compatible via USB-C
  • Plug & Play setup
  • Mac address path through, PXE boot and Wake on LAN features

SPECIFICATIONS:

  • Material: ABS + PCBA
  • Video Ports: 1 x HDMI up to 4K30, 1 x VGA port up to 1080@60 Hz
  • USB Ports: 3 USB-A 3.1 Gen 1
  • Network Port: RJ45 port, 10/100/1000 Mbps
  • Compatibility: Windows / MacOS / Linux / Android
  • Card Readers: 1 x SD, 1 x TF 3.0
  • Dimensions: 5.5 x 1.7 x 12.4 cm

WHAT’S IN THE BOX:

  • Port Connect USB Type C travel docking station - Black x1
  • User guide x 1
Brand Port
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

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

Related Products

Port USB Type-C to 3 x USB3.0 and 1 x Type-C PD 30cm 4 Port Hub - Black
Port

Port USB Type-C to 3 x USB3.0 and 1 x Type-C PD 30cm 4 Port Hub - Black

R 729.00

Only 2 left - order soon!

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

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

R 149.00

In Stock

WINX CONNECT Simple USB/Type-C Hub
WINX

WINX CONNECT Simple USB/Type-C Hub

R 189.00

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!