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.
this instrument is asking for user name and password and no here knows that, can you please give me the details ?
There is no default password for the CS1758. If the administrator password has not been set, you can just hit [ENTER] when the authorization dialog box appears to bypass the login for the OSD.

However, if a password has been set, you will need to follow the password reset procedure detailed in the manual. We have uploaded a copy for your convenience. You can find the procedure under the "Administrator Login Failure" heading on page 55 (page 63 of the pdf file).
35% of 20 people found this helpful. Was this helpful to you? Yes(7) | No(13)
want to know if CS1758 have VGA RESOLUTION, COULD INTERVAL AND IN METAL HOUSING.
This KVM supports VGA resolutions up to 2048 x 1536 and has a metal housing. It also has an auto-scan mode to cycle through target servers at a specified interval.
0% of 3 people found this helpful. Was this helpful to you? Yes(0) | No(3)
hi I have a kvm masterview max slideaway lcd kvm switch, due to a power cut I have lost the password. Is there a default password, or a way of re-setting it?
Thank you for your inquiry. It is possible to preform a password reset. It requires removal of the housing, shorting the "restore default password" jumper on the switches main board, and following the password reset procedure.

For specific details, please refer to the manual linked above. Information on the password reset function is located on page 55, under the heading "Administrator Login Failure".
57% of 7 people found this helpful. Was this helpful to you? Yes(4) | No(3)
how to log in to Admin Function using F4 key :
Thank you for your inquiry. The first step to access the Admin screen is to launch the OSD menu. This is accomplished by tapping the Scroll Lock key [ScrLk] twice in rapid succession. If a user name and password have been created, then those will need to be entered. The username must have Admin rights to access the F4 Admin menu. If the password has not been set, then simply hit [enter] to get to the OSD menu. Once the OSD is activated by an admin user, the F4 Admin menu is available to be selected. Additional OSD commands, and instructions on how to reset the Admin password if needed, can be found in the manual liked above.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
what is the default password and how to reset password to default factory?
Thank you for your inquiry. This unit does not have a "default" administrator password. If no password has been set, then simply striking the [ENTER] key will bypass the login screen.

If the password needs to be cleared, is possible to preform a password reset by removing the housing, shorting the "restore default password" jumper on the switches main board, and following the password reset procedure in the manual.

For specific details, please refer to the manual linked from the item\'s page. Information on the password reset function is located on page 55, under the heading "Administrator Login Failure".
75% of 4 people found this helpful. Was this helpful to you? Yes(3) | No(1)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';