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 this support DVI as input
Unfortunately, as is, it will not. support DVI. However, an adapter can be used to connect your DVI card to a VGA slot assuming that you have DVI-I as your source. https://www.kvm-switches-online.com/ada-dvi-2-vga.html

We also have an IP KVM switch (8 port minimum) that will support your DVI - https://www.kvm-switches-online.com/u-ip802.html. Please let us know if you have any questions.
100% of 5 people found this helpful. Was this helpful to you? Yes(5) | No(0)
Does the KVM cable come with the KVM module?
Thank you for your inquiry.
Yes, the DKX2-101-V2 comes complete with AC/DC adapter, KVM cable and rack mounting hardware.
100% of 11 people found this helpful. Was this helpful to you? Yes(11) | No(0)
i would like to use this with 5 concurrent ip users about 8 hrs per day everyday. will this work for that application?
Yes, 5 users would be able to view the same PC at a time, but only 1 at a time would be able to actually control the PC. You are able to setup the users/time delay between access control in the menu. Please call us if you have questions at 1-877-586-6654.
100% of 5 people found this helpful. Was this helpful to you? Yes(5) | No(0)
hows does this compare to SecureLinx SpiderDuo from lantronix? I am considering both want to know key differences.
KX2-101-V2 features:
- Virtual media to mount drives/media on remote servers to support installation, remote booting and diagnostics
- Absolute Mouse Synchronization, which reduces installation time and sets a new standard for mouse synchronization
- Secure, 256-bit AES encryption, FIPS 140-2 encryption and strong password settings
- At-the-rack access via a local port and up to 8 remote IP users
- Mobile access via iPhone or iPad (CC-SG is required)
- Chinese and Japanese language support
- Multi-function serial port for local administration, remote power control or optional modem access
- Integrated remote power control with Raritan\'s PX rack PDU
- Centralized access and management through CommandCenter Secure Gateway
- IPv6 support
- 1920x1080 video resolution

Spider Duo Features:
- Hardware based encryption of keyboard, mouse and video data
- IP Source Address Filtering
- Remote Authentication: LDAP, RADIUS, Active Directory
- User/Group management with permissions control
- Configurable port numbers (HTTP, HTTPS, Telnet, SSH)
- Selective disable of Telnet/SSH
- Supports SSL(v2,v3) & TLS encryption methods (browser dependent)
- Local access and up to 8 simultaneous remote users
Network 10/100Base-T Ethernet Port with activity indicators (RJ45)
Serial RS-232, up to 115,200 bps for serial device pass-through, unit configuration or PCU controller
- USB
- Local KVM connector
- Computer input connector
77% of 9 people found this helpful. Was this helpful to you? Yes(7) | No(2)
Hello, I'm interested about this device - I'd like to get more information about it, especially having it as help of administrative jobs when one pc is situated a long and difficult way ahead - for example the bios level commands must be allowed. So if I understood the picture right, I can put a pc/server connected to this device and control it via ip-address like I'd be sitting beside the pc/server
Thank you for your inquiry. Yes, that is the functionality of this IP KVM. It is ideal for remote offices or remote locations where a PC or server is located away from the administrators. The secure connection to the PC is created through a standard web browser. Because control passes over the network, the user experience will be close to sitting beside the PC/server, but won\'t be quite the same. Outside factors may impact the experience as well, such as network congestion.

For your convenience, we have added a link to the manual for this product on the products webpage.
100% of 4 people found this helpful. Was this helpful to you? Yes(4) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';