0292.html 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>mRemoteNG Advanced External Tools - Setting Up WOL Utility</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="RDP,VNC,SSH,Windows,Utility,Freeware,MRemoteNG,HowTo,WOL,WakeOnLAN,Networking,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="mRemoteNG Advanced External Tools - Setting Up WOL Utility">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="05/07/2022 12:32:05 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>mRemoteNG Advanced External Tools - Setting Up WOL Utility</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <p>mRemoteNG is a fork of mRemote: an open source, tabbed, multi-protocol, remote connections manager for Windows. mRemoteNG creates a tabbed interface for RDP, VNC, SSH and many other connection protocols.&nbsp;</p>
  26. <h2>Creating the WOL External Tool</h2>
  27. <ol>
  28. <li>Download WakeMeOnLAN Utility&nbsp;<a href="https://www.nirsoft.net/utils/wake_on_lan.html#DownloadLinks" target="_blank">Download</a></li>
  29. <li>Extract MakeMeOnLAN.zip</li>
  30. <li>Copy WakeMeOnLan.exe to the mRemoteNG installation directory, usually C:\Program Files (x86)\mRemoteNG</li>
  31. <li>Launch mRemoteNG</li>
  32. <li>Hover over the Connections tab&nbsp;&gt; Select an existing connection to modify</li>
  33. <li>With the connection highlighted, click the Config tab</li>
  34. <li>At the bottom under the Miscellaneous heading, enter the hosts&nbsp;MAC address</li>
  35. <li>Click Tools&nbsp;&gt; External Tools</li>
  36. <li>Click the New Button at the top left</li>
  37. <li>Set the following values to add the ability to quickly send a WOL packet. Replace the broadcast address (192.168.0.255) with the correct broadcast address for the subnet of your network
  38. <p>Display Name: WOL<br />
  39. Filename:&nbsp;.\WakeMeOnLan.exe<br />
  40. Arguments:&nbsp;/wakeup %macaddress% 7 10.10.27.255</p>
  41. </li>
  42. </ol>
  43. <h2>Testing WOL</h2>
  44. <ol>
  45. <li>Download&nbsp;WakeOnLanMonitor tool <a href="https://www.depicus.com/wake-on-lan/wake-on-lan-monitor" target="_blank">Download</a></li>
  46. <li>Extract wakeonlanmonitor.zip on the target WOL machine</li>
  47. <li>Launch WakeOnLanMonitor</li>
  48. <li>Set the UDP port value to 7</li>
  49. <li>Click the Start button&nbsp;</li>
  50. <li>Allow the connection if you are prompted with a firewall notification</li>
  51. <li>From mRemoteNG, right click on the Connection &gt; External Tools &gt; WOL</li>
  52. <li>On the target machine, WakeOnLanMonitor should display the packet details if the WOL packet was successfully sent and received by the target</li>
  53. </ol>
  54. <p>Wake on LAN is very useful functionality if your hardware supports it. Here is a good tutorial on the steps required to enable WOL on a device. This typically needs to be enabled in the BIOS as well as on the network interface inside the operating system.&nbsp;<a href="https://www.lifewire.com/wake-on-lan-4149800" target="_blank">https://www.lifewire.com/wake-on-lan-4149800</a></p>
  55. </div>
  56. </div>
  57. </body>
  58. </html>