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.
Do you sell the power supply for this product?
Thank you for your inquiry. Please contact you KVM Switches Online sales rep toll free at 1-877-586-6654 for ordering details.
0% of 1 people found this helpful. Was this helpful to you? Yes(0) | No(1)
Does this KVM extender connect Sun machines?
Thank you for your inquiry. Both the user station and Computer Interface Modules are operating system independent and will work with Sun systems.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
What USB spec for USB ports? USB 1.1? USB 2.0? USB 3.0?
Thank you for your inquiry. The manufacturer has confirmed this device supports USB 2.0.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Does this comes with rack kit? what is the model of the rack kit? how about the peripheral cables interfaced on the on userstation (HMX2050) will they be provided in the package as well?
The HMX 2050 User Station does not come with a Rackmount Kit. You have the option of standard rack mounting it using the RMK-45 Rackmount Kit (https://www.kvm-switches-online.com/rmk-45.html), or you can mount it to the rear of a flat panel monitor via a MMK-02 mounting plate accessory (https://www.kvm-switches-online.com/mmk-02.html).

The HMX 2050 uses the HMIQDHDD (https://www.kvm-switches-online.com/hmiqdhdd-001.html) as the Computer Interface on the server end - includes the kvm dongle. On the User end, you would simply plug in the monitor, keyboard, mouse, and audio cables (peripheral cables) directly into the HMX 2050. Reference this picture for connections: https://sep.yimg.com/ty/cdn/kvm-switch/avocent-hmx2050-diagram.jpg

Please note, for best compatibility with different setups, you will need to provide your own CAT 5/6 cable between the HMX 2050 and the Server Interface, as well as between the Server Interface and the KVM dongle: https://www.kvm-switches-online.com/cat5cables.html
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
When was the Avocent HMX2050 discontinued and what is the replacement?
Thank you for your inquiry,

The HMX2050-001 was discontinued on February 28th, 2017, with the last shipment date on May 28th, 2017. The HMX series has End-Of-Life support until May 28, 2022 (or last day of an extended warranty).

The HMX series was replaced by the Avocent HMX5000 and Avocent HMX6000 series. Alternatively, you may also be interested in the similar AdderLink Infinity series.

Please note however, HMX5000 and HMX6000 series units are not interchangeable with legacy HMX infrastructure. That being said, the HMX5200R-001 and the HMX6200R-001 receivers would be the closest direct replacements to the HMX2050.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';