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 have any sort of SDK to reset power automatically, not manually?
Thank you for your inquiry. There are a number of ways to automate the iBoot-G2. The first method is through event scheduling. You can schedule up to eight reoccurring events. A second method is through Auto-Ping, where the iBoot can automatically detect failed equipment and perform a timed reboot or other power control function (like turning on an indicator or siren). You can also use the DxP Protocol. The DxP protocol will allow a developer to turn the power on and off and read outlet statuses via custom applications. More information about the DxP protocol can be found at the Dataprobe iBoot support page: http://dataprobe.com/support/iboot.html
100% of 5 people found this helpful. Was this helpful to you? Yes(5) | No(0)
Can you please do a volume price for 330 pcs. Thanks
Thank you for your inquiry. For questions regarding pricing, please contact your KVM Switches Online sales representative at 1-877-586-6654.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Does this device work to boot a mac mini when its completely shut down?
Thank you for your inquiry. In theory, it may be possible for the iBoot to power up the Mac Mini when completely shut down. However, it would require the hardware (Mac Mini in this case) to support "wake-on-power" and be properly configured. (This is a little different then auto re-boot on power loss, which may also work if the iBoot is used to cut power to the device, instead of a graceful shutdown.)

We have not tested this and could not guarantee it would function as desired. However, if you can configure the Mac Mini to boot up when an attached power strip is powered on, then it should work.
66% of 3 people found this helpful. Was this helpful to you? Yes(2) | No(1)
do the divice require to talk via router? or direct to web? I need a divice that can control power to router power before going to router. router keep hanging so will be imposible to "talk" to your divice if router is dead.
Thank you for your inquiry. This device communicates over the LAN and would require the router to be functioning for proper communication.

However, there is an AutoPing function that may work for you. From the manual - "AutoPing: The AutoPing feature allows iBoot-G2 to automatically detect failed equipment and perform a timed reboot or other power control function (like turning on an indicator or siren). You set 1 or 2 IP addresses to be periodically pinged. When iBoot-G2 no longer detects a response from the address(es), the programmed power control function is actuated."
100% of 2 people found this helpful. Was this helpful to you? Yes(2) | No(0)
Is the iBoot CE certified?
Thank you for your inquiry. Yes, the iBoot G2 is CE Certified. This AC version of the iBoot has the following certifications/compliance marks:
UL/cUL UL60950
Listed I.T.E File No. E225914
CE Directives 89/336/EEC, 92/31/EEC and 93/68/EEC
RoHS/WEEE
FCC Part 15 Class B
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';