0290.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>mRemoteNG Install and Basic Setup - Tabbed Multi-Protocol Remote Connections</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,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="mRemoteNG Install and Basic Setup - Tabbed Multi-Protocol Remote Connections">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>mRemoteNG Install and Basic Setup - Tabbed Multi-Protocol Remote Connections</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <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>
  25. <h2>Installing mRemoteNG</h2>
  26. <ol>
  27. <li>Download mRemoteNG <a href="https://mremoteng.org/download" target="_blank">Download</a></li>
  28. <li>Install mRemoteNG</li>
  29. <li>Launch mRemoteNG</li>
  30. <li>Hover over the Connections tab&nbsp;&gt; Click the New Connection icon</li>
  31. <li>Give the connection a name</li>
  32. <li>With the new connection highlighted, click the Config tab</li>
  33. <li>Enter the Hostname/IP, set the Protocol and change any other settings as necessary</li>
  34. <li>Test the newly created connection to see if any changes are required</li>
  35. </ol>
  36. <h2>Enable Dark Theme&nbsp;(Optional)</h2>
  37. <ol>
  38. <li>Click Tools &gt; Options</li>
  39. <li>Select Theme</li>
  40. <li>Select vs2015dark from the Themes dropdown &gt; Click OK</li>
  41. </ol>
  42. <h2>Adding Useful External Tools (Optional)</h2>
  43. <ol>
  44. <li>Click Tools&nbsp;&gt; External Tools</li>
  45. <li>Click the New Button at the top left</li>
  46. <li>Set the following values to add the ability to quickly ping a host
  47. <p>Display Name: Ping<br />
  48. Filename:&nbsp;%windir%\system32\ping.exe<br />
  49. Arguments:&nbsp;%hostname% -t</p>
  50. </li>
  51. <li>Set the following values to add the ability to quickly restart a Windows based host
  52. <p>Display Name: Restart<br />
  53. Filename:&nbsp;%windir%\system32\shutdown.exe<br />
  54. Arguments:&nbsp;/f /r /m \\%hostname%</p>
  55. </li>
  56. <li>Set the following values to add the ability to quickly shutdown&nbsp;a Windows based host
  57. <p>Display Name: Shutdown<br />
  58. Filename:&nbsp;%windir%\system32\shutdown.exe<br />
  59. Arguments:&nbsp;/f /s /m \\%hostname%</p>
  60. </li>
  61. </ol>
  62. </div>
  63. </div>
  64. </body>
  65. </html>