{"product_id":"dji-flighthub-2-aio-combo-overseas-standard","title":"DJI FlightHub 2 AIO Combo - Overseas Standard","description":"\u003cstyle\u003e\n  .drt-fh2-product {\n    --drt-bg-dark: #0b1422;\n    --drt-bg-card: #111827;\n    --drt-bg-soft: #f5f7fa;\n    --drt-text-dark: #111827;\n    --drt-text-muted: #5b6472;\n    --drt-white: #ffffff;\n    --drt-blue: #1677ff;\n    --drt-border: #e5e7eb;\n    --drt-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: var(--drt-text-dark);\n  }\n\n  .drt-fh2-product * {\n    box-sizing: border-box;\n  }\n\n  .drt-fh2-product .fh2-container {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 28px 16px 48px;\n  }\n\n  .drt-fh2-product .fh2-hero {\n    background:\n      radial-gradient(circle at 75% 20%, rgba(22,119,255,0.28), transparent 34%),\n      linear-gradient(135deg, #07111f 0%, #0b1422 45%, #1b2b42 100%);\n    color: #ffffff;\n    border-radius: 30px;\n    padding: 72px 36px;\n    text-align: center;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .drt-fh2-product .fh2-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 7px 14px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,0.22);\n    background: rgba(255,255,255,0.08);\n    color: rgba(255,255,255,0.82);\n    font-size: 12px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    font-weight: 700;\n    margin-bottom: 18px;\n  }\n\n  .drt-fh2-product .fh2-hero h2 {\n    color: #ffffff;\n    font-size: clamp(34px, 5vw, 62px);\n    line-height: 1.05;\n    margin: 0 0 18px;\n    font-weight: 800;\n    letter-spacing: -0.03em;\n  }\n\n  .drt-fh2-product .fh2-hero p {\n    max-width: 840px;\n    margin: 0 auto 12px;\n    color: rgba(255,255,255,0.84);\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  .drt-fh2-product .fh2-hero-note {\n    max-width: 800px;\n    margin: 26px auto 0;\n    padding: 18px 22px;\n    border-radius: 18px;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.18);\n    color: rgba(255,255,255,0.9);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .drt-fh2-product .fh2-section {\n    margin-top: 48px;\n    text-align: center;\n  }\n\n  .drt-fh2-product .fh2-section h3 {\n    font-size: clamp(26px, 3.2vw, 42px);\n    line-height: 1.15;\n    margin: 0 0 14px;\n    color: #0f172a;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n  }\n\n  .drt-fh2-product .fh2-section-intro {\n    max-width: 820px;\n    margin: 0 auto 28px;\n    color: var(--drt-text-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .drt-fh2-product .fh2-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    text-align: left;\n  }\n\n  .drt-fh2-product .fh2-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    text-align: left;\n  }\n\n  .drt-fh2-product .fh2-card {\n    background: #ffffff;\n    border: 1px solid var(--drt-border);\n    border-radius: 24px;\n    padding: 28px;\n    box-shadow: var(--drt-shadow);\n  }\n\n  .drt-fh2-product .fh2-card.dark {\n    background: var(--drt-bg-card);\n    border-color: rgba(255,255,255,0.1);\n    color: #ffffff;\n  }\n\n  .drt-fh2-product .fh2-card h4 {\n    font-size: 21px;\n    line-height: 1.3;\n    margin: 0 0 12px;\n    color: #111827;\n    font-weight: 800;\n  }\n\n  .drt-fh2-product .fh2-card.dark h4 {\n    color: #ffffff;\n  }\n\n  .drt-fh2-product .fh2-card p,\n  .drt-fh2-product .fh2-card li {\n    color: var(--drt-text-muted);\n    font-size: 15px;\n    line-height: 1.68;\n  }\n\n  .drt-fh2-product .fh2-card.dark p,\n  .drt-fh2-product .fh2-card.dark li {\n    color: rgba(255,255,255,0.78);\n  }\n\n  .drt-fh2-product .fh2-card ul,\n  .drt-fh2-product .fh2-card ol {\n    margin: 12px 0 0;\n    padding-left: 20px;\n  }\n\n  .drt-fh2-product .fh2-highlight {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 34px;\n    padding: 5px 12px;\n    margin-bottom: 14px;\n    border-radius: 999px;\n    background: #edf5ff;\n    color: #0b63d1;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .drt-fh2-product .fh2-warning-tag {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 34px;\n    padding: 5px 12px;\n    margin-bottom: 14px;\n    border-radius: 999px;\n    background: #fff7ed;\n    color: #c2410c;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .drt-fh2-product .fh2-plan-table-wrap {\n    overflow-x: auto;\n    background: #ffffff;\n    border: 1px solid var(--drt-border);\n    border-radius: 24px;\n    box-shadow: var(--drt-shadow);\n    text-align: left;\n  }\n\n  .drt-fh2-product .fh2-plan-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 760px;\n  }\n\n  .drt-fh2-product .fh2-plan-table th {\n    background: #0f172a;\n    color: #ffffff;\n    padding: 18px;\n    font-size: 14px;\n    text-align: left;\n  }\n\n  .drt-fh2-product .fh2-plan-table td {\n    padding: 18px;\n    border-top: 1px solid var(--drt-border);\n    color: #374151;\n    font-size: 15px;\n    line-height: 1.55;\n    vertical-align: top;\n  }\n\n  .drt-fh2-product .fh2-plan-table td strong {\n    color: #111827;\n  }\n\n  .drt-fh2-product .fh2-process {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n    text-align: center;\n  }\n\n  .drt-fh2-product .fh2-step {\n    background: #ffffff;\n    border: 1px solid var(--drt-border);\n    border-radius: 22px;\n    padding: 26px 20px;\n    box-shadow: var(--drt-shadow);\n  }\n\n  .drt-fh2-product .fh2-step-number {\n    width: 38px;\n    height: 38px;\n    border-radius: 999px;\n    background: #0f172a;\n    color: #ffffff;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 800;\n    margin-bottom: 14px;\n  }\n\n  .drt-fh2-product .fh2-step h4 {\n    margin: 0 0 8px;\n    font-size: 17px;\n    color: #111827;\n  }\n\n  .drt-fh2-product .fh2-step p {\n    margin: 0;\n    color: var(--drt-text-muted);\n    font-size: 14px;\n    line-height: 1.62;\n  }\n\n  .drt-fh2-product .fh2-notice {\n    margin-top: 30px;\n    padding: 24px;\n    border-radius: 24px;\n    background: #eef6ff;\n    border: 1px solid #bfdbfe;\n    color: #1e3a8a;\n    text-align: center;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .drt-fh2-product .fh2-warning {\n    margin-top: 30px;\n    padding: 24px;\n    border-radius: 24px;\n    background: #fff7ed;\n    border: 1px solid #fed7aa;\n    color: #9a3412;\n    text-align: center;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .drt-fh2-product .fh2-faq {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n    text-align: left;\n  }\n\n  .drt-fh2-product .fh2-faq-item {\n    background: #ffffff;\n    border: 1px solid var(--drt-border);\n    border-radius: 20px;\n    padding: 24px;\n    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);\n  }\n\n  .drt-fh2-product .fh2-faq-item h4 {\n    margin: 0 0 8px;\n    font-size: 18px;\n    color: #111827;\n  }\n\n  .drt-fh2-product .fh2-faq-item p {\n    margin: 0;\n    color: var(--drt-text-muted);\n    line-height: 1.68;\n    font-size: 15px;\n  }\n\n  .drt-fh2-product .fh2-contact-box {\n    margin-top: 56px;\n    background:\n      radial-gradient(circle at 18% 18%, rgba(22,119,255,0.32), transparent 34%),\n      radial-gradient(circle at 82% 12%, rgba(96,165,250,0.2), transparent 30%),\n      linear-gradient(135deg, #07111f 0%, #0b1422 48%, #111827 100%);\n    border-radius: 30px;\n    padding: 50px 30px;\n    text-align: center;\n    color: #ffffff;\n    border: 1px solid rgba(255,255,255,0.12);\n    box-shadow: 0 22px 50px rgba(15,23,42,0.24);\n  }\n\n  .drt-fh2-product .fh2-contact-box h3 {\n    color: #ffffff;\n    margin: 0 0 14px;\n    font-size: clamp(28px, 3.4vw, 42px);\n    line-height: 1.15;\n    font-weight: 850;\n    letter-spacing: -0.02em;\n  }\n\n  .drt-fh2-product .fh2-contact-box p {\n    color: rgba(255,255,255,0.82);\n    max-width: 780px;\n    margin: 0 auto 28px;\n    line-height: 1.7;\n    font-size: 16px;\n  }\n\n  .drt-fh2-product .fh2-buttons {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 16px;\n  }\n\n  .drt-fh2-product .fh2-btn {\n    display: inline-flex !important;\n    align-items: center;\n    justify-content: center;\n    min-height: 54px;\n    padding: 0 30px;\n    border-radius: 999px;\n    background: #ffffff !important;\n    color: #0f172a !important;\n    text-decoration: none !important;\n    font-weight: 850;\n    font-size: 15px;\n    border: 2px solid #ffffff;\n    box-shadow: 0 12px 26px rgba(0,0,0,0.22);\n    transition: all 0.2s ease;\n  }\n\n  .drt-fh2-product .fh2-btn:hover {\n    transform: translateY(-2px);\n    opacity: 0.94;\n  }\n\n  .drt-fh2-product .fh2-btn.secondary {\n    background: rgba(255,255,255,0.12) !important;\n    color: #ffffff !important;\n    border: 2px solid rgba(255,255,255,0.45);\n    box-shadow: none;\n  }\n\n  @media (max-width: 900px) {\n    .drt-fh2-product .fh2-hero {\n      padding: 50px 22px;\n      border-radius: 24px;\n    }\n\n    .drt-fh2-product .fh2-grid-2,\n    .drt-fh2-product .fh2-grid-3,\n    .drt-fh2-product .fh2-process {\n      grid-template-columns: 1fr;\n    }\n\n    .drt-fh2-product .fh2-card,\n    .drt-fh2-product .fh2-step,\n    .drt-fh2-product .fh2-faq-item {\n      padding: 22px;\n    }\n\n    .drt-fh2-product .fh2-contact-box {\n      padding: 38px 20px;\n      border-radius: 24px;\n    }\n\n    .drt-fh2-product .fh2-btn {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"drt-fh2-product\"\u003e\n  \u003cdiv class=\"fh2-container\"\u003e\n\n    \u003csection class=\"fh2-hero\"\u003e\n      \u003cdiv class=\"fh2-eyebrow\"\u003eDJI Enterprise On-Premises Solution\u003c\/div\u003e\n      \u003ch2\u003eDJI FlightHub 2 AIO Combo\u003c\/h2\u003e\n      \u003cp\u003e\n        DJI FlightHub 2 AIO Combo (Overseas Standard) is designed for organizations that need a dedicated FlightHub 2 AIO-related deployment solution for one compatible device.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        This product is intended for enterprise, public safety, utility, infrastructure, and professional drone teams that require stronger data control, structured account configuration, and more controlled FlightHub 2 operation workflows.\n      \u003c\/p\u003e\n      \u003cdiv class=\"fh2-hero-note\"\u003e\n        Overseas Standard version. Includes DJI FlightHub 2 AIO Dongle (1 Device) (Overseas). This is a physical enterprise solution product and is not a standard FlightHub 2 cloud subscription, livestream recharge, mapping recharge, or storage upgrade product.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eProducts Included\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        This product is listed by DJI as FlightHub 2 AIO Combo (Overseas Standard). The included item is the overseas version of DJI FlightHub 2 AIO Dongle for one compatible device.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-grid-2\"\u003e\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003cdiv class=\"fh2-highlight\"\u003eManufacturer Listed Product\u003c\/div\u003e\n          \u003ch4\u003eDJI FlightHub 2 AIO Combo (Overseas Standard)\u003c\/h4\u003e\n          \u003cp\u003e\n            This is the official product listing name provided by DJI for the overseas standard AIO Combo package.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003cdiv class=\"fh2-highlight\"\u003eIncluded Item\u003c\/div\u003e\n          \u003ch4\u003eDJI FlightHub 2 AIO Dongle (1 Device) (Overseas)\u003c\/h4\u003e\n          \u003cp\u003e\n            The included AIO Dongle is intended for FlightHub 2 AIO-related deployment and device access for one compatible device. Please confirm your device model, account requirements, deployment environment, and region before purchase.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh2-notice\"\u003e\n        Package contents, activation requirements, account configuration, and compatibility may vary depending on DJI Enterprise policy, region, firmware, device model, and system availability.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eDesigned for Controlled Enterprise Deployment\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        FlightHub 2 AIO Combo is intended for teams that need a more controlled FlightHub 2 deployment structure compared with standard cloud subscription plans.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-grid-3\"\u003e\n        \u003cdiv class=\"fh2-card dark\"\u003e\n          \u003ch4\u003eDedicated Device Access\u003c\/h4\u003e\n          \u003cp\u003e\n            Supports AIO-related FlightHub 2 deployment for one compatible device, subject to DJI account and system requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card dark\"\u003e\n          \u003ch4\u003eEnterprise Data Control\u003c\/h4\u003e\n          \u003cp\u003e\n            Suitable for organizations with stricter requirements for data access, internal workflows, operational management, and deployment configuration.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card dark\"\u003e\n          \u003ch4\u003eMission Management\u003c\/h4\u003e\n          \u003cp\u003e\n            Helps teams structure drone operations, users, compatible devices, and mission workflows inside the FlightHub 2 ecosystem.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eWho Should Choose This Product?\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        This product is best for organizations that require FlightHub 2 AIO-related deployment rather than a simple Business or Enterprise cloud subscription.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-grid-2\"\u003e\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003cdiv class=\"fh2-highlight\"\u003eRecommended For\u003c\/div\u003e\n          \u003ch4\u003eEnterprise \u0026amp; Public Sector Teams\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003eGovernment and public safety agencies\u003c\/li\u003e\n            \u003cli\u003eUtility, energy, and infrastructure inspection teams\u003c\/li\u003e\n            \u003cli\u003eOrganizations using or planning DJI Dock operations\u003c\/li\u003e\n            \u003cli\u003eEnterprise teams requiring controlled deployment workflows\u003c\/li\u003e\n            \u003cli\u003eCustomers who need FlightHub 2 AIO-related device access\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003cdiv class=\"fh2-warning-tag\"\u003eNot Recommended For\u003c\/div\u003e\n          \u003ch4\u003eStandard Cloud Subscription Users\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003eCustomers who only need a short-term FlightHub 2 Business plan\u003c\/li\u003e\n            \u003cli\u003eUsers who only need Enterprise Version cloud-based device licensing\u003c\/li\u003e\n            \u003cli\u003eExisting users who only need livestream minutes recharge\u003c\/li\u003e\n            \u003cli\u003eExisting users who only need mapping image recharge\u003c\/li\u003e\n            \u003cli\u003eExisting users who only need storage space upgrade\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh2-warning\"\u003e\n        Please contact Drone Robotics Tech before ordering if you are not sure whether your organization needs AIO Combo, Business Version, Enterprise Version, or a recharge \/ upgrade product.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eAIO Combo vs Other FlightHub 2 Products\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        This product is different from FlightHub 2 Business Version, Enterprise Version, and recharge products. Use the comparison below to avoid selecting the wrong product.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-plan-table-wrap\"\u003e\n        \u003ctable class=\"fh2-plan-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eProduct Type\u003c\/th\u003e\n              \u003cth\u003eBest For\u003c\/th\u003e\n              \u003cth\u003eMain Purpose\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eBusiness Version\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eSmall teams, short-term projects, flexible cloud access\u003c\/td\u003e\n              \u003ctd\u003eStandard cloud-based FlightHub 2 access for basic operation management.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eEnterprise Version\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eProfessional teams and device-based enterprise operations\u003c\/td\u003e\n              \u003ctd\u003eLong-term cloud-based FlightHub 2 management for compatible online devices.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eRecharge \/ Upgrade Products\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eExisting FlightHub 2 users\u003c\/td\u003e\n              \u003ctd\u003eAdd livestream minutes, mapping image quota, or storage capacity to an existing account.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eAIO Combo (Overseas Standard)\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eControlled deployment environments and AIO-related FlightHub 2 use\u003c\/td\u003e\n              \u003ctd\u003eIncludes DJI FlightHub 2 AIO Dongle for one compatible overseas device, subject to deployment and account requirements.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh2-notice\"\u003e\n        If you are not sure which FlightHub 2 product matches your operation, contact Drone Robotics Tech before ordering.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eSupported Operation Scenarios\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        FlightHub 2 AIO Combo is suitable for mission-critical operations where deployment planning, account setup, device compatibility, and system configuration should be reviewed before purchase.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-grid-3\"\u003e\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003ch4\u003ePublic Safety\u003c\/h4\u003e\n          \u003cp\u003e\n            Supports emergency response, command center workflows, remote monitoring, coordinated drone operations, and agency-level operation management.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003ch4\u003eUtility \u0026amp; Infrastructure\u003c\/h4\u003e\n          \u003cp\u003e\n            Suitable for inspection teams managing power lines, substations, pipelines, construction sites, facilities, and critical infrastructure.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003ch4\u003eDJI Dock Operations\u003c\/h4\u003e\n          \u003cp\u003e\n            Useful for organizations planning remote or automated drone operation workflows with compatible DJI Dock solutions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eDevice \u0026amp; Compatibility Notice\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        FlightHub 2 AIO Combo deployment may depend on compatible DJI Enterprise drones, DJI Dock solutions, network environment, account configuration, firmware version, region, and DJI system requirements.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-grid-3\"\u003e\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003ch4\u003eDJI Dock Series\u003c\/h4\u003e\n          \u003cp\u003e\n            Compatibility with DJI Dock solutions should be confirmed before ordering, especially for remote or automated operation workflows.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003ch4\u003eMatrice Series\u003c\/h4\u003e\n          \u003cp\u003e\n            Selected DJI Matrice Enterprise platforms may be used with FlightHub 2 depending on model, firmware, account, and region.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003ch4\u003eMavic Enterprise Series\u003c\/h4\u003e\n          \u003cp\u003e\n            Selected DJI Mavic Enterprise platforms may support FlightHub 2 workflows depending on compatibility and configuration.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh2-warning\"\u003e\n        Please confirm device compatibility, firmware requirements, deployment environment, account setup, and region support before purchasing this product.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003ePhysical Product \u0026amp; Shipping Notice\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        Unlike standard FlightHub 2 software licenses and recharge products, this AIO Combo includes a physical DJI FlightHub 2 AIO Dongle.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-grid-2\"\u003e\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003cdiv class=\"fh2-highlight\"\u003ePhysical Product\u003c\/div\u003e\n          \u003ch4\u003eRequires Shipping\u003c\/h4\u003e\n          \u003cp\u003e\n            This product includes a physical item and may require shipping after order processing. Availability, lead time, and delivery schedule should be confirmed before purchase.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003cdiv class=\"fh2-warning-tag\"\u003eConfirm Before Ordering\u003c\/div\u003e\n          \u003ch4\u003eEnterprise Processing Required\u003c\/h4\u003e\n          \u003cp\u003e\n            DRT may need to confirm your deployment requirements, compatible device, DJI account information, and regional availability before processing the order.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eBefore Purchase Notice\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        DJI FlightHub 2 AIO Combo is a deployment-oriented enterprise solution. Please review the notes below before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-grid-2\"\u003e\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003ch4\u003ePlease Confirm Before Ordering\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003eYour intended FlightHub 2 deployment environment\u003c\/li\u003e\n            \u003cli\u003eYour compatible DJI device model\u003c\/li\u003e\n            \u003cli\u003eWhether one device access is sufficient for your operation\u003c\/li\u003e\n            \u003cli\u003eYour DJI account and region requirements\u003c\/li\u003e\n            \u003cli\u003eNetwork, firmware, and system configuration requirements\u003c\/li\u003e\n            \u003cli\u003eCurrent availability, lead time, and delivery conditions\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-card\"\u003e\n          \u003ch4\u003eImportant Notes\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003eThis product is listed as DJI FlightHub 2 AIO Combo (Overseas Standard).\u003c\/li\u003e\n            \u003cli\u003eIncluded item: DJI FlightHub 2 AIO Dongle (1 Device) (Overseas).\u003c\/li\u003e\n            \u003cli\u003eThis product is not a standard FlightHub 2 cloud subscription.\u003c\/li\u003e\n            \u003cli\u003eThis product is not a livestream, mapping, or storage recharge package.\u003c\/li\u003e\n            \u003cli\u003eThis product includes a physical item and requires shipping.\u003c\/li\u003e\n            \u003cli\u003eConfiguration and activation requirements may vary.\u003c\/li\u003e\n            \u003cli\u003eDRT may contact you for additional information before processing the order.\u003c\/li\u003e\n            \u003cli\u003eSoftware, hardware, and enterprise deployment products may not be refundable once processed, activated, configured, or shipped.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fh2-warning\"\u003e\n        Please do not purchase this product unless you understand the AIO Combo use case and have confirmed that it matches your FlightHub 2 deployment requirement.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eOrder \u0026amp; Deployment Process\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        Because this product is not a simple cloud subscription or recharge product, we recommend confirming your requirements with DRT before order processing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-process\"\u003e\n        \u003cdiv class=\"fh2-step\"\u003e\n          \u003cdiv class=\"fh2-step-number\"\u003e1\u003c\/div\u003e\n          \u003ch4\u003eConfirm Requirements\u003c\/h4\u003e\n          \u003cp\u003eContact DRT to confirm your deployment requirements, compatible device, account setup, and use case.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-step\"\u003e\n          \u003cdiv class=\"fh2-step-number\"\u003e2\u003c\/div\u003e\n          \u003ch4\u003eCheck Availability\u003c\/h4\u003e\n          \u003cp\u003eDRT will help confirm current availability, lead time, and DJI Enterprise processing requirements.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-step\"\u003e\n          \u003cdiv class=\"fh2-step-number\"\u003e3\u003c\/div\u003e\n          \u003ch4\u003eProcess Order\u003c\/h4\u003e\n          \u003cp\u003eAfter confirmation, DRT will process the AIO Combo order through DJI Enterprise channels.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-step\"\u003e\n          \u003cdiv class=\"fh2-step-number\"\u003e4\u003c\/div\u003e\n          \u003ch4\u003eShip \u0026amp; Support\u003c\/h4\u003e\n          \u003cp\u003eDRT can assist with shipping coordination, activation information, and deployment guidance after processing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-section\"\u003e\n      \u003ch3\u003eFAQ\u003c\/h3\u003e\n      \u003cp class=\"fh2-section-intro\"\u003e\n        Common questions about DJI FlightHub 2 AIO Combo (Overseas Standard).\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fh2-faq\"\u003e\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eWhat is included with this product?\u003c\/h4\u003e\n          \u003cp\u003eThis product includes DJI FlightHub 2 AIO Dongle (1 Device) (Overseas).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eWhat is the product name listed by DJI?\u003c\/h4\u003e\n          \u003cp\u003eDJI lists this product as DJI FlightHub 2 AIO Combo (Overseas Standard).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eIs this a physical product?\u003c\/h4\u003e\n          \u003cp\u003eYes. This AIO Combo includes a physical DJI FlightHub 2 AIO Dongle and requires shipping.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eIs this a FlightHub 2 Business Version subscription?\u003c\/h4\u003e\n          \u003cp\u003eNo. Business Version is a standard cloud subscription plan. This AIO Combo product is intended for FlightHub 2 AIO-related deployment and device access.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eIs this the same as FlightHub 2 Enterprise Version?\u003c\/h4\u003e\n          \u003cp\u003eNo. Enterprise Version is a cloud-based device license. AIO Combo is a different product intended for AIO-related deployment scenarios.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eIs this product for one device?\u003c\/h4\u003e\n          \u003cp\u003eYes. The included product is DJI FlightHub 2 AIO Dongle (1 Device) (Overseas). If you need more than one device, please confirm the correct quantity and configuration with DRT before ordering.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eCan I use this with any DJI drone?\u003c\/h4\u003e\n          \u003cp\u003eNo. Compatibility depends on DJI device model, firmware, account configuration, region, and deployment requirements. Please confirm compatibility before purchase.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eIs AIO Combo suitable for DJI Dock operations?\u003c\/h4\u003e\n          \u003cp\u003eIt may be suitable for organizations planning remote or automated drone operations with compatible DJI Dock solutions, but compatibility and deployment requirements should be confirmed first.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eCan I buy this instead of a recharge package?\u003c\/h4\u003e\n          \u003cp\u003eNo. This product is not a livestream minutes recharge, mapping images recharge, or storage upgrade. If you already have FlightHub 2 and only need additional resource quota, please purchase the correct recharge or upgrade product.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eShould I contact DRT before purchasing?\u003c\/h4\u003e\n          \u003cp\u003eYes. We strongly recommend contacting Drone Robotics Tech before purchasing so we can help confirm compatibility, configuration, availability, shipping, and deployment requirements.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fh2-faq-item\"\u003e\n          \u003ch4\u003eCan I cancel or return this product?\u003c\/h4\u003e\n          \u003cp\u003eSoftware, hardware, license, and enterprise deployment products may not be refundable once processed, activated, configured, or shipped. Please confirm all requirements before purchase.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fh2-contact-box\" style=\"margin-top:56px; background:radial-gradient(circle at 18% 18%, rgba(22,119,255,0.32), transparent 34%), radial-gradient(circle at 82% 12%, rgba(96,165,250,0.2), transparent 30%), linear-gradient(135deg,#07111f 0%,#0b1422 48%,#111827 100%); border-radius:30px; padding:50px 30px; text-align:center; color:#ffffff; border:1px solid rgba(255,255,255,0.12); box-shadow:0 22px 50px rgba(15,23,42,0.24);\"\u003e\n      \u003ch3 style=\"color:#ffffff; margin:0 0 14px; font-size:clamp(28px,3.4vw,42px); line-height:1.15; font-weight:850; letter-spacing:-0.02em;\"\u003e\n        Need Help Confirming This AIO Combo?\n      \u003c\/h3\u003e\n      \u003cp style=\"color:rgba(255,255,255,0.82); max-width:780px; margin:0 auto 28px; line-height:1.7; font-size:16px;\"\u003e\n        Contact Drone Robotics Tech before ordering. Our team can help confirm whether DJI FlightHub 2 AIO Combo (Overseas Standard) is the correct solution for your deployment, device compatibility, account requirements, availability, and shipping needs.\n      \u003c\/p\u003e\n      \u003cdiv style=\"display:flex; justify-content:center; flex-wrap:wrap; gap:16px;\"\u003e\n        \u003ca href=\"\/pages\/contact\" style=\"display:inline-flex !important; align-items:center; justify-content:center; min-height:54px; padding:0 30px; border-radius:999px; background:#ffffff !important; color:#0f172a !important; text-decoration:none !important; font-weight:850; font-size:15px; border:2px solid #ffffff; box-shadow:0 12px 26px rgba(0,0,0,0.22);\"\u003e\n          Contact DRT\n        \u003c\/a\u003e\n\n        \u003ca href=\"\/collections\/flighthub-2\" style=\"display:inline-flex !important; align-items:center; justify-content:center; min-height:54px; padding:0 30px; border-radius:999px; background:rgba(255,255,255,0.12) !important; color:#ffffff !important; border:2px solid rgba(255,255,255,0.45); text-decoration:none !important; font-weight:850; font-size:15px;\"\u003e\n          View FlightHub 2 Collection\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"DJI","offers":[{"title":"Default Title","offer_id":47823564079362,"sku":"FH2-AIO-OVERSEAS-STANDARD","price":15780.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/DJIFlightHub2AIODevice.jpg?v=1779479951","url":"https:\/\/droneroboticstec.com\/products\/dji-flighthub-2-aio-combo-overseas-standard","provider":"Drone Robotics Tech","version":"1.0","type":"link"}