function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
Does the DKX4-101 have fans for cooling or is it just vented?
Thanks for reaching out to us,

The DKX4-101 does in-fact have an internal fan for cooling the unit.

Please let us know if there is anything else we can help you with!
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Can I replace the internal fan with a more quiet version?
Thank you for your inquiry,

While this is not officially supported, we had a customer with the same issue that was able swap out fans for a quieter version - see below. Please note however, modifying the unit will most likely void the warranty, and could be a fire hazard, so we don\'t really recommend it; You may want to wait for updated firmware instead.

"In order deal with the loud fan, I purchased a 92mm 5v, .38a fan. Despite having the same power requirements as the internal fan, I couldn\'t get it to run. Then I remembered the USB port on the front of the unit and purchased a USB to 2-pin head adapter.

That works. I\'ve since replaced that fan with a Noctua NF-A9.

I removed the top cover of the KVM unit and mounted the fan blowing down on the heatsink and motherboard. The unit is now installed under the adjacent desk in my office. I can only hear it if all the other computers in the room are turned off.

If Raritan can update their firmware to throttle the fan speed, this won\'t be necessary. In the meantime, if you have buyers like me that want the high-resolution, but can\'t stand the noise, this information might be helpful."

Please let us know if there is anything else we can ever help you with!
100% of 4 people found this helpful. Was this helpful to you? Yes(4) | No(0)
Does the Raritan DKX4-101 support VNC access?
Thank you for your inquiry,

The Raritan DKX4-101 can be accessed by a VNC client like Real VNC with the optional Raritan Command Center manager.

As a stand-alone IP KVM, the DKX4-101 can be controlled by three native KVM Client alternatives: Java-free HKC (HTML KVM Client), Microsoft Windows .NET AKC (Active KVM Client), and Java-based VKC (Virtual KVM Client).

The optional Raritan CommandCenter provides additional support of in-band access solutions such as RDP, VNC, SSH and service processors from leading computer manufacturers, as well as Remote Power Control, and access to VMware Virtual Machines.

Please let us know if there is anything else we can ever help you with!
80% of 5 people found this helpful. Was this helpful to you? Yes(4) | No(1)
Does this device support HDCP 1.4 or 2.2?
Thank you for your inquiry.

The Raritan DKX4-101 does not support any version of HDCP.

We would love to assist you in selecting a KVM Over IP Switch to fit your set up. For further assistance please contact our sales team.

Sales@KVMSO.com
1-877-586-6654 (Option 1)
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Hello, I have 2 questions: do you have the Raritan Dominion KX IV-101 on stock (shipping time ?) and do you ship to Europe/Austria also ?
Thank you for your inquiry,

Unfortunately, we do not ship out of the United States at this time. We would suggest checking out Raritan\'s EU section which can be found here: https://www.raritan.com/eu/ please be sure to check back in the future as we would like to expand our shipping capabilities.
50% of 2 people found this helpful. Was this helpful to you? Yes(1) | No(1)
');document.getElementById('kwm-sr').style.display = 'none';