Simagic MagDock
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap'); .pca-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .pca-wrap { fo nt-family: 'Poppins', sans-serif; color: #1a1a2e; line-height: 1.6; width: 100%; } .pca-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c0342a; margin-bottom: 4px; } .pca-section-title { font-size: 18px; font-weight: 800; color: #0d1b2a; margin-bottom: 12px; line-height: 1.3; } /* ── Stat pills ── */ .pca-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; } .pca-stat { background: transparent; border: 1px solid #c0342a; border-radius: 6px; padding: 5px 14px; display: flex; align-items: baseline; gap: 5px; } .pca-stat-num { font-size: 13px; font-weight: 700; color: #c0342a; } .pca-stat-label { font-size: 13px; color: #a03020; } /* ── Feature cards ── */ .pca-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-bottom: 28px; } .pca-feature-card { background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; padding: 16px; } .pca-feature-icon { width: 23px; height: 23px; background: #0277bd; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; } .pca-feature-icon svg { width: 11px; height: 11px; fill: #fff; } .pca-feature-card h4 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 5px; } .pca-feature-card p { font-size: 12px; color: #4a5568; line-height: 1.5; } /* ── Split sections ── */ .pca-split { margin-bottom: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 16px; overflow: hidden; } .pca-split__img { width: 100%; height: 100%; object-fit: cover; display: block; background: #fff; } .pca-split__body { padding: 24px 22px; display: flex; flex-direction: column; justify-content: center; background: #fff; } .pca-split__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c0342a; margin-bottom: 6px; } .pca-split__title { font-size: 18px; font-weight: 800; color: #0d1b2a; margin-bottom: 4px; } .pca-split__subtitle { font-size: 12px; font-weight: 600; color: #4a90c4; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 14px; } .pca-split__text { font-size: 13px; color: #4a5568; line-height: 1.65; } .pca-split__points { list-style: none; padding: 0; margin: 14px 0 0; } .pca-split__points li { display: flex; gap: 10px; font-size: 13px; color: #374151; margin-bottom: 10px; line-height: 1.5; } .pca-split__points li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #0277bd; flex-shrink: 0; margin-top: 6px; } .pca-split__points strong { color: #0d1b2a; } .pca-zeus-dark { background: #fff; border-radius: 16px; overflow: hidden; margin-bottom: 4px; } .pca-zeus-dark .pca-split__body { background: #fff; border: none; } .pca-zeus-dark .pca-split__points li::before { background: #c0342a; } /* ── UP+ badge ── */ .pca-up-badge { display: inline-flex; align-items: center; gap: 8px; background: #eef7ff; border: 1px solid #c8e6f8; border-radius: 4px; padding: 5px 12px; margin-bottom: 16px; } .pca-up-badge span { font-size: 10px; font-weight: 700; color: #0277bd; letter-spacing: 0.06em; text-transform: uppercase; } /* ── Spec rows ── */ .pca-specs-dark { background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; overflow: hidden; margin-bottom: 28px; } .pca-spec-row { display: flex; justify-content: space-between; padding: 9px 12px; background: #fff; font-size: 13px; gap: 12px; } .pca-spec-row.alt { background: #f7fbff; } .pca-spec-row .sk { color: #718096; } .pca-spec-row .sv { font-weight: 700; color: #0d1b2a; text-align: right; } /* ── FAQ ── */ .pca-faq { margin-bottom: 28px; } .pca-faq-group { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #c0342a; margin: 28px 0 4px; padding: 0 0 0 4px; } .pca-faq-group:first-child { margin-top: 0; } .pca-faq details { border-bottom: 1px solid #e2edf8; } .pca-faq details:first-of-type { border-top: 1px solid #e2edf8; } .pca-faq summary { list-style: none; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 15px 4px; cursor: pointer; font-size: 13px; font-weight: 500; color: #0d1b2a; line-height: 1.45; user-select: none; -webkit-user-select: none; } .pca-faq summary::-webkit-details-marker { display: none; } .pca-faq summary::after { content: ''; flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c0342a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/contain no-repeat; transition: transform 0.2s ease; } .pca-faq details[open] > summary::after { transform: rotate(180deg); } .pca-faq summary:hover { color: #c0342a; } .pca-faq-a { font-size: 13px; color: #4a5568; line-height: 1.65; padding: 0 4px 16px 4px; } .pca-faq-a strong { color: #0d1b2a; font-weight: 700; } .pca-faq-a a { color: #0277bd; } /* ── Warranty ── */ .pca-warranty { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; } .pca-warranty-item { flex: 1; min-width: 160px; background: #fff; border: 1px solid #d0e8f8; border-radius: 6px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; } .pca-warranty-icon { width: 32px; height: 32px; background: #0277bd; border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .pca-warranty-icon svg { width: 16px; height: 16px; fill: #fff; } .pca-warranty-item h5 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 3px; } .pca-warranty-item p { font-size: 12px; color: #718096; line-height: 1.45; } /* ── Accessory Finder (ZCF) ── */ .zcf * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .zcf-step { display: none; } .zcf-step.zcf-active { display: block; } .zcf-progress { display: flex; gap: 6px; margin-bottom: 16px; align-items: center; } .zcf-dot { width: 7px; height: 7px; border-radius: 50%; background: #e0e0e0; transition: all 0.22s; } .zcf-dot.done { background: #0d1b2a; width: 20px; border-radius: 2px; } .zcf-dot.active { background: #c0342a; transform: scale(1.35); } .zcf-q { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 3px; } .zcf-sub { font-size: 11px; color: #718096; margin-bottom: 14px; line-height: 1.5; } .zcf-opts { display: grid; gap: 10px; } .zcf-opts.cols2 { grid-template-columns: 1fr 1fr; } .zcf-opts.cols3 { grid-template-columns: 1fr 1fr 1fr; } .zcf-opt { background: #fff; border: 1.5px solid #ebebeb; border-radius: 6px; cursor: pointer; display: flex; flex-direction: column; align-items: stretch; text-align: center; width: 100%; overflow: hidden; position: relative; transition: border-color 0.15s, transform 0.12s, box-shadow 0.15s; } .zcf-opt:hover { border-color: #0d1b2a; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.08); } .zcf-opt.zcf-sel { border: 2px solid #2e7d32; box-shadow: 0 4px 16px rgba(46,125,50,0.12); transform: translateY(-2px); } .zcf-opt-thumb { width: 100%; height: 168px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; padding: 12px; } .zcf-opt-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.2s; transform: scale(1.25); } .zcf-opt:hover .zcf-opt-thumb img, .zcf-opt.zcf-sel .zcf-opt-thumb img { transform: scale(1.32) translateY(-2px); } .zcf-s1-thumb img { transform: scale(1.13) !important; } .zcf-opt:hover .zcf-s1-thumb img, .zcf-opt.zcf-sel .zcf-s1-thumb img { transform: scale(1.19) translateY(-2px) !important; } .zcf-opt-body { padding: 9px 10px 12px; background: #fff; border-top: 1px solid #ebebeb; } .zcf-opt.zcf-sel .zcf-opt-body { border-top-color: #c8e6c9; } .zcf-ot { font-size: 12px; font-weight: 700; color: #0d1b2a; display: block; margin-bottom: 2px; line-height: 1.3; } .zcf-od { font-size: 10px; color: #999; line-height: 1.4; display: block; } .zcf-sel-check { position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; border-radius: 50%; background: #2e7d32; display: none; align-items: center; justify-content: center; font-size: 11px; color: #fff; font-weight: 700; z-index: 2; } .zcf-opt.zcf-sel .zcf-sel-check { display: flex; } .zcf-nav { display: flex; gap: 8px; margin-top: 14px; } .zcf-btn { padding: 8px 18px; border-radius: 6px; font-size: 11px; font-weight: 700; cursor: pointer; border: 1.5px solid #ddd; background: transparent; color: #555; transition: all 0.15s; letter-spacing: 0.03em; } .zcf-btn:hover { border-color: #aaa; color: #0d1b2a; } .zcf-result { border-radius: 12px; overflow: hidden; border: 1px solid #e8e8e8; } .zcf-rhead { background: #fff; padding: 16px 20px; border-bottom: 1px solid #e8e8e8; } .zcf-rhead h3 { font-size: 14px; font-weight: 800; color: #0d1b2a; margin-bottom: 3px; } .zcf-rhead p { font-size: 11px; color: #718096; } .zcf-rbody { background: #fff; } .zcf-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f5f5f5; } .zcf-item:last-child { border-bottom: none; } .zcf-item-img { width: 48px; height: 48px; flex-shrink: 0; background: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .zcf-item-img img { width: 100%; height: 100%; object-fit: contain; padding: 0; transform: scale(1.5); transform-origin: center; } .zcf-iname { font-size: 12px; font-weight: 700; color: #0d1b2a; } .zcf-iwhy { font-size: 10px; color: #718096; margin-top: 3px; line-height: 1.5; } .zcf-tag { display: inline-block; font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-left: 6px; vertical-align: middle; letter-spacing: 0.04em; } .zt-req { background: #e8f5e9; color: #1b5e20; border: 1px solid rgba(27,94,32,0.25); } .zt-none { background: #fef3f2; color: #b91c1c; border: 1px solid rgba(185,28,28,0.2); } .zt-info { background: #fff8e1; color: #b45309; border: 1px solid rgba(180,83,9,0.25); } .zt-opt { background: #fff8e1; color: #e65100; border: 1px solid rgba(230,81,0,0.2); } .zt-inc { background: #e8f5e9; color: #1b5e20; border: 1px solid rgba(27,94,32,0.25); } .zcf-footer { padding: 12px 16px; background: #fff; border-top: 1px solid #ebebeb; display: flex; justify-content: center; gap: 10px; } /* ── Setup grid ── */ .pca-setup-grid a > div { overflow: hidden; } .pca-setup-grid a:hover img { transform: scale(1.08); } /* ── Responsive ── */ @media (max-width: 640px) { .pca-section-title { font-size: 16px; } .pca-split { grid-template-columns: 1fr !important; } .pca-split__img { width: 100%; height: 220px; object-fit: contain; order: -1; } .pca-split__body { order: 1; padding: 20px 16px !important; } .pca-hero-banner { grid-template-columns: 1fr !important; } .pca-hero-banner__img { order: -1; min-height: 220px; } .pca-hero-banner__text { padding: 28px 20px !important; } .zcf-opts.cols3 { grid-template-columns: 1fr 1fr !important; } .zcf-opts.cols2 { grid-template-columns: 1fr 1fr !important; } .pca-cta-buttons { align-items: center !important; width: 100%; } .pca-cta-buttons a { text-align: center !important; width: 100%; } } Simagic UP+ Modular Ecosystem MagDockDashboard Mount Mount It Anywhere. Connect Everything. MagDock is the complete mounting and connection solution that brings the MagicDash 4 telemetry display to Alpha Series and third-party wheelbases. A CNC-machined aluminium stand with magnetic snap-on mounting holds the display securely, while a built-in MagLink Pro hub handles all data and power to your PC, everything you need in one unit. Magneticsnap-on MagicDash 4 mount Built-inMagLink Pro Hub Aluminium + CarbonCNC construction Height-adjustablestand Alpha Series+ all 3rd-party bases USB-Cto PC, no extra hub needed Product Detail What MagDock does UP+ Fully Modular All-in-one solution Mount, Hub, Connection, One Unit. Magnetic Mount · Integrated MagLink Pro Hub · USB-C to PC MagDock solves two problems at once: it mounts the MagicDash 4 onto your wheelbase or rig, and it handles the data and power connection to your PC, all in one accessory. The built-in MagLink Pro Hub means you don't need to buy a separate MagLink Pro alongside MagDock. Plug a single USB-C cable from MagDock to your PC, and the MagicDash 4 is live. Integrated MagLink Pro Hub, no separate hub purchase required; everything is built in. Magnetic snap-on mount, MagicDash 4 attaches and aligns automatically, holds firm throughout sessions. Independent power switch, dedicated switch and status indicator on the hub body. Anti-detachment buckle, flip-latch locking plug prevents the data cable working loose during intense stints. CNC Aluminium Construction Build Quality Precision-Machined. Height-Adjustable. Aluminium Alloy · ABS · Carbon Fibre · Adjustable Stand MagDock is built from a combination of CNC-machined aluminium alloy, ABS and carbon fibre, materials that keep the display stable and vibration-free at any force feedback setting. The height-adjustable stand lets you set the exact screen position for your seating and monitor arrangement: loosen two screws, slide to height, lock back in. Once set, it stays. CNC aluminium alloy, precision-machined chassis resists flex and vibration from high-torque wheelbases. Carbon fibre finish, clean cockpit aesthetic that matches sim racing rig styling. Height-adjustable stand, two-screw adjustment lets you dial in perfect screen height for your seating position. Secure magnetic release, MagicDash 4 detaches cleanly for storage or transport without tools. Open Ecosystem Universal Compatibility Alpha Series. Third-Party. Any Wheelbase. Alpha Mini · Alpha · Alpha Ultimate · Simucube · MOZA · Fanatec · VRS · Asetek · Cammus MagDock is the accessory that opens MagicDash 4 to any sim rig. It mounts directly to Simagic Alpha Series wheelbases, and fits most third-party wheelbases via standard front mounting holes, including Simucube, MOZA, Fanatec, VRS, Asetek, and Cammus. Note that Alpha EVO wheelbases connect MagicDash 4 directly without MagDock, MagDock is for Alpha Series and third-party bases only. Alpha Series, Alpha Mini, Alpha, Alpha Ultimate: native direct mount. Third-party wheelbases, Simucube, MOZA, Fanatec, VRS, Asetek, Cammus, and more. Standard mounting holes, fits most wheelbase front-face mounting patterns without adapters. Not required for Alpha EVO, EVO bases connect MagicDash 4 directly via AirLink; MagDock is not needed. Why MagDock Everything you need. Nothing you don't. MagLink Pro Hub Already Included MagDock has the MagLink Pro Hub built in, you don't need to buy a separate hub. The hub handles data and power to the MagicDash 4 via a single USB-C cable to your PC, with its own power switch and status indicator on the unit. Magnetic Snap, Secure and Fast The MagicDash 4 attaches to MagDock magnetically, it self-aligns on contact and holds firm under vibration from any wheelbase torque setting. For removal, it releases cleanly without tools and can be re-mounted in under a second. Set Your Height, Lock It In The MagDock stand is height-adjustable, loosen two screws to slide the display up or down, then lock. Whether your rig has a low-slung seating position or a more upright GT cockpit setup, MagDock positions the MagicDash 4 exactly where you need it. SimHub & SimPro Manager V3 Ready Once plugged in, MagDock and MagicDash 4 are detected automatically by SimPro Manager V3 and SimHub. Official Simagic dashboard presets, full community SimHub layout library, custom telemetry channels, all work out of the box. Zeus Accessory Checker What Zeus accessories do I need? Select your wheelbase, choose your Zeus wheel, and tell us if you want a MagicDash 4, we'll tell you exactly what accessories are required. ? Wheelbase Not selected ? Zeus Wheel Not selected ? MagicDash 4 Not selected .zcf *{box-sizing:border-box;margin:0;padding:0;font-family:'Poppins',sans-serif} .zcf-step{display:none} .zcf-step.zcf-active{display:block} .zcf-progress{display:flex;gap:6px;margin-bottom:16px;align-items:center} .zcf-dot{width:7px;height:7px;border-radius:50%;background:#e0e0e0;transition:all 0.22s} .zcf-dot.done{background:#0d1b2a;width:20px;border-radius:4px} .zcf-dot.active{background:#c0342a;transform:scale(1.35)} .zcf-q{font-size:13px;font-weight:700;color:#0d1b2a;margin-bottom:3px} .zcf-sub{font-size:11px;color:#718096;margin-bottom:14px;line-height:1.5} .zcf-opts{display:grid;gap:10px} .zcf-opts.cols2{grid-template-columns:1fr 1fr} .zcf-opts.cols3{grid-template-columns:1fr 1fr 1fr} .zcf-opt{background:#fff;border:1.5px solid #ebebeb;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;align-items:stretch;text-align:center;width:100%;overflow:hidden;position:relative;transition:border-color 0.15s,transform 0.12s,box-shadow 0.15s} .zcf-opt:hover{border-color:#0d1b2a;transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,0.08)} .zcf-opt.zcf-sel{border:2px solid #c0342a;box-shadow:0 4px 16px rgba(192,52,42,0.12);transform:translateY(-2px)} .zcf-opt-thumb{width:100%;height:168px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;padding:12px} .zcf-opt.zcf-sel .zcf-opt-thumb{background:#fff} .zcf-opt-thumb img{max-width:100%;max-height:100%;object-fit:contain;transition:transform 0.2s} .zcf-opt:hover .zcf-opt-thumb img,.zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.07) translateY(-2px)} #zcf-s1 .zcf-opt-thumb img{transform:scale(1.13)} #zcf-s1 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s1 .zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.19) translateY(-2px)} #zcf-s2 .zcf-opt-thumb img,#zcf-s3 .zcf-opt-thumb img{transform:scale(1.25)} #zcf-s2 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s3 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s2 .zcf-opt.zcf-sel .zcf-opt-thumb img,#zcf-s3 .zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.32) translateY(-2px)} .zcf-opt-body{padding:9px 10px 12px;background:#fff;border-top:1px solid #ebebeb} .zcf-opt.zcf-sel .zcf-opt-body{border-top-color:#f5c5c0} .zcf-ot{font-size:12px;font-weight:700;color:#0d1b2a;display:block;margin-bottom:2px;line-height:1.3} .zcf-od{font-size:10px;color:#999;line-height:1.4;display:block} .zcf-sel-check{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:#c0342a;display:none;align-items:center;justify-content:center;font-size:11px;color:#fff;font-weight:700;z-index:2} .zcf-opt.zcf-sel .zcf-sel-check{display:flex} .zcf-nav{display:flex;gap:8px;margin-top:14px} .zcf-btn{padding:8px 18px;border-radius:50px;font-size:11px;font-weight:700;cursor:pointer;border:1.5px solid #ddd;background:transparent;color:#555;transition:all 0.15s;letter-spacing:0.03em} .zcf-btn:hover{border-color:#aaa;color:#0d1b2a} .zcf-result{border-radius:12px;overflow:hidden;border:1px solid #e8e8e8} .zcf-rhead{background:#fff;padding:16px 20px;border-bottom:1px solid #e8e8e8} .zcf-rhead h3{font-size:14px;font-weight:800;color:#0d1b2a;margin-bottom:3px} .zcf-rhead p{font-size:11px;color:#718096} .zcf-rbody{background:#fff} .zcf-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid #f5f5f5} .zcf-item:last-child{border-bottom:none} .zcf-item-img{width:48px;height:48px;flex-shrink:0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden} .zcf-item-img img{width:100%;height:100%;object-fit:contain;padding:0;transform:scale(1.5);transform-origin:center} .zcf-iname{font-size:12px;font-weight:700;color:#0d1b2a} .zcf-iwhy{font-size:10px;color:#718096;margin-top:3px;line-height:1.5} .zcf-tag{display:inline-block;font-size:9px;font-weight:700;padding:2px 8px;border-radius:50px;margin-left:6px;vertical-align:middle;letter-spacing:0.04em} .zt-req{background:#e8f5e9;color:#2e7d32;border:1px solid rgba(46,125,50,0.25)} .zt-none{background:#fff8e1;color:#b45309;border:1px solid rgba(180,83,9,0.2)} .zt-opt{background:#fff8e1;color:#e65100;border:1px solid rgba(230,81,0,0.2)} .zt-inc{background:#e8f5e9;color:#2e7d32;border:1px solid rgba(46,125,50,0.25)} .zt-info{background:#fff8e1;color:#b45309;border:1px solid rgba(180,83,9,0.25)} .zcf-footer{padding:12px 16px;background:#fff;border-top:1px solid #ebebeb;display:flex;justify-content:center;gap:10px} What wheelbase are you running? This determines which adapters you need. ✓ Alpha EVO SeriesEVO 9Nm · EVO Pro 18Nm · EVO Ultra · EVO Sport ✓ Alpha Series / M10Alpha Mini · Alpha · Alpha Ultimate · M10 ✓ Third-party BaseSimucube · MOZA · Fanatec · VRS · Asetek Which Zeus wheel, or MagicDash 4 standalone? Choose a Zeus wheel, or select MagicDash 4 only for standalone DDU use without a Zeus wheel. ✓ Zeus Formula280mm · F1 spec · 92 inputs ✓ Zeus GT300mm · D-shape · 60 inputs ✓ Zeus Sport320mm · Round · 50 inputs ✓ MagicDash 4 onlyStandalone DDU · no Zeus wheel ← Back How do you want to use the MagicDash 4? The MagicDash 4 can mount onto the Zeus wheel, fixed to the wheelbase, both, or you can skip it. ✓ On the Zeus wheelWheel-mounted · no MagDock needed ✓ Mounted on wheelbaseFixed to base · MagDock required ✓ Both, wheel & wheelbaseTwo MagicDash 4 units ✓ ✕ No MagicDash 4Wheel only · no dashboard ← Back ← Edit Start over var zcfSel = {}; var zcfDelay = 280; var zcfBarData = { base: { evo: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Simagic_Alpha_Evo.webp?v=1780468680', label:'Alpha EVO Series' }, alpha: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Simagic_Alpha.webp?v=1780468681', label:'Alpha Series / M10' }, third: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Other_wheelbases.webp?v=1780468681', label:'Third-party Base' } }, wheel: { formula: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Simagic_Zeus_Formula_Steering_Wheel_5.png', label:'Zeus Formula' }, gt: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_GT_Steering_Wheel_5.png', label:'Zeus GT' }, sport: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_Sport_Steering_Wheel_5.png', label:'Zeus Sport' }, dashonly: { img:'', label:'No wheel' } }, dash: { wheel: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', label:'On Zeus wheel' }, base: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagDock-800x800_Transparent_PNG_2.png', label:'On wheelbase' }, both: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', label:'Wheel + wheelbase' }, no: { img:'', label:'No MagicDash 4' } } }; var zcfResultImgs = { magdock: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagDock-800x800_Transparent_PNG_2.png', maglink: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Maglink_Pro-800x800_Transparent_PNG_1.png', maglinkxt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Maglink_Pro_Xtend-800x800_Transparent_PNG_3.png', magicdash: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', airlink: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Air_Link-800x800_Transparent_PNG_1.png', paddles: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/3-Paddle_Shifter_Module-800x800_Transparent_PNG_1.png', rims_gt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/ZGT-300CD_Leather__800x800_TransparentPNG.png', rims_sport:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/ZS-310CS_Suede__800x800_TransparentPNG.png' }; function zcfSetBar(slot, val) { var bar = document.getElementById('zcf-visual-bar'); if (bar.style.display === 'none') bar.style.display = 'grid'; var imgWrap = document.getElementById('vbi-' + slot); var lbl = document.getElementById('vbl-' + slot); var data = zcfBarData[slot] && zcfBarData[slot][val]; if (data && data.img) { imgWrap.innerHTML = ''; } else if (data) { imgWrap.innerHTML = '✕'; } lbl.textContent = data ? data.label : 'Not selected'; lbl.style.color = data ? '#0d1b2a' : '#bbb'; lbl.style.fontSize = '12px'; } function zcfClearBar(slots) { slots.forEach(function(slot) { document.getElementById('vbi-'+slot).innerHTML = '?'; var lbl = document.getElementById('vbl-'+slot); lbl.textContent = 'Not selected'; lbl.style.color = '#bbb'; delete zcfSel[{base:'s1',wheel:'s2',dash:'s3'}[slot]]; }); var slotToStep = {base:'zcf-s1', wheel:'zcf-s2', dash:'zcf-s3'}; slots.forEach(function(slot) { var stepEl = document.getElementById(slotToStep[slot]); if (stepEl) stepEl.querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); }); } function zcfPick(btn, step, slot, nextStep) { btn.closest('.zcf-opts').querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); btn.classList.add('zcf-sel'); zcfSel[step] = btn.dataset.v; zcfSetBar(slot, btn.dataset.v); if (btn.dataset.v === 'dashonly') { zcfSetBar('dash', 'base'); zcfSel['s3'] = 'base'; } if (step === 's2' && btn.dataset.v !== 'dashonly') { var wheelImgs = { formula: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Simagic_Zeus_Formula_Steering_Wheel_5.png', gt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_GT_Steering_Wheel_5.png', sport: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_Sport_Steering_Wheel_5.png' }; var img = document.getElementById('zcf-s3-wheel-img'); if (img && wheelImgs[btn.dataset.v]) { img.src = wheelImgs[btn.dataset.v]; img.alt = btn.dataset.label + ' with MagicDash 4'; } } setTimeout(function() { if (nextStep === 'result') zcfShowResult(); else zcfNext(step, nextStep); }, zcfDelay); } function zcfNext(f, t) { document.getElementById('zcf-'+f).classList.remove('zcf-active'); document.getElementById('zcf-'+t).classList.add('zcf-active'); zcfDots(); } function zcfBack(f, t, clearSlots) { if (clearSlots) zcfClearBar(clearSlots); document.getElementById('zcf-'+f).classList.remove('zcf-active'); document.getElementById('zcf-'+t).classList.add('zcf-active'); zcfDots(); } function zcfDots() { var steps = ['s1','s2','s3','s4']; var active = steps.findIndex(function(s){ return document.getElementById('zcf-'+s).classList.contains('zcf-active'); }); document.querySelectorAll('.zcf-dot').forEach(function(d,i){ d.classList.remove('active','done'); if (i < active) d.classList.add('done'); if (i === active) d.classList.add('active'); }); } function zcfRow(imgKey, tagCls, tagLabel, name, arg5, arg6, arg7, arg8) { var why, extraTagCls = null, extraTagLabel = null, url = null; if (arg7 !== undefined && typeof arg7 === 'string' && arg7.startsWith('http')) { // 6-arg with url: (imgKey,tagCls,tagLabel,name,why,url), arg5=why, arg6=url why = arg5 || ''; url = arg6; } else if (arg7 !== undefined) { extraTagCls = arg5; extraTagLabel = arg6; why = arg7; url = arg8 || null; } else { why = arg5 || ''; url = arg6 && arg6.startsWith('http') ? arg6 : null; } var img = zcfResultImgs[imgKey]; var imgHtml = img ? '' : '✓'; var extraTag = extraTagLabel ? ''+extraTagLabel+'' : ''; var linkHtml = url ? 'View product ↗' : ''; return ''+imgHtml+''+name+''+tagLabel+''+extraTag+''+why+''+linkHtml+''; } function zcfShowResult() { var base = zcfSel.s1, wheel = zcfSel.s2, dash = zcfSel.s3; var isDashOnly = (wheel === 'dashonly'); var wn = {formula:'Zeus Formula', gt:'Zeus GT', sport:'Zeus Sport', dashonly:'MagicDash 4 standalone'}; var bn = {evo:'Alpha EVO', alpha:'Alpha Series / M10', third:'Third-party base'}; if (isDashOnly) dash = 'base'; document.getElementById('zcf-rt').textContent = (isDashOnly ? 'MagicDash 4 standalone' : wn[wheel]) + ' on ' + bn[base]; var dashDesc = {wheel:'MagicDash 4 on Zeus wheel', base:'MagicDash 4 on wheelbase (MagDock)', both:'MagicDash 4 on wheel + wheelbase', no:'Wheel only, no MagicDash 4'}; document.getElementById('zcf-rs').textContent = isDashOnly ? 'MagicDash 4 as standalone DDU, no Zeus wheel' : (dashDesc[dash] || ''); var html = ''; if (base === 'evo') { if (isDashOnly || dash === 'wheel' || dash === 'base') { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels and MagicDash 4 connect natively to all Alpha EVO series bases, no adapters or MagDock needed.'); html += zcfRow('airlink', 'zt-inc', 'Included with MagicDash 4', 'AirLink Wireless Hotspot', 'Included in every MagicDash 4 box, connects the dashboard wirelessly to SimHub or SimPro V3.', 'https://p1simgear.com.au/products/simagic-airlink-wireless-hotspot'); } else if (dash === 'both') { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels and MagicDash 4 connect natively to all Alpha EVO bases, no adapters needed. Each MagicDash 4 uses its own AirLink.'); html += zcfRow('magicdash', 'zt-req', 'Required (×2)', 'MagicDash 4 (×2)', 'You need two MagicDash 4 units, one mounts on the Zeus wheel, one mounts on the base. Each ships with its own AirLink.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); html += zcfRow('airlink', 'zt-inc', 'Included with each MagicDash 4', 'AirLink Wireless Hotspot (×2)', 'One AirLink included per MagicDash 4 box, two units total for two displays. No extra purchase needed.', 'https://p1simgear.com.au/products/simagic-airlink-wireless-hotspot'); } else { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels connect natively to all Alpha EVO series bases. Plug straight in, nothing extra needed.'); } } else { if (isDashOnly) { html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount and connect the MagicDash 4 to your ' + (base === 'alpha' ? 'Alpha Series / M10' : 'third-party') + ' wheelbase. Built-in MagLink Pro Hub, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); } else if (dash === 'no') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Required for Alpha Mini, Alpha, Alpha Ultimate, and M10. Connects your Zeus ' + wn[wheel] + ' and retains all button, RGB shift light, and SimHub functionality.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Required for all third-party direct drive bases (Simucube, MOZA, Fanatec, VRS, Asetek, etc.). All inputs and RGB shift lights retained.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } } else if (dash === 'wheel') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base and handles the wheel-mounted MagicDash 4, no MagDock needed for wheel-mounted display.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base and handles the wheel-mounted MagicDash 4, no MagDock needed for wheel-mounted display.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } } else if (dash === 'base') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base, always needed for the Zeus wheel connection regardless of MagicDash 4 mount.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base, always needed for the Zeus wheel connection regardless of MagicDash 4 mount.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount the MagicDash 4 on the wheelbase. Built-in MagLink Pro Hub handles the display connection, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); } else if (dash === 'both') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base and powers the wheel-mounted MagicDash 4.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base and powers the wheel-mounted MagicDash 4.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount the base-mounted MagicDash 4. Built-in MagLink Pro Hub, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); html += zcfRow('magicdash', 'zt-req', 'Required (×2)', 'MagicDash 4 (×2)', 'You need two units, one mounts on the Zeus wheel via MagLink Pro, one mounts on the wheelbase via MagDock.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } if (base === 'alpha' && !isDashOnly) { html += zcfRow('maglinkxt', 'zt-opt', 'Optional (multi-wheel)', 'MagLink Pro Xtend', 'Only worth it if you run an Alpha wheelbase (Alpha, Alpha Mini, Alpha Ultimate, M10) AND own more than one Zeus wheel that you swap between. It mounts on the base so a single MagLink Pro serves every wheel, instead of one MagLink Pro per wheel. For a single wheel, skip it and just use MagLink Pro. Not for Alpha EVO or third-party bases.', 'https://p1simgear.com.au/products/simagic-maglink-pro-xtend'); } html += zcfRow('paddles', 'zt-opt', 'Optional', 'UP+ Paddle Modules', 'Upgrade to push-pull, double, or triple paddle configurations without replacing the wheel.', 'https://p1simgear.com.au/products/simagic-paddle-shifter-module-triple-paddles'); if (wheel === 'sport') { html += zcfRow('rims_sport', 'zt-opt', 'Optional', 'Zeus Sport Replacement Rims', 'Hot-swap grip shape and material without tools. Multiple configurations available.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } else if (wheel === 'gt') { html += zcfRow('rims_gt', 'zt-opt', 'Optional', 'Zeus GT Replacement Rims', 'Hot-swap grip shape, size, and material without tools. 9 configurations available.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } } document.getElementById('zcf-items').innerHTML = html; var fromStep = isDashOnly ? 's2' : 's3'; zcfNext(fromStep, 's4'); } function zcfBackFromResult() { if (zcfSel.s2 === 'dashonly') { zcfBack('s4','s2',['wheel','dash']); } else { zcfBack('s4','s3',['dash']); } } function zcfReset() { zcfSel = {}; ['s1','s2','s3','s4'].forEach(function(s){ document.getElementById('zcf-'+s).classList.remove('zcf-active'); }); document.getElementById('zcf-s1').classList.add('zcf-active'); document.querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); ['base','wheel','dash'].forEach(function(slot) { document.getElementById('vbi-'+slot).innerHTML = '?'; document.getElementById('vbl-'+slot).textContent = 'Not selected'; document.getElementById('vbl-'+slot).style.color = '#bbb'; }); document.getElementById('zcf-visual-bar').style.display = 'none'; zcfDots(); } Quick Reference Do I need MagDock for my setup? MagDock, When You Need It (and When You Don't) Your Setup MagDock? Accessories Required Alpha EVO + any MagicDash 4 (wheel or base mount) ✕ Not needed AirLink (included with MagicDash 4) Alpha EVO + Zeus wheel only (no MagicDash 4) ✕ Not needed No accessories needed Alpha Series or 3rd-party + Zeus wheel only ✕ Not needed MagLink Pro only Alpha Series or 3rd-party + Zeus wheel + MagicDash 4 on the wheel ✕ Not needed MagLink Pro only, handles wheel + wheel-mounted dash Alpha Series or 3rd-party + MagicDash 4 on the wheelbase (no Zeus wheel) ✓ Required MagDock + MagicDash 4 Alpha Series or 3rd-party + Zeus wheel + MagicDash 4 on the wheelbase ✓ Required MagLink Pro + MagDock + MagicDash 4 Alpha Series or 3rd-party + Zeus wheel + MagicDash 4 on wheel AND wheelbase ✓ Required MagLink Pro + MagDock + MagicDash 4 ×2 Technical Specifications MagDock, Full Specifications Simagic UP+ Ecosystem MagDock Dashboard Mount Product NameMagDock Dashboard Mount FunctionMagicDash 4 mount + integrated MagLink Pro Hub Mounting TypeMagnetic snap-on (self-aligning) Stand AdjustmentHeight-adjustable (two-screw locking) HubMagLink Pro Hub (built-in) PC ConnectionUSB-C Power SwitchIndependent switch + status indicator Cable SecurityAnti-detachment buckle · flip-latch locking plug MaterialsCNC aluminium alloy + ABS + carbon fibre CompatibilityAlpha Series wheelbases · Third-party wheelbases (standard front mounting holes) Not Compatible WithAlpha EVO Series (connects direct via AirLink, MagDock not required) SoftwareSimPro Manager V3 · SimHub PlatformPC Only Warranty2 Years Common questions MagDock FAQ What It Does What does MagDock do? MagDock is the complete mounting and connection solution for the MagicDash 4 on Alpha Series and third-party wheelbases. It does two things: it physically mounts the MagicDash 4 to your wheelbase or rig via a magnetic snap-on stand, and it connects the display to your PC via its built-in MagLink Pro Hub and a single USB-C cable. MagDock replaces what would otherwise require both a separate mount and a separate MagLink Pro Hub. Does MagDock include a MagLink Pro Hub? Yes, MagDock has a MagLink Pro Hub built directly into the unit. You do not need to purchase a separate MagLink Pro to use MagicDash 4 with MagDock. The hub provides data and power to the MagicDash 4 via a single USB-C cable from MagDock to your PC, with an independent power switch and status indicator on the unit body. Do I need MagDock for my Alpha EVO wheelbase? No. Alpha EVO wheelbases connect the MagicDash 4 wirelessly via the AirLink hotspot, MagDock is not needed and is not compatible with Alpha EVO setups. MagDock is specifically for Alpha Series wheelbases (Alpha Mini, Alpha, Alpha Ultimate, M10) and third-party wheelbases including Simucube, MOZA, Fanatec, VRS, Asetek, and Cammus. Setup & Compatibility How do I set up MagDock? Mount MagDock to your wheelbase using the included hardware (compatible with standard front mounting holes on Alpha Series and most third-party bases). Connect the USB-C cable from MagDock to your PC. The MagicDash 4 snaps magnetically onto the mount plate and powers on automatically when the MagDock hub is switched on. Open SimPro Manager V3 or SimHub, both detect MagDock and MagicDash 4 automatically. No driver installation required. Which wheelbases is MagDock compatible with? MagDock is compatible with all Simagic Alpha Series wheelbases (Alpha Mini, Alpha, Alpha Ultimate, M10) and most third-party wheelbases that have standard front mounting holes, including Simucube, MOZA, Fanatec, VRS, Asetek, and Cammus. It is not compatible with Alpha EVO Series wheelbases, which connect MagicDash 4 via AirLink instead. I have a Zeus wheel on an Alpha Series or third-party base, do I need MagDock? It depends on where you want to mount the MagicDash 4. MagLink Pro is always required to connect your Zeus wheel to the base. For the MagicDash 4: if you want it mounted on the Zeus wheel itself, MagLink Pro handles that too, no MagDock needed. If you want it mounted on the wheelbase as a fixed cockpit display (independent of the wheel), then MagDock is required for that display. If you want both, one on the wheel and one on the base, you need MagLink Pro, MagDock, and two MagicDash 4 units. Can I mount the MagicDash 4 on my wheelbase instead of on the Zeus wheel? Yes. The MagicDash 4 can be mounted directly on your wheelbase using MagDock, independent of your Zeus wheel entirely. This gives you a fixed dashboard position that stays in place regardless of steering input, which some drivers prefer for visibility. On Alpha Series and third-party bases, MagDock is the required accessory for this. On Alpha EVO bases, the MagicDash 4 connects wirelessly via AirLink so no MagDock is needed regardless of mount position. Can I run a MagicDash 4 on my Zeus wheel AND a second one on the wheelbase? Yes, you can run two MagicDash 4 units simultaneously, each showing independent data. On Alpha Series or third-party bases: you need MagLink Pro for the wheel-mounted display and MagDock for the base-mounted display, plus two MagicDash 4 units. On Alpha EVO bases: each MagicDash 4 needs its own AirLink wireless hotspot, which is included in every MagicDash 4 box, no MagDock required. Can I run MagDock with SimHub? Yes. SimHub detects and communicates with MagicDash 4 through MagDock automatically once the unit is plugged in and powered. Full SimHub dashboard library access, custom layouts, and all telemetry channels work normally. SimPro Manager V3 is also supported for official Simagic preset dashboards and firmware management. Purchasing at Player1 Sim Gear Is MagDock in stock in Australia? Yes, we stock MagDock at our Queensland warehouse as an authorised Simagic dealer. Call 0488 385 870 to confirm current availability before ordering. What warranty does MagDock come with? MagDock purchased from Player1 Sim Gear carries Simagic's 2-year manufacturer warranty and is covered by Australian Consumer Law. Warranty claims are handled locally, no international shipping required. Contact us at player1simgear.freshdesk.com or on 0488 385 870. After-Sales Warranty & Support Simagic 2-Year Warranty All Simagic accessories from Player1 Sim Gear carry the manufacturer warranty. Authorised dealer, claims handled locally in Australia. Australian Consumer Law All purchases covered by ACL, acceptable quality, fitness for purpose, and statutory rights. Local Support, 0488 385 870 Queensland-based team. Setup help, compatibility questions, and warranty claims handled in Australia. Help Desk Open a ticket at player1simgear.freshdesk.com for technical queries or warranty claims. Build the full experience Complete your sim cockpit Pair MagDock and MagicDash 4 with a Zeus Series steering wheel, Simagic wheelbase, and the rest of your rig. Simagic Full Range Wheelbases, wheels, pedals & more Shop Simagic → Zeus Rims & Accessories MagicDash 4, AirLink, MagLink Pro Shop Zeus Accessories → Sim Cockpits Racing cockpit frames & rigs Shop Cockpits → VR Headsets Pimax Crystal Super, Crystal Light & more Shop VR → Not sure if MagDock is right for you? If you're on an Alpha EVO, you don't need MagDock, AirLink is included with your MagicDash 4. If you're on an Alpha Series or third-party base, MagDock is what you need. Not sure? We can confirm your exact requirements before you order. Call 0488 385 870 Send us a message { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What does MagDock do?", "acceptedAnswer": { "@type": "Answer", "text": "MagDock is the complete mounting and connection solution for the MagicDash 4 on Alpha Series and third-party wheelbases. It does two things: it physically mounts the MagicDash 4 to your wheelbase or rig via a magnetic snap-on stand, and it connects the display to your PC via its built-in MagLink Pro Hub and a single USB-C cable. MagDock replaces what would otherwise require both a separate mount and a separate MagLink Pro Hub." } }, { "@type": "Question", "name": "Does MagDock include a MagLink Pro Hub?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, MagDock has a MagLink Pro Hub built directly into the unit. You do not need to purchase a separate MagLink Pro to use MagicDash 4 with MagDock. The hub provides data and power to the MagicDash 4 via a single USB-C cable from MagDock to your PC, with an independent power switch and status indicator on the unit body." } }, { "@type": "Question", "name": "Do I need MagDock for my Alpha EVO wheelbase?", "acceptedAnswer": { "@type": "Answer", "text": "No. Alpha EVO wheelbases connect the MagicDash 4 wirelessly via the AirLink hotspot, MagDock is not needed and is not compatible with Alpha EVO setups. MagDock is specifically for Alpha Series wheelbases (Alpha Mini, Alpha, Alpha Ultimate, M10) and third-party wheelbases including Simucube, MOZA, Fanatec, VRS, Asetek, and Cammus." } }, { "@type": "Question", "name": "How do I set up MagDock?", "acceptedAnswer": { "@type": "Answer", "text": "Mount MagDock to your wheelbase using the included hardware (compatible with standard front mounting holes on Alpha Series and most third-party bases). Connect the USB-C cable from MagDock to your PC. The MagicDash 4 snaps magnetically onto the mount plate and powers on automatically when the MagDock hub is switched on. Open SimPro Manager V3 or SimHub, both detect MagDock and MagicDash 4 automatically. No driver installation required." } }, { "@type": "Question", "name": "Which wheelbases is MagDock compatible with?", "acceptedAnswer": { "@type": "Answer", "text": "MagDock is compatible with all Simagic Alpha Series wheelbases (Alpha Mini, Alpha, Alpha Ultimate, M10) and most third-party wheelbases that have standard front mounting holes, including Simucube, MOZA, Fanatec, VRS, Asetek, and Cammus. It is not compatible with Alpha EVO Series wheelbases, which connect MagicDash 4 via AirLink instead." } }, { "@type": "Question", "name": "I have a Zeus wheel on an Alpha Series or third-party base, do I need MagDock?", "acceptedAnswer": { "@type": "Answer", "text": "It depends on where you want to mount the MagicDash 4. MagLink Pro is always required to connect your Zeus wheel to the base. For the MagicDash 4: if you want it mounted on the Zeus wheel itself, MagLink Pro handles that too, no MagDock needed. If you want it mounted on the wheelbase as a fixed cockpit display (independent of the wheel), then MagDock is required for that display. If you want both, one on the wheel and one on the base, you need MagLink Pro, MagDock, and two MagicDash 4 units." } }, { "@type": "Question", "name": "Can I mount the MagicDash 4 on my wheelbase instead of on the Zeus wheel?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. The MagicDash 4 can be mounted directly on your wheelbase using MagDock, independent of your Zeus wheel entirely. This gives you a fixed dashboard position that stays in place regardless of steering input, which some drivers prefer for visibility. On Alpha Series and third-party bases, MagDock is the required accessory for this. On Alpha EVO bases, the MagicDash 4 connects wirelessly via AirLink so no MagDock is needed regardless of mount position." } }, { "@type": "Question", "name": "Can I run a MagicDash 4 on my Zeus wheel AND a second one on the wheelbase?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, you can run two MagicDash 4 units simultaneously, each showing independent data. On Alpha Series or third-party bases: you need MagLink Pro for the wheel-mounted display and MagDock for the base-mounted display, plus two MagicDash 4 units. On Alpha EVO bases: each MagicDash 4 needs its own AirLink wireless hotspot, which is included in every MagicDash 4 box, no MagDock required." } }, { "@type": "Question", "name": "Can I run MagDock with SimHub?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. SimHub detects and communicates with MagicDash 4 through MagDock automatically once the unit is plugged in and powered. Full SimHub dashboard library access, custom layouts, and all telemetry channels work normally. SimPro Manager V3 is also supported for official Simagic preset dashboards and firmware management." } }, { "@type": "Question", "name": "Is MagDock in stock in Australia?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, we stock MagDock at our Queensland warehouse as an authorised Simagic dealer. Call 0488 385 870 to confirm current availability before ordering." } }, { "@type": "Question", "name": "What warranty does MagDock come with?", "acceptedAnswer": { "@type": "Answer", "text": "MagDock purchased from Player1 Sim Gear carries Simagic's 2-year manufacturer warranty and is covered by Australian Consumer Law. Warranty claims are handled locally, no international shipping required. Contact us at player1simgear.freshdesk.com or on 0488 385 870." } } ] }
More you might like
Related
Simagic MagDock
Related
SIMAGIC - MagDock
Related
Simagic MagDock
Related