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 product support connection via VNC?
Thank you for your inquiry. Yes, the Adder CATxIP 5000 series of KVM-over-IP switches do support connection via Real VNC client.
100% of 3 people found this helpful. Was this helpful to you? Yes(3) | No(0)
Can the AVX1016 be cascaded behind the AVX5016IP?
Thank you for your inquiry. Yes, the AVX1016 can be cascaded behind the AVX5016IP. However, certain limitations to functionality are caused by the single pathway AdderView CATx 1000 series units.

In addition to the simple cascade installation, the AdderView CATxIP 5000 series can be used in an "Enterprise" and "Enterprise+" installations, depending on your particular needs. Please see Pages 5, 6 as well as pages 95-97 of the following manual for details: http://www.adder.com/sites/default/files/pdf/manuals/AdderView%20CATxIP%205000%20v1-2b_0.pdf.

If you would like additional help configuring your solution, please contact your KVM Switches Online representative at 1-877-586-6654 or via our online chat feature to discuss your project in greater detail.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Can this product connect to DVI/HDMI computers?
Thank you for your inquiry,

The Adder AVX5016IP does not have native compatibility with DVI or HDMI. However, it is very easy and inexpensive to adapt the DisplayPort output to DVI or HDMI using adapters i.e.:
https://www.kvm-switches-online.com/54322.html - DP to HDMI
https://www.kvm-switches-online.com/dpm-dviif.html - DP to DVI
https://www.kvm-switches-online.com/video-signal-adapters.html - full list of our Video Signal adapters including DP to DVI / HDMI.

As an alternative, the Raritan Dominion KX3 supports VGA, DVI, HDMI, and DP, and has the same user / port count. It is more expensive.
https://www.kvm-switches-online.com/dkx3-416.html

Please feel free to contact your KVM Switches Online sales representative at 1-877-586-6654, at sales@kvm-switches-online.com, or via our online Chat, for any help with choosing the best KVM.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Can two or more users control the same port? We have a critical server that two or more people need to view 24/7 and be able to control at anytime.
Thank you for your inquiry,

They can indeed - the Adder AVX5016IP features 4 simultaneous users: Each of the four global users and also the local user can connect to any of the 16 connected computers for which they have permission. More than one user can take turns view / controlling the same host.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';