Antec VX100M ARGB Micro-ATX Mini Tower Gaming Chassis - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec VX100M ARGB Micro-ATX Mini Tower Gaming Chassis

SKU: VX100M
R 449.00
Out of Stock

The Antec VX100M ARGB M-ATX Mini Tower Gaming Chassis is designed for gamers and PC builders looking for a compact yet high-performance case. With its sleek, minimalist design, this chassis not only saves space but also ensures optimal airflow for efficient cooling. The tempered glass side panel...

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

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

The Antec VX100M ARGB M-ATX Mini Tower Gaming Chassis is designed for gamers and PC builders looking for a compact yet high-performance case. With its sleek, minimalist design, this chassis not only saves space but also ensures optimal airflow for efficient cooling. The tempered glass side panel allows you to display your gaming setup without obstruction, highlighting your components and ARGB lighting effects. Despite its smaller form factor, the VX100M offers support for up to seven 120mm fans, making it an excellent choice for those who prioritize cooling performance.

Built for maximum airflow, the VX100M features a vented front panel that enhances ventilation while maintaining a stylish appearance. The well-placed air intakes at the front contribute to effective heat dissipation, ensuring that your components stay cool even during intense gaming sessions. With pre-installed cooling solutions that include three 120mm ARGB fans and an additional rear 120mm ARGB fan, the case delivers excellent out-of-the-box cooling performance while allowing users to customize their RGB lighting for a personalized setup.

Functionality meets convenience with the VX100M’s user-friendly design. The front I/O panel is equipped with essential connectivity options, including a power button, reset button, LED control button, USB 3.0 and USB 2.0 ports, and a headphone/mic combo jack. These features provide easy access to your peripherals while allowing seamless control over your system’s lighting. The chassis also includes a dust filter at the top, helping to maintain a clean and dust-free interior, which is crucial for long-term performance and maintenance.

Despite its compact size, the VX100M offers great flexibility for hardware configurations. It supports Micro-ATX and ITX motherboards, accommodates GPUs up to 275mm in length, and allows for CPU coolers up to 160mm in height. Storage options are also well considered, with dedicated slots for both 3.5" and 2.5" drives. Whether you're building a sleek gaming rig or a powerful workstation, the Antec VX100M ARGB Mini Tower Chassis combines style, airflow, and performance in a space-saving design that doesn’t compromise on quality.

FEATURES:

  • Unique front vented design
  • Smaller form factor for saving space
  • High-airflow and ventilation
  • Tempered glass side panel
  • 3 x 120mm ARGB fans pre-installed with support for up to 7 x fans

SPECIFICATIONS:

  • Form Factor: Mini Tower
  • Materials: Steel + plastic
  • Mainboard Support: Micro-ATX, ITX
  • Front Access & Controls: Power, Reset, LED Control Button, USB 3.0 x 1, USB 2.0 x 2, Headphone/Mic Combo Jack
  • Side Panel: Tempered Glass
  • Drive Bays:
    • Expansion Slots: 4
    • 3.5″ /2.5″: 1/1
  • Fan Support:
    • Front: 2 x 120mm
    • Top: 2 x 120mm
    • Power Supply Shroud: 2 x 120mm
    • Rear: 1 x 120mm
    • Included Fan(s): 2 x 120mm ARGB fans in front + 1 x 120mm ARGB fan in rear
  • Clearance:
    • Max GPU Length: ≤ 275mm
    • Max CPU Cooler Height: ≤ 160mm
    • Max PSU Length: ≤ 160mm(including cable)
  • Dust Filter: Top
  • Colour: Black
  • Product Dimensions: 32.5 x 19.5 x 38.8 cm
  • Product Weight: 2800g

WHAT’S IN THE BOX:

  • Antec VX100M ARGB M-ATX Mini Tower Gaming Chassis – Black x1
Brand Antec
Colour Black
Form Factor M-ATX
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!