Nzxt Internal Usb Hub

In Stock
SKU : 105194 Product Type: Brand:
117,705

Specifications CPU Intel® Atom® x6425E 4-core/4-thread processor, burst up to 3.0 GHz CPU Architecture 64-bit x86 Graphic Processors Intel® UHD Graphics for 10th Gen Intel® Processors Floating Point Unit Encryption Engine (AES-NI) Hardware-accelerated Tr

In Stock
In Stock

Additional information

Specifications

 

CPU Intel® Atom® x6425E 4-core/4-thread processor, burst up to 3.0 GHz
CPU Architecture 64-bit x86
Graphic Processors Intel® UHD Graphics for 10th Gen Intel® Processors
Floating Point Unit
Encryption Engine (AES-NI)
Hardware-accelerated Transcoding
System Memory 8 GB on board (non-expandable)

Note: Reserves some RAM for use as shared graphics memory.
Maximum Memory 8 GB on board (non-expandable)
Flash Memory 4GB (Dual boot OS protection)
Drive Bay 4 x 2.5-inch SATA 6Gb/s, 3Gb/s

The system is shipped without HDD.
For the HDD compatibility list, please visit https://www.qnap.com/compatibility/
Drive Compatibility 2.5-inch SATA solid state drives
Hot-swappable
SSD Cache Acceleration Support
10 Gigabit Ethernet Port 2 x 10GBASE-T (10G/5G/2.5G/1G)
Wake on LAN (WOL)
Jumbo Frame
USB 3.2 Gen 2 (10Gbps) Port 4
HDMI™ Output 1, HDMI™ 1.4b (up to 3840 x 2160 @ 30Hz)
Form Factor Tower
LED Indicators Power/Status, LAN, SSD 1-4
Buttons Power, Reset
Dimensions (HxWxD) 62 × 180 × 244 mm

Dimensions do not include foot pad (foot pad may be up to 30mm / 1.18 inches high depending on model)
Weight (Net) 3.1 kg
Weight (Gross) 3.1 kg
Operating Temperature -40 – 70 °C (-40°F – 158°F)
Storage Temperature -45 – 85°C (-49°F – 185°F)
Relative Humidity 5-95% RH non-condensing, wet bulb: 27˚C (80.6˚F)
Power Supply Unit 1. External Power Adapter, 90W and above, AC 100-240V
2. 9-36V DC input

To avoid potential personal injury or component damage, DO NOT plug in two power inputs simultaneously.
Power Consumption: Disk Standby Mode 17.628
Power Consumption: Operating Mode, Typical 25.592 W

Tested with drives fully populated.
System Warning Buzzer
Kensington Security Slot
Standard Warranty 3
5
Max. Number of Concurrent Connections (CIFS) – with Max. Memory 1500

 

var appLocale = ‘en-in’;
var eshopModalLocaleData = {“title”:”Choose your country or region”};
var eshopList = {“United States”:{“url”:”https://store.qnap.com/”,”locale”:”en-us”},”United Kingdom”:{“url”:”https://ukstore.qnap.com/”,”locale”:”en-uk”},”Germany”:{“url”:”https://eustore.qnap.com/?___store=de_de”,”locale”:”de-de”},”Austria”:{“url”:”https://eustore.qnap.com/?___store=de_at”},”Switzerland”:{“url”:”https://eustore.qnap.com/?___store=de_ch”},”France”:{“url”:”https://eustore.qnap.com/?___store=fr_fr”,”locale”:”fr-fr”},”Netherlands”:{“url”:”https://eustore.qnap.com/?___store=nl_nl”,”locale”:”nl-nl”},”Belgium”:{“url”:”https://eustore.qnap.com/?___store=nl_be”},”Luxembourg”:{“url”:”https://eustore.qnap.com/?___store=fr_lu”},”Italy”:{“url”:”https://eustore.qnap.com/?___store=it_it”,”locale”:”it-it”},”Spain”:{“url”:”https://eustore.qnap.com/?___store=es_es”,”locale”:”es-es”},”Poland”:{“url”:”https://eustore.qnap.com/?___store=pl_pl”,”locale”:”pl-pl”},”Czechia”:{“url”:”https://eustore.qnap.com/?___store=cs_cz”,”locale”:”cs-cz”},”Denmark”:{“url”:”https://eustore.qnap.com/?___store=da_dk”,”locale”:”da-dk”},”Finland”:{“url”:”https://eustore.qnap.com/?___store=fi_fi”},”Hungary”:{“url”:”https://eustore.qnap.com/?___store=hu_hu”,”locale”:”hu-hu”},”Portugal”:{“url”:”https://eustore.qnap.com/?___store=pt_pt”,”locale”:”pt-pt”},”Romania”:{“url”:”https://eustore.qnap.com/?___store=ro_ro”},”Sweden”:{“url”:”https://eustore.qnap.com/?___store=sv_se”,”locale”:”sv-se”},”Taiwan”:{“url”:”https://store.qnap.com.tw/”,”locale”:”zh-tw”}};

var appLocale = ‘en-in’;
var software_store_locale_list = {“zh-tw”:”zh_tw”,”zh-cn”:”zh_cn”,”cs-cz”:”cs”,”de-de”:”de”,”es-es”:”es”,”la”:”es”,”fr-fr”:”fr”,”it-it”:”it”,”ja-jp”:”ja”,”ko-kr”:”ko”,”pl-pl”:”pl”,”ru-ru”:”ru”,”sv-se”:”sv”,”nl-nl”:”nl”,”tr-tr”:”tr”,”th-th”:”th”,”pt-pt”:”pt”,”hu-hu”:”hu”};
var qcloud = {
app_id: ‘5d10a24fd6b82f288db760f7’,
endpoint: ‘https://account.qnap.com’
};
$(function () {
if (typeof (window.lottie) === ‘undefined’) {
$.getScript(“https://www.qnap.com/assets/vendor/lottie/5.5.9/lottie.min.js?v=49dbba87110e359bf7027a53c99d2cc6”);
}

if (typeof ($.fn.popover) === ‘undefined’) {
$.getScript(“https://www.qnap.com/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js?v=842231adbdd17e3adc0dc2a7e902d158”);
}

$(“footer#appFooter .sitemap label”).click(function (e) {
var $li = $(this).parent(‘li’);
var $ul = $li.children(‘ul’);

if ($(window).width() = 1000 ? ‘normal’ : ‘mobile’;
$(window).resize(function () {
var currentScreenMode = ‘normal’;
if ($(window).width() >= 1000) {
currentScreenMode = ‘normal’;
} else {
currentScreenMode = ‘mobile’;
}

if (currentScreenMode !== initScreenMode) {
$(“footer#appFooter .sitemap label”).map(function () {
var $li = $(this).parent(‘li’);
var $ul = $li.children(‘ul’);
$li.attr(‘class’, ”);
if (currentScreenMode === ‘normal’) {
$ul.attr(‘style’, ‘display:block’);
} else {
$ul.attr(‘style’, ‘display:none’);
}
});

initScreenMode = currentScreenMode;
}
});

$(‘.btn-close-lang-menu’).click(function (e) {
e.preventDefault();
hideAppLanguageMenu();
});

$(‘.show-language-menu’).click(function (e) {
e.preventDefault();
showAppLanguageMenu();
});
$(‘.close-login-popup’).click(function (e) {
e.preventDefault();
hideLoginPopup();
});
$(‘.login-popup’).click(function () {
$(this).hide();
});
$(“.login-popup .popup-container”).click(function (e) {
e.stopPropagation();
});

if ($(‘.addthis_sharing_toolbox’).length) {
$(‘.addthis_sharing_toolbox’).hide();
}
});

function showAppLanguageMenu() {
$(‘body’).css({‘overflow’: ‘hidden’});
$(‘#languageMenu’).css(‘display’, ‘flex’);
}

function hideAppLanguageMenu() {
$(‘body’).css({‘overflow’: ‘auto’});
$(‘#languageMenu’).css(‘display’, ‘none’);
}

function showLoginPopup() {
$(‘body’).css({‘overflow’: ‘hidden’});
$(‘#loginPopup’).css(‘display’, ‘flex’);
}

function hideLoginPopup() {
$(‘body’).css({‘overflow’: ‘auto’});
$(‘#loginPopup’).css(‘display’, ‘none’);
}

var currentTime = Date.now() / 1000 | 0;
if (document.getElementById(‘top-notification-bar’)) {
var isShowTopNotificationBar = false;
var topNotificationBar = document.getElementById(‘top-notification-bar’);

if (topNotificationBar.dataset.startAt || topNotificationBar.dataset.endAt) {
var startAt = topNotificationBar.dataset.startAt;
var endAt = topNotificationBar.dataset.endAt;
if ((startAt && currentTime >= startAt) && (endAt && currentTime 0) {
removeTopNotificationBar = setTimeout(function () {
topNotificationBar.className = topNotificationBar.className.replace(/bis-activeb/, ”);
}, topNotificationBar.dataset.duration);

if (window.history.scrollRestoration) {
history.scrollRestoration = “manual”;
} else {
window.onbeforeunload = function () {
window.scrollTo(0, 0);
}
}
}
}
}

if (document.getElementById(‘special-block’)) {
var isShowSpecialBlock = true;
if (document.getElementById(‘special-block’).dataset.startAt ||
document.getElementById(‘special-block’).dataset.endAt) {
var startAt = document.getElementById(‘special-block’).dataset.startAt;
var endAt = document.getElementById(‘special-block’).dataset.endAt;

if ((startAt && currentTime endAt)) {
isShowSpecialBlock = false;
}
}

if (isShowSpecialBlock) {
$(‘#special-block’).addClass(‘is-active’);
} else {
$(‘#special-block’).remove();
}
}

var cookieExpirationDate = new Date(Date.now() + 7 * 24 * 60 * 60 * 1000).toGMTString();
document.cookie = “locale=en-in; expires=” + cookieExpirationDate + “; domain=.qnap.com; path=/”;

document.cookie = “NAS_Lang_Set=en-in; expires=” + cookieExpirationDate + “; domain=.qnap.com; path=/”;

var appLocale = ‘en-in’;

 

{
“@context”: “http://schema.org”,
“@id”: “https://www.qnap.com/#organization”,
“@type”: “Organization”,
“name”: “QNAP”,
“url”: “https://www.qnap.com/”,
“logo”: “https://www.qnap.com/i/images/favicon/apple-touch-icon-iphone-3x.png”,
“sameAs”: [
“https://www.wikidata.org/wiki/Q3412500”,
“https://www.youtube.com/user/qnapsys”,
“https://www.linkedin.com/showcase/qnap”,
“https://www.facebook.com/QNAPSys”,
“https://twitter.com/QNAP_nas”
]
}

var model_name = ‘TS-i410X’;
var model_store_info = {};

$(function () {
if (window.urlQueryString.os) {
let currentOS = window.urlQueryString.os.replace(‘-‘, ‘ ‘);
if ($(‘a:visible[data-sku=”‘ + currentOS + ‘”]’).length) {
changeSkuTab($(‘a:visible[data-sku=”‘ + currentOS + ‘”]’).closest(‘li’).index());
}
}
});

Description

Specifications

 

CPU Intel® Atom® x6425E 4-core/4-thread processor, burst up to 3.0 GHz
CPU Architecture 64-bit x86
Graphic Processors Intel® UHD Graphics for 10th Gen Intel® Processors
Floating Point Unit
Encryption Engine (AES-NI)
Hardware-accelerated Transcoding
System Memory 8 GB on board (non-expandable)

Note: Reserves some RAM for use as shared graphics memory.
Maximum Memory 8 GB on board (non-expandable)
Flash Memory 4GB (Dual boot OS protection)
Drive Bay 4 x 2.5-inch SATA 6Gb/s, 3Gb/s

The system is shipped without HDD.
For the HDD compatibility list, please visit https://www.qnap.com/compatibility/
Drive Compatibility 2.5-inch SATA solid state drives
Hot-swappable
SSD Cache Acceleration Support
10 Gigabit Ethernet Port 2 x 10GBASE-T (10G/5G/2.5G/1G)
Wake on LAN (WOL)
Jumbo Frame
USB 3.2 Gen 2 (10Gbps) Port 4
HDMI™ Output 1, HDMI™ 1.4b (up to 3840 x 2160 @ 30Hz)
Form Factor Tower
LED Indicators Power/Status, LAN, SSD 1-4
Buttons Power, Reset
Dimensions (HxWxD) 62 × 180 × 244 mm

Dimensions do not include foot pad (foot pad may be up to 30mm / 1.18 inches high depending on model)
Weight (Net) 3.1 kg
Weight (Gross) 3.1 kg
Operating Temperature -40 – 70 °C (-40°F – 158°F)
Storage Temperature -45 – 85°C (-49°F – 185°F)
Relative Humidity 5-95% RH non-condensing, wet bulb: 27˚C (80.6˚F)
Power Supply Unit 1. External Power Adapter, 90W and above, AC 100-240V
2. 9-36V DC input

To avoid potential personal injury or component damage, DO NOT plug in two power inputs simultaneously.
Power Consumption: Disk Standby Mode 17.628
Power Consumption: Operating Mode, Typical 25.592 W

Tested with drives fully populated.
System Warning Buzzer
Kensington Security Slot
Standard Warranty 3
5
Max. Number of Concurrent Connections (CIFS) – with Max. Memory 1500

 

var appLocale = ‘en-in’;
var eshopModalLocaleData = {“title”:”Choose your country or region”};
var eshopList = {“United States”:{“url”:”https://store.qnap.com/”,”locale”:”en-us”},”United Kingdom”:{“url”:”https://ukstore.qnap.com/”,”locale”:”en-uk”},”Germany”:{“url”:”https://eustore.qnap.com/?___store=de_de”,”locale”:”de-de”},”Austria”:{“url”:”https://eustore.qnap.com/?___store=de_at”},”Switzerland”:{“url”:”https://eustore.qnap.com/?___store=de_ch”},”France”:{“url”:”https://eustore.qnap.com/?___store=fr_fr”,”locale”:”fr-fr”},”Netherlands”:{“url”:”https://eustore.qnap.com/?___store=nl_nl”,”locale”:”nl-nl”},”Belgium”:{“url”:”https://eustore.qnap.com/?___store=nl_be”},”Luxembourg”:{“url”:”https://eustore.qnap.com/?___store=fr_lu”},”Italy”:{“url”:”https://eustore.qnap.com/?___store=it_it”,”locale”:”it-it”},”Spain”:{“url”:”https://eustore.qnap.com/?___store=es_es”,”locale”:”es-es”},”Poland”:{“url”:”https://eustore.qnap.com/?___store=pl_pl”,”locale”:”pl-pl”},”Czechia”:{“url”:”https://eustore.qnap.com/?___store=cs_cz”,”locale”:”cs-cz”},”Denmark”:{“url”:”https://eustore.qnap.com/?___store=da_dk”,”locale”:”da-dk”},”Finland”:{“url”:”https://eustore.qnap.com/?___store=fi_fi”},”Hungary”:{“url”:”https://eustore.qnap.com/?___store=hu_hu”,”locale”:”hu-hu”},”Portugal”:{“url”:”https://eustore.qnap.com/?___store=pt_pt”,”locale”:”pt-pt”},”Romania”:{“url”:”https://eustore.qnap.com/?___store=ro_ro”},”Sweden”:{“url”:”https://eustore.qnap.com/?___store=sv_se”,”locale”:”sv-se”},”Taiwan”:{“url”:”https://store.qnap.com.tw/”,”locale”:”zh-tw”}};

var appLocale = ‘en-in’;
var software_store_locale_list = {“zh-tw”:”zh_tw”,”zh-cn”:”zh_cn”,”cs-cz”:”cs”,”de-de”:”de”,”es-es”:”es”,”la”:”es”,”fr-fr”:”fr”,”it-it”:”it”,”ja-jp”:”ja”,”ko-kr”:”ko”,”pl-pl”:”pl”,”ru-ru”:”ru”,”sv-se”:”sv”,”nl-nl”:”nl”,”tr-tr”:”tr”,”th-th”:”th”,”pt-pt”:”pt”,”hu-hu”:”hu”};
var qcloud = {
app_id: ‘5d10a24fd6b82f288db760f7’,
endpoint: ‘https://account.qnap.com’
};
$(function () {
if (typeof (window.lottie) === ‘undefined’) {
$.getScript(“https://www.qnap.com/assets/vendor/lottie/5.5.9/lottie.min.js?v=49dbba87110e359bf7027a53c99d2cc6”);
}

if (typeof ($.fn.popover) === ‘undefined’) {
$.getScript(“https://www.qnap.com/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js?v=842231adbdd17e3adc0dc2a7e902d158”);
}

$(“footer#appFooter .sitemap label”).click(function (e) {
var $li = $(this).parent(‘li’);
var $ul = $li.children(‘ul’);

if ($(window).width() = 1000 ? ‘normal’ : ‘mobile’;
$(window).resize(function () {
var currentScreenMode = ‘normal’;
if ($(window).width() >= 1000) {
currentScreenMode = ‘normal’;
} else {
currentScreenMode = ‘mobile’;
}

if (currentScreenMode !== initScreenMode) {
$(“footer#appFooter .sitemap label”).map(function () {
var $li = $(this).parent(‘li’);
var $ul = $li.children(‘ul’);
$li.attr(‘class’, ”);
if (currentScreenMode === ‘normal’) {
$ul.attr(‘style’, ‘display:block’);
} else {
$ul.attr(‘style’, ‘display:none’);
}
});

initScreenMode = currentScreenMode;
}
});

$(‘.btn-close-lang-menu’).click(function (e) {
e.preventDefault();
hideAppLanguageMenu();
});

$(‘.show-language-menu’).click(function (e) {
e.preventDefault();
showAppLanguageMenu();
});
$(‘.close-login-popup’).click(function (e) {
e.preventDefault();
hideLoginPopup();
});
$(‘.login-popup’).click(function () {
$(this).hide();
});
$(“.login-popup .popup-container”).click(function (e) {
e.stopPropagation();
});

if ($(‘.addthis_sharing_toolbox’).length) {
$(‘.addthis_sharing_toolbox’).hide();
}
});

function showAppLanguageMenu() {
$(‘body’).css({‘overflow’: ‘hidden’});
$(‘#languageMenu’).css(‘display’, ‘flex’);
}

function hideAppLanguageMenu() {
$(‘body’).css({‘overflow’: ‘auto’});
$(‘#languageMenu’).css(‘display’, ‘none’);
}

function showLoginPopup() {
$(‘body’).css({‘overflow’: ‘hidden’});
$(‘#loginPopup’).css(‘display’, ‘flex’);
}

function hideLoginPopup() {
$(‘body’).css({‘overflow’: ‘auto’});
$(‘#loginPopup’).css(‘display’, ‘none’);
}

var currentTime = Date.now() / 1000 | 0;
if (document.getElementById(‘top-notification-bar’)) {
var isShowTopNotificationBar = false;
var topNotificationBar = document.getElementById(‘top-notification-bar’);

if (topNotificationBar.dataset.startAt || topNotificationBar.dataset.endAt) {
var startAt = topNotificationBar.dataset.startAt;
var endAt = topNotificationBar.dataset.endAt;
if ((startAt && currentTime >= startAt) && (endAt && currentTime 0) {
removeTopNotificationBar = setTimeout(function () {
topNotificationBar.className = topNotificationBar.className.replace(/bis-activeb/, ”);
}, topNotificationBar.dataset.duration);

if (window.history.scrollRestoration) {
history.scrollRestoration = “manual”;
} else {
window.onbeforeunload = function () {
window.scrollTo(0, 0);
}
}
}
}
}

if (document.getElementById(‘special-block’)) {
var isShowSpecialBlock = true;
if (document.getElementById(‘special-block’).dataset.startAt ||
document.getElementById(‘special-block’).dataset.endAt) {
var startAt = document.getElementById(‘special-block’).dataset.startAt;
var endAt = document.getElementById(‘special-block’).dataset.endAt;

if ((startAt && currentTime endAt)) {
isShowSpecialBlock = false;
}
}

if (isShowSpecialBlock) {
$(‘#special-block’).addClass(‘is-active’);
} else {
$(‘#special-block’).remove();
}
}

var cookieExpirationDate = new Date(Date.now() + 7 * 24 * 60 * 60 * 1000).toGMTString();
document.cookie = “locale=en-in; expires=” + cookieExpirationDate + “; domain=.qnap.com; path=/”;

document.cookie = “NAS_Lang_Set=en-in; expires=” + cookieExpirationDate + “; domain=.qnap.com; path=/”;

var appLocale = ‘en-in’;

 

{
“@context”: “http://schema.org”,
“@id”: “https://www.qnap.com/#organization”,
“@type”: “Organization”,
“name”: “QNAP”,
“url”: “https://www.qnap.com/”,
“logo”: “https://www.qnap.com/i/images/favicon/apple-touch-icon-iphone-3x.png”,
“sameAs”: [
“https://www.wikidata.org/wiki/Q3412500”,
“https://www.youtube.com/user/qnapsys”,
“https://www.linkedin.com/showcase/qnap”,
“https://www.facebook.com/QNAPSys”,
“https://twitter.com/QNAP_nas”
]
}

var model_name = ‘TS-i410X’;
var model_store_info = {};

$(function () {
if (window.urlQueryString.os) {
let currentOS = window.urlQueryString.os.replace(‘-‘, ‘ ‘);
if ($(‘a:visible[data-sku=”‘ + currentOS + ‘”]’).length) {
changeSkuTab($(‘a:visible[data-sku=”‘ + currentOS + ‘”]’).closest(‘li’).index());
}
}
});

Reviews

There are no reviews yet.

Be the first to review “Nzxt Internal Usb Hub”

Your email address will not be published. Required fields are marked *

twelve + fourteen =

Recently Viewed Products

0
    0
    Your Cart
    Your cart is emptyReturn to Shop