PXN A10 Gaming Racing Wheel Foldable Stand - PXN | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
PXN

PXN A10 Gaming Racing Wheel Foldable Stand

SKU: PXN-A10
R 1 899.00
In Stock

Experience the thrill of immersive racing with the PXN A10 Gaming Racing Wheel Foldable Stand, a versatile and space-saving solution for sim racing enthusiasts. Designed to provide a solid and stable foundation for your racing setup, this stand features a durable carbon steel Q235 structure that...

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

Frequently Bought Together

Experience the thrill of immersive racing with the PXN A10 Gaming Racing Wheel Foldable Stand, a versatile and space-saving solution for sim racing enthusiasts. Designed to provide a solid and stable foundation for your racing setup, this stand features a durable carbon steel Q235 structure that can handle intense driving sessions without flexing or wobbling. Whether you're navigating hairpin turns or accelerating down a straight, the PXN A10 keeps your wheel and pedals firmly in place for maximum control and realism.

The PXN A10 offers multi-point adjustability, including height and slope customisation, so you can position your racing wheel to match your unique driving posture. Equipped with ergonomic knobs, it’s quick and easy to adjust or fold down for storage between sessions—ideal for compact living spaces or shared setups. The inclusion of an additional gear shifter mount plate means you can elevate your simulation experience with a more authentic racing feel, accommodating both left- and right-hand shifters for flexibility.

This racing wheel stand is engineered with broad compatibility in mind, supporting a wide range of racing wheels and pedals from top brands including PXN, MOZA, and Fanatec. The sturdy base and secure mounting points ensure compatibility across various models, making it the perfect addition for gamers building a semi-professional or enthusiast-grade rig. Whether you prefer arcade-style racing or realistic simulation, the PXN A10 adapts seamlessly to your setup.

When your race is over, the PXN A10 stand folds down quickly to a compact size, allowing for easy storage under a desk or in a closet. Weighing just 1100g, it strikes the ideal balance between portability and rugged build quality. Finished in sleek black, this foldable stand is as stylish as it is functional-designed to complement any gaming environment without taking up unnecessary space.

Please note: The Steering wheel, pedals, and gear shifter are not included.

FEATURES:

  • Convenient foldable design
  • Sturdy carbon steel structure
  • Adjustable knobs for setting and quick-folding
  • Additional plate for your gear changing lever/shifter
  • Height and slope adjustment for ease of use
  • Support for various racing wheel brands including PXN, MOZA, Thrustmasster, Logitech and Fanatec
  • Rubber foot pads for extra grip

SPECIFICATIONS:

  • Material: Carbon Structured Steel Q235
  • Colour: Black
  • Compatibility:
    • PXN: PXN-V10/ PXN-V12
    • Logitech: G29 / G923 / G27 / G25
    • Thrustmaster: T300GT/ TGT/ TSPC/ T500
    • Fanatec: CSL/ DD1 DD2/ Simagic a/ Simatic M10/ CSR/ CSW
    • Moza: R21/ R16
  • Product Dimensions (collapsed): 72.5 x 48 x 16.5 cm
  • Product Dimensions (fully expanded): 72 x 64 x 75 cm
  • Product Weight: 11000g

WHAT'S IN THE BOX:

  • PXN A10 Gaming Racing Wheel Foldable Stand - Black x1

Please note: This unit does not include the steering wheel, pedals, and gear shifter. Only the foldable stand is included. Images are for illustrative purposes only.

Brand PXN
Colour Black
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

PXN A9 Gaming Steering Wheel Foldable Stand
PXN

PXN A9 Gaming Steering Wheel Foldable Stand

R 1 749.00

In Stock

New
PXN PD HM Hall-Effect Clutch Pedal for Sim Racing
PXN

PXN PD HM Hall-Effect Clutch Pedal for Sim Racing

R 749.00

Out of Stock

PXN V3 PRO Gaming Steering Wheel
PXN

PXN V3 PRO Gaming Steering Wheel

R 1 299.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!