Cudy AC1200 Wi-Fi Router - Cudy | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Cudy

Cudy AC1200 Wi-Fi Router

SKU: WR1200
R 399.00
In Stock

Get a stable and high-speed connection with the Cudy AC1200 Dual Band Smart WiFi Router. With wireless speeds of up to 1.2Gbps, the Cudy AC1200 Dual Band Smart WiFi Router provides a better experience for online gaming and HD video streaming. It comes with the latest Wi-Fi standard 802.11ac...

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

Frequently Bought Together

Get a stable and high-speed connection with the Cudy AC1200 Dual Band Smart WiFi Router. With wireless speeds of up to 1.2Gbps, the Cudy AC1200 Dual Band Smart WiFi Router provides a better experience for online gaming and HD video streaming.

It comes with the latest Wi-Fi standard 802.11ac streaming speeds and can run applications at triple the speed of the previous routers. The high gain antennas boost the sensitivity of the router, allowing you to create connections over greater distances while providing powerful penetration through walls.

Featuring a dual-band network for versatility, the AC1200 supports a 2.4GHz network band which provides extremely long-range coverage. It also supports a 5GHz network band that can reach up to 867Mbps making it ideal for gaming and streaming.

Maintain high security across your network to help ensure your privacy is safe while online. For more security, you can use a Guest Network which separates access from your regular family network. Mac and IP Filtering can also help you block unwelcome clients, while firewall protection stops malicious packets from getting into your network.

FEATURES:

  • AC1200 Dual-Band Wi-Fi Router
  • 5dBi High Gain Antennas for large home coverage
  • Built-in Firewall protects your home network
  • Guest network protects your privacy
  • Support VPN passthrough for IPSec, PPTP and L2TP
  • Compatible with IPv6
  • Easy wireless security encryption at a push of a WPS button

SPECIFICATIONS:

  • Interface:
    • 1× 100/10 Mbps Auto MDI/MDIX RJ45 WAN Port
    • 4× 100/10 Mbps Auto MDI/MDIX RJ45 LAN Ports
  • Button: WPS Button/Reset Button
  • External Power Supply: 12 V / 1 A
  • Wireless Standards:
    • 5GHz: IEEE 802.11ac/n/a
    • 2.4GHz: IEEE 802.11n/b/g
  • Frequency: 5 GHz, 2.4 GHz
  • Signal Rate:
    • 867 Mbps (5 GHz), 300 Mbps (2.4 GHz)
  • Speed Spectrum: DSSS
  • Modulation: BPSK, QPSK, CCK and OFDM (BPSK/QPSK/16-QAM/64-QAM)
  • Transmission Distance: Indoor up to 100m, outdoor up to 300m (it is limited in an environment)
  • Receive Sensitivity@PER:
    • 11ac: -68dBm@10% PER
    • 11a: -68dBm@10% PER
    • 11n: -70dBm@10% PER
    • 11g: -72dBm@10% PER
    • 11b: -85dBm@8% PER
  • Antenna: 4×dBi Fixed Antennas
  • Data Security: 64/128-bits WEP, WPA/WPA2
  • Environment:
    • Operating Temperature: 0℃ ~ 40℃
    • Operating Humidity: 10%~90% non-condensing
  • Safety and Emission: CE/FCC

WHAT'S IN THE BOX:

  • Cudy AC1200 Dual Band Smart WiFi Router - White x1
  • Power Adapter x1
  • RJ45 Ethernet Cable x1
  • Quick Installation Guide
Brand Cudy
Colour White
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 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!