123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>mRemoteNG Install and Basic Setup - Tabbed Multi-Protocol Remote Connections</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="RDP,VNC,SSH,Windows,Utility,Freeware,mRemoteNG,HowTo,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="mRemoteNG Install and Basic Setup - Tabbed Multi-Protocol Remote Connections">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>mRemoteNG Install and Basic Setup - Tabbed Multi-Protocol Remote Connections</h1>
- </div>
- <div></div>
- <div id="content">
- <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. </p>
- <h2>Installing mRemoteNG</h2>
- <ol>
- <li>Download mRemoteNG <a href="https://mremoteng.org/download" target="_blank">Download</a></li>
- <li>Install mRemoteNG</li>
- <li>Launch mRemoteNG</li>
- <li>Hover over the Connections tab > Click the New Connection icon</li>
- <li>Give the connection a name</li>
- <li>With the new connection highlighted, click the Config tab</li>
- <li>Enter the Hostname/IP, set the Protocol and change any other settings as necessary</li>
- <li>Test the newly created connection to see if any changes are required</li>
- </ol>
- <h2>Enable Dark Theme (Optional)</h2>
- <ol>
- <li>Click Tools > Options</li>
- <li>Select Theme</li>
- <li>Select vs2015dark from the Themes dropdown > Click OK</li>
- </ol>
- <h2>Adding Useful External Tools (Optional)</h2>
- <ol>
- <li>Click Tools > External Tools</li>
- <li>Click the New Button at the top left</li>
- <li>Set the following values to add the ability to quickly ping a host
- <p>Display Name: Ping<br />
- Filename: %windir%\system32\ping.exe<br />
- Arguments: %hostname% -t</p>
- </li>
- <li>Set the following values to add the ability to quickly restart a Windows based host
- <p>Display Name: Restart<br />
- Filename: %windir%\system32\shutdown.exe<br />
- Arguments: /f /r /m \\%hostname%</p>
- </li>
- <li>Set the following values to add the ability to quickly shutdown a Windows based host
- <p>Display Name: Shutdown<br />
- Filename: %windir%\system32\shutdown.exe<br />
- Arguments: /f /s /m \\%hostname%</p>
- </li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|