mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
beautified html code and made it xhtml conform
This commit is contained in:
@@ -1,83 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>mRemoteNG Help</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to mRemoteNG</h1>
|
||||
<hr>
|
||||
<p>
|
||||
This documentation is written and based on version 1.76 of mRemoteNG. If you find anything to improve or wrong with the documentation then please report it to github.
|
||||
Also note that documentation can be found on github pages that are updated more frequently then information provided here.
|
||||
</p>
|
||||
<h2>Getting Started</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="gs_prerequisites.htm">Prerequisites</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="gs_installation.htm">Installation/Update</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="gs_running_mremoteng.htm">Running mRemoteNG</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="gs_command_line_switches.htm">Command-Line Switches</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>User Interface</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="ui_menus.htm">Menus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_connections.htm">Connections</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_config.htm">Config</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_options.htm">Options</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_navigation.htm">Navigation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_notifications.htm">Notifications</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_sql_configuration.htm">SQL Configuration</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_screenshot_manager.htm">Screenshot Manager</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_file_transfer.htm">SSH File Transfer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_quick_connect.htm">Quick Connect</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_port_scan.htm">Port Scan</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_external_tools.htm">External Tools</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_import_and_export.htm">Import/Export</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_keyboardshortcuts.htm">Keyboard Shortcuts</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Special Topics</h2>
|
||||
<h3>Connections</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="st_common_problems_rdp.htm">Common problems (RDP)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>mRemoteNG Help</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to mRemoteNG</h1>
|
||||
<hr/>
|
||||
<p>This documentation is written and based on version 1.76 of mRemoteNG. If you find anything to improve or wrong with the documentation then please report it to github. Also note that documentation can be found on github pages that are updated more frequently then information provided here.</p>
|
||||
<h2>Getting Started</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="gs_prerequisites.htm">Prerequisites</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="gs_installation.htm">Installation/Update</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="gs_running_mremoteng.htm">Running mRemoteNG</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="gs_command_line_switches.htm">Command-Line Switches</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>User Interface</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="ui_menus.htm">Menus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_connections.htm">Connections</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_config.htm">Config</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_options.htm">Options</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_navigation.htm">Navigation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_notifications.htm">Notifications</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_sql_configuration.htm">SQL Configuration</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_screenshot_manager.htm">Screenshot Manager</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_file_transfer.htm">SSH File Transfer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_quick_connect.htm">Quick Connect</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_port_scan.htm">Port Scan</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_external_tools.htm">External Tools</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_import_and_export.htm">Import/Export</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ui_keyboardshortcuts.htm">Keyboard Shortcuts</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Special Topics</h2>
|
||||
<h3>Connections</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="st_common_problems_rdp.htm">Common problems (RDP)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,50 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Introduction</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<p>
|
||||
mRemoteNG is a multi-protocol remote connections manager.
|
||||
<br>
|
||||
As of Version 1.00 it supports the RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S protocols.
|
||||
<br>
|
||||
The main goal is to minimize window clutter and to provide a easy gui for managing all your remote connections.
|
||||
</p>
|
||||
<h1>Features</h1>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Free and Open Source, released under the GPL</li>
|
||||
<li>Panels and tabs allow to group certain connections together, dock them to any side of the window or completely undock them and move them to another screen for example</li>
|
||||
<li>Multiple supported protocols (RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S)</li>
|
||||
<li>Easy to organize and maintain list of connections</li>
|
||||
<li>Inheritance makes it possible to store properties on folder basis and let the underlying connections inherit this info</li>
|
||||
<li>Support for importing connections from Active Directory</li>
|
||||
<li>Allows creating nested containers (folders) to categorize connections</li>
|
||||
<li>"Quick Connect" feature to quickly open a connection without creating an entry</li>
|
||||
<li>"Quick Search" feature to quickly find a connection while typing</li>
|
||||
<li>Support for SCP/SFTP (SSH) file transfers</li>
|
||||
<li>Assign icons to connections to easily identify purpose</li>
|
||||
<li>Screenshot manager allows to collect multiple screenshots and save them all together or copy them to the clipboard</li>
|
||||
<li>View remote session info and log off sessions (RDP)</li>
|
||||
<li>Portable (with the use of command line switches)</li>
|
||||
<li>"Auto-Update" feature</li>
|
||||
<li>Show description tooltips when hoovering over connections</li>
|
||||
<li>System tray icon with connection menu</li>
|
||||
<li>Fullscreen (Kiosk) mode</li>
|
||||
<li>Assign global credentials to use when no information is provided on connection basis</li>
|
||||
<li>Host Up/Down (Ping) feature shows if the selected host answers to a ping</li>
|
||||
</ul>
|
||||
<h1>License</h1>
|
||||
<hr>
|
||||
<p>
|
||||
The application is released under the <a href="../License.txt">GPL</a> (V2)
|
||||
<br>
|
||||
Binary and source code packages are available for download.
|
||||
</p>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Introduction</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<p>mRemoteNG is a multi-protocol remote connections manager.<br/>As of Version 1.00 it supports the RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S protocols.<br/>The main goal is to minimize window clutter and to provide a easy gui for managing all your remote connections.</p>
|
||||
<h1>Features</h1>
|
||||
<hr/>
|
||||
<ul>
|
||||
<li>Free and Open Source, released under the GPL</li>
|
||||
<li>Panels and tabs allow to group certain connections together, dock them to any side of the window or completely undock them and move them to another screen for example</li>
|
||||
<li>Multiple supported protocols (RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S)</li>
|
||||
<li>Easy to organize and maintain list of connections</li>
|
||||
<li>Inheritance makes it possible to store properties on folder basis and let the underlying connections inherit this info</li>
|
||||
<li>Support for importing connections from Active Directory</li>
|
||||
<li>Allows creating nested containers (folders) to categorize connections</li>
|
||||
<li>"Quick Connect" feature to quickly open a connection without creating an entry</li>
|
||||
<li>"Quick Search" feature to quickly find a connection while typing</li>
|
||||
<li>Support for SCP/SFTP (SSH) file transfers</li>
|
||||
<li>Assign icons to connections to easily identify purpose</li>
|
||||
<li>Screenshot manager allows to collect multiple screenshots and save them all together or copy them to the clipboard</li>
|
||||
<li>View remote session info and log off sessions (RDP)</li>
|
||||
<li>Portable (with the use of command line switches)</li>
|
||||
<li>"Auto-Update" feature</li>
|
||||
<li>Show description tooltips when hoovering over connections</li>
|
||||
<li>System tray icon with connection menu</li>
|
||||
<li>Fullscreen (Kiosk) mode</li>
|
||||
<li>Assign global credentials to use when no information is provided on connection basis</li>
|
||||
<li>Host Up/Down (Ping) feature shows if the selected host answers to a ping</li>
|
||||
</ul>
|
||||
<h1>License</h1>
|
||||
<hr/>
|
||||
<p>The application is released under the <a href="../License.txt">GPL</a> (V2)<br/>Binary and source code packages are available for download.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,77 +1,79 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Command-Line Switches</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
The following is a list of command line switches supported by mRemoteNG.
|
||||
</p>
|
||||
<div style="overflow-x: auto;">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Command</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/cons:</b><i>PathToConnectionsFile</i>
|
||||
<br><br>
|
||||
<b>/c:</b><i>PathToConnectionsFile</i>
|
||||
</td>
|
||||
<td>
|
||||
Loads the connections file from the given path.
|
||||
<br><br>
|
||||
This path can be a:
|
||||
<ul>
|
||||
<li>full file path</li>
|
||||
<li>path relative to the current directory</li>
|
||||
<li>path relative to the mRemoteNG application directory</li>
|
||||
<li>path relative to the mRemoteNG default connection file directory</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/reset</b>
|
||||
</td>
|
||||
<td>Resets window position, panels and toolbars</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/resetpos</b>
|
||||
<br><br>
|
||||
<b>/rp</b>
|
||||
</td>
|
||||
<td>Reset the windows position</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/resetpanels</b>
|
||||
<br><br>
|
||||
<b>/rpnl</b>
|
||||
</td>
|
||||
<td>Resets all panel's positions. Use this if you have troubles with panel layouts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/resettoolbar</b>
|
||||
<br><br>
|
||||
<b>/rtbr</b>
|
||||
</td>
|
||||
<td>Resets the positions of all toolbars</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/noreconnect</b>
|
||||
<br><br>
|
||||
<b>/norc</b>
|
||||
</td>
|
||||
<td>Temporary disables reconnect to previously opened sessions. Use this if you have problems opening mRemoteNG after you enabled the setting and restarted mRemoteNG</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Command-Line Switches</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>The following is a list of command line switches supported by mRemoteNG.</p>
|
||||
<div style="overflow-x: auto;">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Command</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/cons:</b>
|
||||
<i>PathToConnectionsFile</i>
|
||||
<br/>
|
||||
<br/>
|
||||
<b>/c:</b>
|
||||
<i>PathToConnectionsFile</i>
|
||||
</td>
|
||||
<td>Loads the connections file from the given path.<br/>
|
||||
<br/>This path can be a:<ul>
|
||||
<li>full file path</li>
|
||||
<li>path relative to the current directory</li>
|
||||
<li>path relative to the mRemoteNG application directory</li>
|
||||
<li>path relative to the mRemoteNG default connection file directory</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/reset</b>
|
||||
</td>
|
||||
<td>Resets window position, panels and toolbars</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/resetpos</b>
|
||||
<br/>
|
||||
<br/>
|
||||
<b>/rp</b>
|
||||
</td>
|
||||
<td>Reset the windows position</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/resetpanels</b>
|
||||
<br/>
|
||||
<br/>
|
||||
<b>/rpnl</b>
|
||||
</td>
|
||||
<td>Resets all panel's positions. Use this if you have troubles with panel layouts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/resettoolbar</b>
|
||||
<br/>
|
||||
<br/>
|
||||
<b>/rtbr</b>
|
||||
</td>
|
||||
<td>Resets the positions of all toolbars</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>/noreconnect</b>
|
||||
<br/>
|
||||
<br/>
|
||||
<b>/norc</b>
|
||||
</td>
|
||||
<td>Temporary disables reconnect to previously opened sessions. Use this if you have problems opening mRemoteNG after you enabled the setting and restarted mRemoteNG</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,40 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Installation</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Information</h1>
|
||||
<p>
|
||||
Downloads are provided in four different packages, the setup package, binary package,
|
||||
portable package and
|
||||
the source package. They are described below.
|
||||
</p>
|
||||
<h2>Setup Package</h2>
|
||||
<p>
|
||||
The setup package is the compiled version of mRemoteNG which comes in an MSI installer.<br>
|
||||
<i>The common way to get mRemoteNG up and running</i>
|
||||
</p>
|
||||
<h2>Portable Package</h2>
|
||||
<p>
|
||||
The portable package consists of the same files as the bin package but contains
|
||||
an modified version of the executable which stores and loads all your settings
|
||||
from files in the application's directory.<br/>
|
||||
This package can be used to run mRemoteNG from an USB stick an preserve your
|
||||
configuration wherever you go.
|
||||
</p>
|
||||
<h2>Source Package</h2>
|
||||
<p>
|
||||
The source package is a zip package and contains the source code in form of a
|
||||
Visual Studio solution.
|
||||
</p>
|
||||
<h2>Updating and Uninstalling</h2>
|
||||
<p>
|
||||
mRemoteNG can be updated without uninstalling it before.<br>
|
||||
For portable version of mRemoteNG stores all user data in same folder as
|
||||
mRemoteNG.exe file.
|
||||
</p>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Installation</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Information</h1>
|
||||
<p>Downloads are provided in four different packages, the setup package, binary package, portable package and the source package. They are described below.</p>
|
||||
<h2>Setup Package</h2>
|
||||
<p>The setup package is the compiled version of mRemoteNG which comes in an MSI installer.<br/>
|
||||
<i>The common way to get mRemoteNG up and running</i>
|
||||
</p>
|
||||
<h2>Portable Package</h2>
|
||||
<p>The portable package consists of the same files as the bin package but contains an modified version of the executable which stores and loads all your settings from files in the application's directory.<br/>This package can be used to run mRemoteNG from an USB stick an preserve your configuration wherever you go.</p>
|
||||
<h2>Source Package</h2>
|
||||
<p>The source package is a zip package and contains the source code in form of a Visual Studio solution.</p>
|
||||
<h2>Updating and Uninstalling</h2>
|
||||
<p>mRemoteNG can be updated without uninstalling it before.<br/>For portable version of mRemoteNG stores all user data in same folder as mRemoteNG.exe file.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,139 +1,99 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Prerequisites</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Supported Operating Systems:</h1>
|
||||
<hr>
|
||||
<ul>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Windows_7">Windows™ 7</a> (with required updates, <a href="#windows7_server2008_req">See below</a>)</li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Windows_Server_2008_R2">Windows Server 2008 R2</a> (with required updates, <a href="#windows7_server2008_req">See below</a>)</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_8.1">Windows 8.1</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_Server_2012">Windows Server 2012</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_Server_2012_R2">Windows Server 2012 R2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_10">Windows 10</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Prerequisites:</h1>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.microsoft.com/en-us/download/details.aspx?id=17851">Microsoft .NET Framework 4.0</a>
|
||||
</li>
|
||||
<li>
|
||||
Microsoft Terminal Services Client 8.0 or later.
|
||||
<ul>
|
||||
<li>Needed if you use RDP. mstscax.dll and/or msrdp.ocx must be registered.</li>
|
||||
<li>
|
||||
Included with newer Windows versions.
|
||||
<a href="https://support.microsoft.com/en-us/kb/2574819">KB2574819</a> AND either
|
||||
<a href="https://support.microsoft.com/en-us/kb/2592687">KB2592687</a> or
|
||||
<a href="https://support.microsoft.com/en-us/kb/2923545">KB2923545</a>
|
||||
is required for Windows 7/Windows Server 2008 R2
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY</a>
|
||||
<ul>
|
||||
<li>Needed if you use Telnet, SSH, Rlogin or RAW. Included in all packages.</li>
|
||||
<li>An appropriate and integrated version is included with mRemoteNG.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.citrix.com/downloads/citrix-receiver.html">Citrix ICA Client</a>
|
||||
<ul>
|
||||
<li>Needed if you use ICA. wfica.ocx must be registered.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Windows 7/Server 2008 clients - #start -->
|
||||
<h1 id="windows7_server2008_req">Windows™ 7/Windows Server 2008 R2 clients (requirements)</h1>
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> You can use powershell to fetch if the hotfixes are installed. Try using example:
|
||||
<br><br>
|
||||
<code>Get-HotFix | where {$_.HotFixID -eq "KB2574819" -and $_.HotFixID -eq "KB2592687"}</code>
|
||||
</div>
|
||||
<p>
|
||||
The following updates <strong>must be</strong> present on any Windows 7 or Server 2008 client that will be
|
||||
running mRemoteNG. (They must have been installed in the order provided below):
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2574819">
|
||||
KB2574819 - An update is available
|
||||
that adds support for DTLS in Windows 7 SP1 and Windows Server 2008 R2 SP1
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2592687">
|
||||
KB2592687 - Remote Desktop Protocol
|
||||
(RDP) 8.0 update for Windows 7 and Windows Server 2008 R2
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>The following are suggested (but not required) for Windows 7 / Server 2008 clients:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2857650">
|
||||
KB2857650 - Update that
|
||||
improves the RemoteApp and Desktop Connections features is available for Windows 7
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2830477">
|
||||
KB2830477 - Update for
|
||||
RemoteApp and Desktop Connections feature is available for Windows
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2913751">
|
||||
KB2913751 - Smart card
|
||||
redirection in remote sessions fails in a Windows 7 SP1-based RDP 8.1 client
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2923545">
|
||||
KB2923545 - Update
|
||||
for RDP 8.1 is available for Windows 7 SP1
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2965788">
|
||||
KB2965788 - MS14-030: Description
|
||||
of the security update for Remote Desktop Security Release for Windows: June 10, 2014
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2985461">
|
||||
KB2985461 - Error 0x800401f0
|
||||
when you update RemoteApp and Desktop Connections feeds in Windows 7 or Windows Server 2008 R2
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2984972">
|
||||
KB2984972 - Update for RDC 7.1
|
||||
to support restricted administration logons on Windows 7 and Windows Server 2008 R2
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2984976">
|
||||
KB2984976 - RDP 8.0 update
|
||||
for restricted administration on Windows 7 or Windows Server 2008 R2
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Windows 7/Server 2008 clients - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Prerequisites</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Supported Operating Systems:</h1>
|
||||
<hr/>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_7">Windows™ 7</a> (with required updates, <a href="#windows7_server2008_req">See below</a>)</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_Server_2008_R2">Windows Server 2008 R2</a> (with required updates, <a href="#windows7_server2008_req">See below</a>)</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_8.1">Windows 8.1</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_Server_2012">Windows Server 2012</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_Server_2012_R2">Windows Server 2012 R2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://en.wikipedia.org/wiki/Windows_10">Windows 10</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Prerequisites:</h1>
|
||||
<hr/>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.microsoft.com/en-us/download/details.aspx?id=17851">Microsoft .NET Framework 4.0</a>
|
||||
</li>
|
||||
<li>Microsoft Terminal Services Client 8.0 or later.<ul>
|
||||
<li>Needed if you use RDP. mstscax.dll and/or msrdp.ocx must be registered.</li>
|
||||
<li>Included with newer Windows versions.<a href="https://support.microsoft.com/en-us/kb/2574819">KB2574819</a> AND either<a href="https://support.microsoft.com/en-us/kb/2592687">KB2592687</a> or<a href="https://support.microsoft.com/en-us/kb/2923545">KB2923545</a>is required for Windows 7/Windows Server 2008 R2</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY</a>
|
||||
<ul>
|
||||
<li>Needed if you use Telnet, SSH, Rlogin or RAW. Included in all packages.</li>
|
||||
<li>An appropriate and integrated version is included with mRemoteNG.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.citrix.com/downloads/citrix-receiver.html">Citrix ICA Client</a>
|
||||
<ul>
|
||||
<li>Needed if you use ICA. wfica.ocx must be registered.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Windows 7/Server 2008 clients - #start -->
|
||||
<h1 id="windows7_server2008_req">Windows™ 7/Windows Server 2008 R2 clients (requirements)</h1>
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> You can use powershell to fetch if the hotfixes are installed. Try using example:<br/>
|
||||
<br/>
|
||||
<code>Get-HotFix | where {$_.HotFixID -eq "KB2574819" -and $_.HotFixID -eq "KB2592687"}</code>
|
||||
</div>
|
||||
<p>The following updates <strong>must be</strong> present on any Windows 7 or Server 2008 client that will be running mRemoteNG. (They must have been installed in the order provided below):</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2574819">KB2574819 - An update is available that adds support for DTLS in Windows 7 SP1 and Windows Server 2008 R2 SP1</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2592687">KB2592687 - Remote Desktop Protocol (RDP) 8.0 update for Windows 7 and Windows Server 2008 R2</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>The following are suggested (but not required) for Windows 7 / Server 2008 clients:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2857650">KB2857650 - Update that improves the RemoteApp and Desktop Connections features is available for Windows 7</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2830477">KB2830477 - Update for RemoteApp and Desktop Connections feature is available for Windows</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2913751">KB2913751 - Smart card redirection in remote sessions fails in a Windows 7 SP1-based RDP 8.1 client</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2923545">KB2923545 - Update for RDP 8.1 is available for Windows 7 SP1</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2965788">KB2965788 - MS14-030: Description of the security update for Remote Desktop Security Release for Windows: June 10, 2014</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2985461">KB2985461 - Error 0x800401f0 when you update RemoteApp and Desktop Connections feeds in Windows 7 or Windows Server 2008 R2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2984972">KB2984972 - Update for RDC 7.1 to support restricted administration logons on Windows 7 and Windows Server 2008 R2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://support.microsoft.com/en-us/kb/2984976">KB2984976 - RDP 8.0 update for restricted administration on Windows 7 or Windows Server 2008 R2</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Windows 7/Server 2008 clients - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,175 +1,85 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Running mRemoteNG</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>First Run</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Here is a quick reference of the interface:
|
||||
</p>
|
||||
<img src="Screenshots/Reference/01.png">
|
||||
<p>
|
||||
The screenshot above explains the most basic of the interface. To understand it all
|
||||
we are creating a small tutorial here.
|
||||
</p>
|
||||
|
||||
<h1>Creating a connection</h1>
|
||||
<p>
|
||||
Right click on the root item (the little blue globe named "Connections") in
|
||||
the Connections panel and select "New Connection". Or use the keybinding
|
||||
<kbd>Ctrl+N</kbd> if the Connections are selected.
|
||||
</p>
|
||||
<img src="Screenshots/Reference/new_connection.png">
|
||||
<p>
|
||||
A new item shows up under the root item. You can give it a name now
|
||||
(or rename it later). Here we just name it "Test".
|
||||
</p>
|
||||
<img src="Screenshots/Reference/new_connection_test_item.png">
|
||||
<p>
|
||||
Now lets look at the Config panel in the bottom left, just under the
|
||||
Connections panel.
|
||||
</p>
|
||||
<img src="Screenshots/Reference/config_panel_01.png">
|
||||
<p>
|
||||
As you may notice this is where you configure all the properties of connections
|
||||
and folders.<br>
|
||||
There are a lot of values that can be set but for our first connection we will
|
||||
keep things simple.
|
||||
</p>
|
||||
<p>
|
||||
The most important things right now are that we tell the application which host
|
||||
we want to connect to and which protocol we want to use.<br>
|
||||
In this example we will use a Windows 2012 R2 server that has RDP (Remote Desktop
|
||||
Protocol) enabled.<br>
|
||||
As RDP is the default protocol whenever you create a new connection we don't have
|
||||
to change anything there.
|
||||
</p>
|
||||
<p>
|
||||
The next thing we will do is to fill in the Hostname/IP field with the hostname
|
||||
we want to connect to. Lets also fill in a username and password so that we login
|
||||
automatically to the server.
|
||||
</p>
|
||||
<img src="Screenshots/Reference/config_panel_02.png">
|
||||
<p>
|
||||
Lets now try to connect to the server.
|
||||
</p>
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> You can see an indicator in the properties window that is glowing green.
|
||||
<img src="Screenshots/Reference/status_icon.png">
|
||||
<br><br>
|
||||
This icon does a ICMP ping on to check response from the server. If it glows green
|
||||
it indicates a connection response can be made using ping to the host.
|
||||
However this is turned off on windows by default. You have to enable ICMP and allow
|
||||
the firewall access for it.
|
||||
</div>
|
||||
<h1>Opening and Closing Connections</h1>
|
||||
<p>
|
||||
There are multiple ways to open a connection in mRemoteNG, but the easiest
|
||||
way is to double click the connection in the Connections panel.
|
||||
</p>
|
||||
<p>
|
||||
If you double click the connection you will notice that the connection is going
|
||||
to try and open in a new panel called General and under a tab
|
||||
called Test .
|
||||
</p>
|
||||
<img src="Screenshots/Reference/open_connection.png">
|
||||
<div class="isa_info">
|
||||
<b>NOTE!</b> If the connection fails you will find out what the problem was
|
||||
in the dialog notifications panel.
|
||||
</div>
|
||||
<p>
|
||||
If all goes well you should see the remote desktop without any problems.
|
||||
</p>
|
||||
<p>
|
||||
To close the connection you can do any of the following:
|
||||
<ul>
|
||||
<li>Log off in the start menu - Closes the connection and logs you out completely from RDP</li>
|
||||
<li>Close the panel with the - Which leaves your session active on server but closes connection in mRemoteNG</li>
|
||||
<li>Close the connection tab with - Also keeps your login active on server but closes RDP connection in mRemoteNG</li>
|
||||
<li>Double click the connection tab - Same as above where the connection is active on server but closes RDP connection in mRemoteNG</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h1>Folders and Inheritance</h1>
|
||||
<p>
|
||||
Folders on mRemoteNG cannot only be used to categorize connections but also to
|
||||
apply properties to the underlying connections.
|
||||
</p>
|
||||
<h2>Example</h2>
|
||||
<p>
|
||||
You have 10 Remote Desktop enabled servers in one domain and 15 in another domain.
|
||||
</p>
|
||||
<p>
|
||||
Normally you would spend a lot of time creating all those connections and setting
|
||||
the individual properties like username, password, etc. In mRemoteNG there is an
|
||||
easier way. You just create two folders, one for domain A and one for domain B
|
||||
and set all properties there.
|
||||
</p>
|
||||
<p>
|
||||
Then create the Connections and let them inherit every property. The only
|
||||
properties left to fill on Connection basis are the Connections name and hostname.
|
||||
Everything else will be inherited from the parent folder.
|
||||
</p>
|
||||
<p>
|
||||
Here is how you do this:
|
||||
</p>
|
||||
<h3>1. Add the folder</h3>
|
||||
<p>
|
||||
This can be done with:
|
||||
<ul>
|
||||
<li>Right click on connections and click on <i>New Folder</i></li>
|
||||
<li>
|
||||
<b>File > New Folder</b>
|
||||
</li>
|
||||
<li>Or with keybinding: <kbd>Ctrl+Shift+N</kbd></li>
|
||||
</ul>
|
||||
</p>
|
||||
<img src="Screenshots/Reference/add_new_folder.png">
|
||||
<p>
|
||||
Then give it a name and fill all the properties you need (like you did with
|
||||
the test connection)
|
||||
</p>
|
||||
<img src="Screenshots/Reference/example_01.png"><br>
|
||||
<img src="Screenshots/Reference/example_02.png">
|
||||
<p>
|
||||
When you have filled in the settings and values you can either just drag the test
|
||||
Connection inside the folder or create a new one.
|
||||
</p>
|
||||
<img src="Screenshots/Reference/example_03.png">
|
||||
<p>
|
||||
Right now nothing has changed and nothing will be inherited.<br>
|
||||
To enable inheritance switch to the inheritance view by clicking the
|
||||
dedicated button. (Marked with a red arrow below)
|
||||
</p>
|
||||
<img src="Screenshots/Reference/example_04.png">
|
||||
<p>
|
||||
The properties that show up now are almost the same as before, but you
|
||||
only select yes or no to enable or disable a inheritance.
|
||||
</p>
|
||||
<img src="Screenshots/Reference/example_05.png">
|
||||
<p>
|
||||
When no is selected the property will not be inherited, yes indicates
|
||||
an inherited property.
|
||||
</p>
|
||||
<p>
|
||||
For this test set <i>Inherit Everything</i> to Yes.
|
||||
</p>
|
||||
<p>
|
||||
Now if you switch back to the properties view (the button left
|
||||
of the inheritance button) you should see that not much is left of all
|
||||
those properties.
|
||||
</p>
|
||||
<img src="Screenshots/Reference/example_06.png">
|
||||
<p>
|
||||
Only the Name and Hostname/IP properties are left over, everything else will be
|
||||
inherited from the parent folder.
|
||||
</p>
|
||||
<p>
|
||||
Of course you can also only let some of the properties be inherited. Just play
|
||||
around with this a bit and you'll get the hang of it.
|
||||
</p>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Running mRemoteNG</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>First Run</h1>
|
||||
<hr/>
|
||||
<p>Here is a quick reference of the interface:</p>
|
||||
<img src="Screenshots/Reference/01.png"/>
|
||||
<p>The screenshot above explains the most basic of the interface. To understand it all we are creating a small tutorial here.</p>
|
||||
<h1>Creating a connection</h1>
|
||||
<p>Right click on the root item (the little blue globe named "Connections") in the Connections panel and select "New Connection". Or use the keybinding<kbd>Ctrl+N</kbd> if the Connections are selected.</p>
|
||||
<img src="Screenshots/Reference/new_connection.png"/>
|
||||
<p>A new item shows up under the root item. You can give it a name now (or rename it later). Here we just name it "Test".</p>
|
||||
<img src="Screenshots/Reference/new_connection_test_item.png"/>
|
||||
<p>Now lets look at the Config panel in the bottom left, just under the Connections panel.</p>
|
||||
<img src="Screenshots/Reference/config_panel_01.png"/>
|
||||
<p>As you may notice this is where you configure all the properties of connections and folders.<br/>There are a lot of values that can be set but for our first connection we will keep things simple.</p>
|
||||
<p>The most important things right now are that we tell the application which host we want to connect to and which protocol we want to use.<br/>In this example we will use a Windows 2012 R2 server that has RDP (Remote Desktop Protocol) enabled.<br/>As RDP is the default protocol whenever you create a new connection we don't have to change anything there.</p>
|
||||
<p>The next thing we will do is to fill in the Hostname/IP field with the hostname we want to connect to. Lets also fill in a username and password so that we login automatically to the server.</p>
|
||||
<img src="Screenshots/Reference/config_panel_02.png"/>
|
||||
<p>Lets now try to connect to the server.</p>
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> You can see an indicator in the properties window that is glowing green.<img src="Screenshots/Reference/status_icon.png"/>
|
||||
<br/>
|
||||
<br/>This icon does a ICMP ping on to check response from the server. If it glows green it indicates a connection response can be made using ping to the host. However this is turned off on windows by default. You have to enable ICMP and allow the firewall access for it.
|
||||
</div>
|
||||
<h1>Opening and Closing Connections</h1>
|
||||
<p>There are multiple ways to open a connection in mRemoteNG, but the easiest way is to double click the connection in the Connections panel.</p>
|
||||
<p>If you double click the connection you will notice that the connection is going to try and open in a new panel called General and under a tab called Test .</p>
|
||||
<img src="Screenshots/Reference/open_connection.png"/>
|
||||
<div class="isa_info">
|
||||
<b>NOTE! </b>If the connection fails you will find out what the problem was in the dialog notifications panel.
|
||||
</div>
|
||||
<p>If all goes well you should see the remote desktop without any problems.</p>
|
||||
<p>To close the connection you can do any of the following:<ul>
|
||||
<li>Log off in the start menu - Closes the connection and logs you out completely from RDP</li>
|
||||
<li>Close the panel with the - Which leaves your session active on server but closes connection in mRemoteNG</li>
|
||||
<li>Close the connection tab with - Also keeps your login active on server but closes RDP connection in mRemoteNG</li>
|
||||
<li>Double click the connection tab - Same as above where the connection is active on server but closes RDP connection in mRemoteNG</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h1>Folders and Inheritance</h1>
|
||||
<p>Folders on mRemoteNG cannot only be used to categorize connections but also to apply properties to the underlying connections.</p>
|
||||
<h2>Example</h2>
|
||||
<p>You have 10 Remote Desktop enabled servers in one domain and 15 in another domain.</p>
|
||||
<p>Normally you would spend a lot of time creating all those connections and setting the individual properties like username, password, etc. In mRemoteNG there is an easier way. You just create two folders, one for domain A and one for domain B and set all properties there.</p>
|
||||
<p>Then create the Connections and let them inherit every property. The only properties left to fill on Connection basis are the Connections name and hostname. Everything else will be inherited from the parent folder.</p>
|
||||
<p>Here is how you do this:</p>
|
||||
<h3>1. Add the folder</h3>
|
||||
<p>This can be done with:
|
||||
<ul>
|
||||
<li>
|
||||
Right click on connections and click on <i>New Folder</i>
|
||||
</li>
|
||||
<li>
|
||||
<b>File > New Folder</b>
|
||||
</li>
|
||||
<li>
|
||||
Or with keybinding: <kbd>Ctrl+Shift+N</kbd>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
<img src="Screenshots/Reference/add_new_folder.png"/>
|
||||
<p>Then give it a name and fill all the properties you need (like you did with the test connection)</p>
|
||||
<img src="Screenshots/Reference/example_01.png"/>
|
||||
<br/>
|
||||
<img src="Screenshots/Reference/example_02.png"/>
|
||||
<p>When you have filled in the settings and values you can either just drag the test Connection inside the folder or create a new one.</p>
|
||||
<img src="Screenshots/Reference/example_03.png"/>
|
||||
<p>Right now nothing has changed and nothing will be inherited.<br/>To enable inheritance switch to the inheritance view by clicking the dedicated button. (Marked with a red arrow below)</p>
|
||||
<img src="Screenshots/Reference/example_04.png"/>
|
||||
<p>The properties that show up now are almost the same as before, but you only select yes or no to enable or disable a inheritance.</p>
|
||||
<img src="Screenshots/Reference/example_05.png"/>
|
||||
<p>When no is selected the property will not be inherited, yes indicates an inherited property.</p>
|
||||
<p>For this test set <i>Inherit Everything</i> to Yes.</p>
|
||||
<p>Now if you switch back to the properties view (the button left of the inheritance button) you should see that not much is left of all those properties.</p>
|
||||
<img src="Screenshots/Reference/example_06.png"/>
|
||||
<p>Only the Name and Hostname/IP properties are left over, everything else will be inherited from the parent folder.</p>
|
||||
<p>Of course you can also only let some of the properties be inherited. Just play around with this a bit and you'll get the hang of it.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,69 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Common Problems (RDP)</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<p>
|
||||
Its hard to make a document on all problems that can occur with connections
|
||||
but here at least we are trying to list some of the most common problems for RDP
|
||||
that has been noticed.
|
||||
</p>
|
||||
|
||||
<!-- Reference - #start -->
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#credssp_2018-0886">
|
||||
<b>CredSSP - CVE-2018-0886</b>
|
||||
</a> - Authentication error
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Reference - #end -->
|
||||
|
||||
<!-- credssp_2018 - #start -->
|
||||
<h1 id="credssp_2018">CredSSP - CVE-2018-0886 - Authentication error</h1>
|
||||
<p>
|
||||
mRemoteNG uses the Microsoft Terminal Services Client (MSTSC) libraries in order
|
||||
to make Remote Desktop connections. mRemoteNG has no control over the functionality
|
||||
changes implemented by Microsoft.
|
||||
</p>
|
||||
<p>
|
||||
Relevant line of code that shows our
|
||||
"RDP Client" connection "object":
|
||||
<a href="https://github.com/mRemoteNG/mRemoteNG/blob/develop/mRemoteV1/Connection/Protocol/RDP/RdpProtocol.cs#L27">
|
||||
private MsRdpClient8NotSafeForScripting _rdpClient;
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
Relevant MS documentation for this .NET class:
|
||||
<a href="https://msdn.microsoft.com/en-us/library/mt787069(v=vs.85).aspx">MsRdpClient8NotSafeForScripting class</a>
|
||||
</p>
|
||||
<p>
|
||||
Please refer to
|
||||
<a href="https://support.microsoft.com/en-us/help/4093492/credssp-updates-for-cve-2018-0886-march-13-2018">Microsoft's documentation</a>
|
||||
for full details regarding this problem.
|
||||
</p>
|
||||
<p>
|
||||
Patched clients attempting to connect to Unpatched servers will fail with the following error:
|
||||
</p>
|
||||
<img src="Screenshots/CommonProblemsRDP/credssp-error.png">
|
||||
<p>
|
||||
The same error will occur with MSTSC directly on a
|
||||
patched client attempting to connect to an unpatched server.
|
||||
</p>
|
||||
<p>Per the MS documentation, the only ways around this are to:</p>
|
||||
<ul>
|
||||
<li>Patch the servers</li>
|
||||
<li>
|
||||
set the "Encryption Oracle Remediation" policy to "Vulnerable" - refer to the MS documentation above for details:<br>
|
||||
<img src="Screenshots/CommonProblemsRDP/oracle_remediation_setting.png">
|
||||
</li>
|
||||
<li>Uninstall <a href="https://support.microsoft.com/en-us/help/4103727/windows-10-update-kb4103727">KB4103727</a></li>
|
||||
</ul>
|
||||
<!-- credssp_2018 - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Common Problems (RDP)</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<p>Its hard to make a document on all problems that can occur with connections but here at least we are trying to list some of the most common problems for RDP that has been noticed.</p>
|
||||
<!-- Reference - #start -->
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#credssp_2018-0886">
|
||||
<b>CredSSP - CVE-2018-0886</b>
|
||||
</a> - Authentication error</li>
|
||||
</ul>
|
||||
<!-- Reference - #end -->
|
||||
<!-- credssp_2018 - #start -->
|
||||
<h1 id="credssp_2018">CredSSP - CVE-2018-0886 - Authentication error</h1>
|
||||
<p>mRemoteNG uses the Microsoft Terminal Services Client (MSTSC) libraries in order to make Remote Desktop connections. mRemoteNG has no control over the functionality changes implemented by Microsoft.</p>
|
||||
<p>Relevant line of code that shows our "RDP Client" connection "object":<a href="https://github.com/mRemoteNG/mRemoteNG/blob/develop/mRemoteV1/Connection/Protocol/RDP/RdpProtocol.cs#L27">private MsRdpClient8NotSafeForScripting _rdpClient;</a>
|
||||
</p>
|
||||
<p>Relevant MS documentation for this .NET class:<a href="https://msdn.microsoft.com/en-us/library/mt787069(v=vs.85).aspx">MsRdpClient8NotSafeForScripting class</a>
|
||||
</p>
|
||||
<p>Please refer to<a href="https://support.microsoft.com/en-us/help/4093492/credssp-updates-for-cve-2018-0886-march-13-2018">Microsoft's documentation</a>for full details regarding this problem.</p>
|
||||
<p>Patched clients attempting to connect to Unpatched servers will fail with the following error:</p>
|
||||
<img src="Screenshots/CommonProblemsRDP/credssp-error.png"/>
|
||||
<p>The same error will occur with MSTSC directly on a patched client attempting to connect to an unpatched server.</p>
|
||||
<p>Per the MS documentation, the only ways around this are to:</p>
|
||||
<ul>
|
||||
<li>Patch the servers</li>
|
||||
<li>set the "Encryption Oracle Remediation" policy to "Vulnerable" - refer to the MS documentation above for details:<br/>
|
||||
<img src="Screenshots/CommonProblemsRDP/oracle_remediation_setting.png"/>
|
||||
</li>
|
||||
<li>Uninstall <a href="https://support.microsoft.com/en-us/help/4103727/windows-10-update-kb4103727">KB4103727</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- credssp_2018 - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,67 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Config</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<img src="Screenshots/Config/main_window.png">
|
||||
<p>
|
||||
Config dialog to setup the connection specific properties.
|
||||
This includes inheritance from other items before the item and more. Details below is about
|
||||
how to work with this dialog to get the most out of connections and configuration.
|
||||
</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#top_bar">
|
||||
<b>Top Bar</b>
|
||||
</a> - Main top bar information.
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Introduction - #end -->
|
||||
|
||||
<!-- Top Bar - #start -->
|
||||
<h1 id="top_bar">Top Bar</h1>
|
||||
<hr>
|
||||
<p>
|
||||
<img src="Screenshots/Config/main_top_bar.png">
|
||||
<p style="margin-left: 40px;">
|
||||
<span style="color: crimson;">Red</span> - Sort values Categories or Alphabetical.<br>
|
||||
<span style="color: forestgreen;">Green</span> - Show Properties, Inheritance values<br>
|
||||
<span style="color: deepskyblue;">Blue</span> - Connection icon<br>
|
||||
<span style="color: goldenrod;">Yellow</span> - Host status (based on ICMP ping)
|
||||
</p>
|
||||
</p>
|
||||
<h2>Sort Values</h2>
|
||||
<p>
|
||||
Sorts the values in properties either by Categories or Alphabetically.
|
||||
<p style="margin-left: 40px">
|
||||
<b>Categories sort</b> - Shows values in categories with expanding options.<br>
|
||||
<b>Alphabetical sort</b> - Expands everything and shows values in alphabetical order instead
|
||||
</p>
|
||||
</p>
|
||||
<h2>Properties and Inheritance</h2>
|
||||
<p>
|
||||
<!-- TODO: Need help to fill this in -->
|
||||
</p>
|
||||
<h2>Icon</h2>
|
||||
<p>
|
||||
The icon indicates the visual identifier for the connection. Clicking the icon will let you set a different icon
|
||||
for the connection.
|
||||
</p>
|
||||
<div class="isa_info">
|
||||
<b>NOTE!</b> Don't forget that mRemoteNG will save the change on exit auto unless you have unchecked this setting in options.
|
||||
</div>
|
||||
<h2>Status</h2>
|
||||
<p>Is a indicator that will glow red or green depending on the status of the host. The status is based on ICMP ping to the host.</p>
|
||||
<div class="isa_info">
|
||||
<b>IMPORTANT!</b> In order for this to work you have to open up ICMP. On windows servers this is also disabled in windows firewall.
|
||||
</div>
|
||||
<!-- Top Bar - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Config</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<img src="Screenshots/Config/main_window.png"/>
|
||||
<p>Config dialog to setup the connection specific properties. This includes inheritance from other items before the item and more. Details below is about how to work with this dialog to get the most out of connections and configuration.</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#top_bar">
|
||||
<b>Top Bar</b>
|
||||
</a> - Main top bar information.</li>
|
||||
</ul>
|
||||
<!-- Introduction - #end -->
|
||||
<!-- Top Bar - #start -->
|
||||
<h1 id="top_bar">Top Bar</h1>
|
||||
<hr/>
|
||||
<p>
|
||||
<img src="Screenshots/Config/main_top_bar.png"/>
|
||||
<p style="margin-left: 40px;">
|
||||
<span style="color: crimson;">Red</span> - Sort values Categories or Alphabetical.<br/>
|
||||
<span style="color: forestgreen;">Green</span> - Show Properties, Inheritance values<br/>
|
||||
<span style="color: deepskyblue;">Blue</span> - Connection icon<br/>
|
||||
<span style="color: goldenrod;">Yellow</span> - Host status (based on ICMP ping)</p>
|
||||
</p>
|
||||
<h2>Sort Values</h2>
|
||||
<p>Sorts the values in properties either by Categories or Alphabetically.<p style="margin-left: 40px">
|
||||
<b>Categories sort</b> - Shows values in categories with expanding options.<br/>
|
||||
<b>Alphabetical sort</b> - Expands everything and shows values in alphabetical order instead</p>
|
||||
</p>
|
||||
<h2>Properties and Inheritance</h2>
|
||||
<p>
|
||||
<!-- TODO: Need help to fill this in -->
|
||||
</p>
|
||||
<h2>Icon</h2>
|
||||
<p>The icon indicates the visual identifier for the connection. Clicking the icon will let you set a different icon for the connection.</p>
|
||||
<div class="isa_info">
|
||||
<b>NOTE!</b> Don't forget that mRemoteNG will save the change on exit auto unless you have unchecked this setting in options.</div>
|
||||
<h2>Status</h2>
|
||||
<p>Is a indicator that will glow red or green depending on the status of the host. The status is based on ICMP ping to the host.</p>
|
||||
<div class="isa_info">
|
||||
<b>IMPORTANT!</b> In order for this to work you have to open up ICMP. On windows servers this is also disabled in windows firewall.</div>
|
||||
<!-- Top Bar - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,94 +1,65 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Connections</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<p>
|
||||
The connections dialog is the main collection of all connections that is added to mRemoteNG. This document will
|
||||
explain the details of the connections dialog.
|
||||
</p>
|
||||
|
||||
<!-- Top Menu Bar - #start -->
|
||||
<h1>Top Menu Bar</h1>
|
||||
<hr>
|
||||
<p>
|
||||
<img src="Screenshots/Connections/menu_top_bar.png">
|
||||
<p style="margin-left: 40px">
|
||||
<span style="color: crimson;">Red</span> - New Connection<br>
|
||||
<span style="color: forestgreen;">Green</span> - New Folder<br>
|
||||
<span style="color: deepskyblue;">Blue</span> - View (Expand/Collapse all folders)<br>
|
||||
<span style="color: goldenrod;">Yellow</span> - Ascending sort
|
||||
</p>
|
||||
</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#new_connection">
|
||||
<b>New Connection</b>
|
||||
</a> - Create a new connection
|
||||
</li>
|
||||
<li>
|
||||
<a href="#new_folder">
|
||||
<b>New Folder</b>
|
||||
</a> - Create a new folder
|
||||
</li>
|
||||
<li>
|
||||
<a href="#view">
|
||||
<b>View</b>
|
||||
</a> - Expand/Collapse all folders in dialog
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Top Menu Bar - #end -->
|
||||
|
||||
<!-- New Connection - #start -->
|
||||
<h1 id="new_connection">New Connection</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Creates a new connection item in the connections dialog after where cursor is present.
|
||||
</p>
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> You can also duplicate an already created connection if you want to follow
|
||||
some sort of template of a connection. Just right click on folder or connection to
|
||||
duplicate the item. The information is then carried over for editing. This can save a lot
|
||||
of time when the connection list is large.
|
||||
</div>
|
||||
<!-- New Connection - #end -->
|
||||
|
||||
<!-- New Folder - #start -->
|
||||
<h1 id="new_folder">New Folder</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Creates a new folder in connections dialog after where cursor is present.
|
||||
</p>
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> Folders can help to make adding connections easier. By setting a folder with
|
||||
some values that can be inheritaded down to the connections. Read more about this in
|
||||
<a href="Configuration.htm">Configuration</a>
|
||||
</div>
|
||||
<!-- New Folder - #end -->
|
||||
|
||||
<!-- View - #start -->
|
||||
<h1 id="view">View</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Collapses or expands all directories in the connection dialog. Useful when working with
|
||||
a lot of connections sorted in different directories.
|
||||
</p>
|
||||
<!-- View - #end -->
|
||||
|
||||
<!-- Ascending - #start -->
|
||||
<h1 id="ascending">Ascending</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Works like a sort or a refresh to get connection in ascending order. (Descending order is
|
||||
note supported yet) When you have been moving around in the tree of connections, just click
|
||||
this item to refresh the list and get everything in ascending ordering.
|
||||
</p>
|
||||
<!-- Ascending - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Connections</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<p>The connections dialog is the main collection of all connections that is added to mRemoteNG. This document will explain the details of the connections dialog.</p>
|
||||
<!-- Top Menu Bar - #start -->
|
||||
<h1>Top Menu Bar</h1>
|
||||
<hr/>
|
||||
<p>
|
||||
<img src="Screenshots/Connections/menu_top_bar.png"/>
|
||||
<p style="margin-left: 40px">
|
||||
<span style="color: crimson;">Red</span> - New Connection<br/>
|
||||
<span style="color: forestgreen;">Green</span> - New Folder<br/>
|
||||
<span style="color: deepskyblue;">Blue</span> - View (Expand/Collapse all folders)<br/>
|
||||
<span style="color: goldenrod;">Yellow</span> - Ascending sort</p>
|
||||
</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#new_connection">
|
||||
<b>New Connection</b>
|
||||
</a> - Create a new connection</li>
|
||||
<li>
|
||||
<a href="#new_folder">
|
||||
<b>New Folder</b>
|
||||
</a> - Create a new folder</li>
|
||||
<li>
|
||||
<a href="#view">
|
||||
<b>View</b>
|
||||
</a> - Expand/Collapse all folders in dialog</li>
|
||||
</ul>
|
||||
<!-- Top Menu Bar - #end -->
|
||||
<!-- New Connection - #start -->
|
||||
<h1 id="new_connection">New Connection</h1>
|
||||
<hr/>
|
||||
<p>Creates a new connection item in the connections dialog after where cursor is present.</p>
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> You can also duplicate an already created connection if you want to follow some sort of template of a connection. Just right click on folder or connection to duplicate the item. The information is then carried over for editing. This can save a lot of time when the connection list is large.</div>
|
||||
<!-- New Connection - #end -->
|
||||
<!-- New Folder - #start -->
|
||||
<h1 id="new_folder">New Folder</h1>
|
||||
<hr/>
|
||||
<p>Creates a new folder in connections dialog after where cursor is present.</p>
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> Folders can help to make adding connections easier. By setting a folder with some values that can be inheritaded down to the connections. Read more about this in<a href="Configuration.htm">Configuration</a>
|
||||
</div>
|
||||
<!-- New Folder - #end -->
|
||||
<!-- View - #start -->
|
||||
<h1 id="view">View</h1>
|
||||
<hr/>
|
||||
<p>Collapses or expands all directories in the connection dialog. Useful when working with a lot of connections sorted in different directories.</p>
|
||||
<!-- View - #end -->
|
||||
<!-- Ascending - #start -->
|
||||
<h1 id="ascending">Ascending</h1>
|
||||
<hr/>
|
||||
<p>Works like a sort or a refresh to get connection in ascending order. (Descending order is note supported yet) When you have been moving around in the tree of connections, just click this item to refresh the list and get everything in ascending ordering.</p>
|
||||
<!-- Ascending - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,254 +1,160 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>External Tools</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction to External Tools</h1>
|
||||
<p>
|
||||
External Tools can help you get things done that can't be done in mRemoteNG.<br>
|
||||
You can for example start a command prompt or launch your favorite FTP tool from within mRemoteNG.<br>
|
||||
This wouldn't make much sense by itself because you can already launch your
|
||||
applications by using the Windows Start Menu, Quick Launch or whatever you
|
||||
prefer to use to start your apps.
|
||||
</p>
|
||||
<p>
|
||||
But there's more!
|
||||
</p>
|
||||
<p>
|
||||
In mRemoteNG, you can launch applications and tell them what to do with the use of
|
||||
arguments (parameters) and variables of the currently selected Connection.
|
||||
You can, for example, select your home router's SSH Connection entry and do a
|
||||
traceroute (tracert) on that host. This is much quicker and more powerful than
|
||||
opening the console and typing "tracert yourhost".
|
||||
</p>
|
||||
<p>
|
||||
The external tools configuration is stored in %APPDATA%\mRemoteNG\extApps.xml
|
||||
</p>
|
||||
<h1>Variables</h1>
|
||||
<p>
|
||||
Variables and arguments can be used to tell the external tool what to do.
|
||||
</p>
|
||||
<p>
|
||||
This is the list of variables supported by mRemoteNG:
|
||||
</p>
|
||||
<ul>
|
||||
<li>%NAME%</li>
|
||||
<li>%HOSTNAME%</li>
|
||||
<li>%PORT%</li>
|
||||
<li>%USERNAME%</li>
|
||||
<li>%PASSWORD%</li>
|
||||
<li>%DOMAIN%</li>
|
||||
<li>%DESCRIPTION%</li>
|
||||
<li>%MACADDRESS%</li>
|
||||
<li>%USERFIELD%</li>
|
||||
</ul>
|
||||
<p>
|
||||
Variables always refer to the currently selected connection. Variable names are case-insensitive.
|
||||
Variables can be used in both the Filename and Arguments fields.
|
||||
</p>
|
||||
<p>
|
||||
mRemoteNG will also expand environment variables such as %PATH% and %USERPROFILE%.
|
||||
If you need to use an environment variable with the same name as an mRemoteNG
|
||||
variable, use \% instead of %. The most common use of this is for the USERNAME
|
||||
environment variable. %USERNAME% will be expanded to the username set in the
|
||||
currently selected connection. \%USERNAME\% will be expanded to the value set in
|
||||
the USERNAME environment variable.
|
||||
</p>
|
||||
<p>
|
||||
If you need to send a variable name to a program without mRemoteNG expanding it,
|
||||
use ^% instead of %. mRemoteNG will remove the caret (^) and leave the rest
|
||||
unchanged. For example, ^%USERNAME^% will be sent to the program as %USERNAME%
|
||||
and will not be expanded.
|
||||
</p>
|
||||
<h1>Special Character Escaping</h1>
|
||||
<p>
|
||||
Expanded variables will be escaped using the rules below. There are two levels
|
||||
of escaping that are done. The first is escaping for standard argument splitting
|
||||
(C/C++ argv, CommandLineToArgvW, etc). The second is escaping shell
|
||||
metacharacters for ShellExecute.
|
||||
</p>
|
||||
<h2>Argument splitting escaping:</h2>
|
||||
<ul>
|
||||
<li>Each quotation mark will be escaped by a backslash.</li>
|
||||
<li>
|
||||
One or more backslashes (\) followed by a quotation mark ("):
|
||||
<ul>
|
||||
<li>Each backslash will be escaped by another backslash.</li>
|
||||
<li>The quotation mark will be escaped by a backslash.</li>
|
||||
If the connection's user field contains
|
||||
"This" is a \"test\".<br>
|
||||
Then %USERFIELD% is replaced with
|
||||
\"This\" is a \\\"test\\\".
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
A variable name followed by a quotation mark (for example, %USERFIELD%") with
|
||||
a value ending in one or more backslashes:
|
||||
<ul>
|
||||
<li>Each backslash will be escaped by another backslash.</li>
|
||||
<li>Example:</li>
|
||||
If the connection's user field contains c:\Example\<br/>
|
||||
Then "%USERFIELD%" is replaced with "c:\Example\\"
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
To disable
|
||||
argument splitting escaping for a variable, precede its name with a minus (-)
|
||||
sign. For example, %-USERFIELD%.
|
||||
</p>
|
||||
<h2>Shell metacharacter escaping:</h2>
|
||||
<ul>
|
||||
<li>The shell metacharacters are ( ) % ! ^ " < > & |</li>
|
||||
<li>Each shell metacharacter will be escaped by a caret (^).</li>
|
||||
</ul>
|
||||
<p>
|
||||
To disable both argument splitting and shell metacharacter escaping for a
|
||||
variable, precede its name with an exclamation point (!). For example,
|
||||
%!USERFIELD%. This is not recommended and may cause unexpected results.
|
||||
</p>
|
||||
<p>
|
||||
Only variables that have been expanded will be escaped. It is up to you to
|
||||
escape the rest of the arguments.
|
||||
</p>
|
||||
|
||||
<h2>Variable Examples</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Arguments</th>
|
||||
<th>User Field</th>
|
||||
<th>Result</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%USERFIELD%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>\^"Example\^" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%-USERFIELD%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>^"Example^" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%!USERFIELD%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>^%USERFIELD^%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>%USERFIELD%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>^^%USERFIELD^^%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>^%USERFIELD^%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%USERFIELD%"</td>
|
||||
<td class='monospace'>c:\Example\</td>
|
||||
<td class='monospace'>-d "c:\Example\\"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%-USERFIELD%"</td>
|
||||
<td class='monospace'>c:\Example\</td>
|
||||
<td class='monospace'>-d "c:\Example\"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%USERFIELD%"</td>
|
||||
<td class='monospace'>Left & Right</td>
|
||||
<td class='monospace'>-d "Left ^& Right"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%!USERFIELD%"</td>
|
||||
<td class='monospace'>Left & Right</td>
|
||||
<td class='monospace'>-d "Left & Right"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%WINDIR%</td><td>N/A</td><td class='monospace'>c:\Windows\</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\%WINDIR\%</td><td>N/A</td><td class='monospace'>c:\Windows\</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\^%WINDIR\^%</td><td>N/A</td><td class='monospace'>\%WINDIR\%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\\%WINDIR\\%</td><td>N/A</td><td class='monospace'>\\%WINDIR\\%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h1>Example</h1>
|
||||
<p>
|
||||
First of all, start the external tools editor. To do this, click Tools in the main menu and
|
||||
select External Tools.<br>
|
||||
You will see a screen like on the following screenshot.
|
||||
</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/01.png"/>
|
||||
</p>
|
||||
<p>
|
||||
The fields below the list are greyed out because you haven't created an external tool
|
||||
entry yet.<br>
|
||||
To create one, right click the blank area in the list and select Add, as in the
|
||||
screenshot below.
|
||||
</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/02.png"/>
|
||||
</p>
|
||||
<p>
|
||||
This is what you'll get:
|
||||
</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/03.png"/>
|
||||
</p>
|
||||
<p>
|
||||
So the three fields are now available and need to be filled.<br>
|
||||
The Display Name is simply the name you will see when you want to launch that
|
||||
tool, so give it a descriptive name.<br>
|
||||
I named mine Traceroute as I will create a external tool that will start the
|
||||
tracert command in the console.
|
||||
</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/04.png"/>
|
||||
</p>
|
||||
<p>
|
||||
Ok, the next thing we'll need is a filename. This is the program that we
|
||||
want to be executed.<br>
|
||||
I simply type in cmd for a Windows cmd console.
|
||||
</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/05.png"/>
|
||||
</p>
|
||||
<p>
|
||||
Now the fun part comes in—the arguments.<br>
|
||||
The Windows cmd has a command line argument that tells the console to launch the
|
||||
command followed by that argument and stay open.<br>
|
||||
It's /K. (There's also /C, this is useful when you want the console to close
|
||||
after the command was executed)<br>
|
||||
In this case, I'll use /K as I want to look through the result when the command
|
||||
completes.<br>
|
||||
After that, I just type tracert %HostName%. This tells the console to do a
|
||||
traceroute on the hostname of the currently selected Connection.
|
||||
</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/06.png"/>
|
||||
</p>
|
||||
<p>
|
||||
Alright! That's all we'll need.<br>
|
||||
Now right click one of you connections, click Tools, External Tools
|
||||
and select Traceroute.
|
||||
</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/07.png"/>
|
||||
</p>
|
||||
<p>
|
||||
Voilà! A console window will popup and execute your tracert command.
|
||||
</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/08.png"/>
|
||||
</p>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>External Tools</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction to External Tools</h1>
|
||||
<p>External Tools can help you get things done that can't be done in mRemoteNG.<br/>You can for example start a command prompt or launch your favorite FTP tool from within mRemoteNG.<br/>This wouldn't make much sense by itself because you can already launch your applications by using the Windows Start Menu, Quick Launch or whatever you prefer to use to start your apps.</p>
|
||||
<p>But there's more!</p>
|
||||
<p>In mRemoteNG, you can launch applications and tell them what to do with the use of arguments (parameters) and variables of the currently selected Connection. You can, for example, select your home router's SSH Connection entry and do a traceroute (tracert) on that host. This is much quicker and more powerful than opening the console and typing "tracert yourhost".</p>
|
||||
<p>The external tools configuration is stored in %APPDATA%\mRemoteNG\extApps.xml</p>
|
||||
<h1>Variables</h1>
|
||||
<p>Variables and arguments can be used to tell the external tool what to do.</p>
|
||||
<p>This is the list of variables supported by mRemoteNG:</p>
|
||||
<ul>
|
||||
<li>%NAME%</li>
|
||||
<li>%HOSTNAME%</li>
|
||||
<li>%PORT%</li>
|
||||
<li>%USERNAME%</li>
|
||||
<li>%PASSWORD%</li>
|
||||
<li>%DOMAIN%</li>
|
||||
<li>%DESCRIPTION%</li>
|
||||
<li>%MACADDRESS%</li>
|
||||
<li>%USERFIELD%</li>
|
||||
</ul>
|
||||
<p>Variables always refer to the currently selected connection. Variable names are case-insensitive. Variables can be used in both the Filename and Arguments fields.</p>
|
||||
<p>mRemoteNG will also expand environment variables such as %PATH% and %USERPROFILE%. If you need to use an environment variable with the same name as an mRemoteNG variable, use \% instead of %. The most common use of this is for the USERNAME environment variable. %USERNAME% will be expanded to the username set in the currently selected connection. \%USERNAME\% will be expanded to the value set in the USERNAME environment variable.</p>
|
||||
<p>If you need to send a variable name to a program without mRemoteNG expanding it, use ^% instead of %. mRemoteNG will remove the caret (^) and leave the rest unchanged. For example, ^%USERNAME^% will be sent to the program as %USERNAME% and will not be expanded.</p>
|
||||
<h1>Special Character Escaping</h1>
|
||||
<p>Expanded variables will be escaped using the rules below. There are two levels of escaping that are done. The first is escaping for standard argument splitting (C/C++ argv, CommandLineToArgvW, etc). The second is escaping shell metacharacters for ShellExecute.</p>
|
||||
<h2>Argument splitting escaping:</h2>
|
||||
<ul>
|
||||
<li>Each quotation mark will be escaped by a backslash.</li>
|
||||
<li>One or more backslashes (\) followed by a quotation mark ("):<ul>
|
||||
<li>Each backslash will be escaped by another backslash.</li>
|
||||
<li>The quotation mark will be escaped by a backslash.</li> If the connection's user field contains "This" is a \"test\".<br/> Then %USERFIELD% is replaced with \"This\" is a \\\"test\\\".</ul>
|
||||
</li>
|
||||
<li>A variable name followed by a quotation mark (for example, %USERFIELD%") with a value ending in one or more backslashes:<ul>
|
||||
<li>Each backslash will be escaped by another backslash.</li>
|
||||
<li>Example:</li> If the connection's user field contains c:\Example\<br/> Then "%USERFIELD%" is replaced with "c:\Example\\"</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>To disable argument splitting escaping for a variable, precede its name with a minus (-) sign. For example, %-USERFIELD%.</p>
|
||||
<h2>Shell metacharacter escaping:</h2>
|
||||
<ul>
|
||||
<li>The shell metacharacters are ( ) % ! ^ " < > & |</li>
|
||||
<li>Each shell metacharacter will be escaped by a caret (^).</li>
|
||||
</ul>
|
||||
<p>To disable both argument splitting and shell metacharacter escaping for a variable, precede its name with an exclamation point (!). For example, %!USERFIELD%. This is not recommended and may cause unexpected results.</p>
|
||||
<p>Only variables that have been expanded will be escaped. It is up to you to escape the rest of the arguments.</p>
|
||||
<h2>Variable Examples</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Arguments</th>
|
||||
<th>User Field</th>
|
||||
<th>Result</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%USERFIELD%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>\^"Example\^" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%-USERFIELD%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>^"Example^" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%!USERFIELD%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>^%USERFIELD^%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>%USERFIELD%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>^^%USERFIELD^^%</td>
|
||||
<td class='monospace'>"Example" Text</td>
|
||||
<td class='monospace'>^%USERFIELD^%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%USERFIELD%"</td>
|
||||
<td class='monospace'>c:\Example\</td>
|
||||
<td class='monospace'>-d "c:\Example\\"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%-USERFIELD%"</td>
|
||||
<td class='monospace'>c:\Example\</td>
|
||||
<td class='monospace'>-d "c:\Example\"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%USERFIELD%"</td>
|
||||
<td class='monospace'>Left & Right</td>
|
||||
<td class='monospace'>-d "Left ^& Right"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%!USERFIELD%"</td>
|
||||
<td class='monospace'>Left & Right</td>
|
||||
<td class='monospace'>-d "Left & Right"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%WINDIR%</td>
|
||||
<td>N/A</td>
|
||||
<td class='monospace'>c:\Windows\</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\%WINDIR\%</td>
|
||||
<td>N/A</td>
|
||||
<td class='monospace'>c:\Windows\</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\^%WINDIR\^%</td>
|
||||
<td>N/A</td>
|
||||
<td class='monospace'>\%WINDIR\%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\\%WINDIR\\%</td>
|
||||
<td>N/A</td>
|
||||
<td class='monospace'>\\%WINDIR\\%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h1>Example</h1>
|
||||
<p>First of all, start the external tools editor. To do this, click Tools in the main menu and select External Tools.<br/>You will see a screen like on the following screenshot.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/01.png"/>
|
||||
</p>
|
||||
<p>The fields below the list are greyed out because you haven't created an external tool entry yet.<br/>To create one, right click the blank area in the list and select Add, as in the screenshot below.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/02.png"/>
|
||||
</p>
|
||||
<p>This is what you'll get:</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/03.png"/>
|
||||
</p>
|
||||
<p>So the three fields are now available and need to be filled.<br/>The Display Name is simply the name you will see when you want to launch that tool, so give it a descriptive name.<br/>I named mine Traceroute as I will create a external tool that will start the tracert command in the console.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/04.png"/>
|
||||
</p>
|
||||
<p>Ok, the next thing we'll need is a filename. This is the program that we want to be executed.<br/>I simply type in cmd for a Windows cmd console.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/05.png"/>
|
||||
</p>
|
||||
<p>Now the fun part comes in—the arguments.<br/>The Windows cmd has a command line argument that tells the console to launch the command followed by that argument and stay open.<br/>It's /K. (There's also /C, this is useful when you want the console to close after the command was executed)<br/>In this case, I'll use /K as I want to look through the result when the command completes.<br/>After that, I just type tracert %HostName%. This tells the console to do a traceroute on the hostname of the currently selected Connection.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/06.png"/>
|
||||
</p>
|
||||
<p>Alright! That's all we'll need.<br/>Now right click one of you connections, click Tools, External Tools and select Traceroute.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/07.png"/>
|
||||
</p>
|
||||
<p>Voilà! A console window will popup and execute your tracert command.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/08.png"/>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,93 +1,72 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>SSH File Transfer</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<p>
|
||||
SSH File Transfer functionality allows you to securely transfer files to a remote host over an encrypted tunnel using either <b>SFTP</b> or <b>SCP</b>.
|
||||
</p>
|
||||
<!-- Introduction - #end -->
|
||||
|
||||
<!-- Use Cases - #start -->
|
||||
<h1>Use Cases</h1>
|
||||
<hr>
|
||||
<p>The primary use case is to upload individual files, such as configuration files, to a remote host.</p>
|
||||
<!-- Use Cases - #end -->
|
||||
|
||||
<!-- Prerequisites - #start -->
|
||||
<h1>Prerequisites</h1>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>SSH File Transfer requires an SSH service to listen on an available network port (default 22) on a remote host.</li>
|
||||
<li>A username and password must be supplied to connect with the remote host.</li>
|
||||
<li>The remote host must have a writeable folder on its filesystem to place the transferred files.</li>
|
||||
</ul>
|
||||
<!-- Prerequisites - #end -->
|
||||
|
||||
<!-- Configuration - #start -->
|
||||
<h1>Configuration Options</h1>
|
||||
<hr>
|
||||
<ul>
|
||||
<li><b>Host</b> - The remote host you connect to. Can be DNS name or IP address.</li>
|
||||
<li><b>Port</b> - Remote network port listening for SSH/SFTP/SCP traffic.</li>
|
||||
<li><b>User</b> - Username for account to log on to remote host.</li>
|
||||
<li><b>Password</b> - Password for account to log on to remote host.</li>
|
||||
<li><b>Protocol</b> - Choice of SCP or SFTP protocol used for communication.</li>
|
||||
<li><b>Local File</b> - Path of file to transfer from local host.</li>
|
||||
<li>
|
||||
<b>Remote File</b> - Path where file will be transferred on remote host.
|
||||
<ul>
|
||||
<li>Example: /home/John/Documents</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Configuration - #end -->
|
||||
|
||||
<h1>Using SSH File Transfer</h1>
|
||||
<hr>
|
||||
<p>
|
||||
To begin, select <b>Tools</b> and then <b>SSH File Transfer</b>.
|
||||
The tool will fill the window and allow you to input the configuration options.
|
||||
Each piece of information is needed for a successful transfer.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To populate the <b>Local File</b> option, select the <b>Browse</b> button and navigate to
|
||||
the desired file on the local filesystem. To populate the <b>Remote File</b> option,
|
||||
manually type desired filesystem path, including the desired file name.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Once all options are populated, select <b>Transfer</b> and the progress bar at the bottom
|
||||
of the window will show the progress.
|
||||
</p>
|
||||
|
||||
<h1>Troubleshooting SSH File Transfer</h1>
|
||||
<hr>
|
||||
<p>
|
||||
To troubleshoot issues with SSH File Transfer, consult the log under %AppData%\mRemoteNG\mRemoteNG.log. This log provides verbose information about successful and failed connections.
|
||||
<br><br>
|
||||
<h2>Common Issues</h2>
|
||||
<br><br>
|
||||
<b>ERROR- Please fill all fields</b>
|
||||
<br>
|
||||
This issue was likely encountered because you did not provide all information needed to establish the connection.
|
||||
<br><br>
|
||||
<b>System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it</b>
|
||||
<br>
|
||||
This issue was likely encountered because the local host could not contact the remote host specified on the remote port specified.
|
||||
<br>
|
||||
The issue may be caused by improperly configured firewall rules or a SSH service not listening properly on the remote host.
|
||||
<br><br>
|
||||
<b>[14] ERROR- SSH background transfer failed!</b>
|
||||
<br>
|
||||
This issue was likely encountered due to a permissions issue. Ensure you have appropriate access to write to the specified Remote File.
|
||||
</p>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>SSH File Transfer</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<p>SSH File Transfer functionality allows you to securely transfer files to a remote host over an encrypted tunnel using either <b>SFTP</b> or <b>SCP</b>.</p>
|
||||
<!-- Introduction - #end -->
|
||||
<!-- Use Cases - #start -->
|
||||
<h1>Use Cases</h1>
|
||||
<hr/>
|
||||
<p>The primary use case is to upload individual files, such as configuration files, to a remote host.</p>
|
||||
<!-- Use Cases - #end -->
|
||||
<!-- Prerequisites - #start -->
|
||||
<h1>Prerequisites</h1>
|
||||
<hr/>
|
||||
<ul>
|
||||
<li>SSH File Transfer requires an SSH service to listen on an available network port (default 22) on a remote host.</li>
|
||||
<li>A username and password must be supplied to connect with the remote host.</li>
|
||||
<li>The remote host must have a writeable folder on its filesystem to place the transferred files.</li>
|
||||
</ul>
|
||||
<!-- Prerequisites - #end -->
|
||||
<!-- Configuration - #start -->
|
||||
<h1>Configuration Options</h1>
|
||||
<hr/>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Host</b> - The remote host you connect to. Can be DNS name or IP address.</li>
|
||||
<li>
|
||||
<b>Port</b> - Remote network port listening for SSH/SFTP/SCP traffic.</li>
|
||||
<li>
|
||||
<b>User</b> - Username for account to log on to remote host.</li>
|
||||
<li>
|
||||
<b>Password</b> - Password for account to log on to remote host.</li>
|
||||
<li>
|
||||
<b>Protocol</b> - Choice of SCP or SFTP protocol used for communication.</li>
|
||||
<li>
|
||||
<b>Local File</b> - Path of file to transfer from local host.</li>
|
||||
<li>
|
||||
<b>Remote File</b> - Path where file will be transferred on remote host.<ul>
|
||||
<li>Example: /home/John/Documents</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Configuration - #end -->
|
||||
<h1>Using SSH File Transfer</h1>
|
||||
<hr/>
|
||||
<p>To begin, select <b>Tools</b> and then <b>SSH File Transfer</b>. The tool will fill the window and allow you to input the configuration options. Each piece of information is needed for a successful transfer.</p>
|
||||
<p>To populate the <b>Local File</b> option, select the <b>Browse</b> button and navigate to the desired file on the local filesystem. To populate the <b>Remote File</b> option, manually type desired filesystem path, including the desired file name.</p>
|
||||
<p>Once all options are populated, select <b>Transfer</b> and the progress bar at the bottom of the window will show the progress.</p>
|
||||
<h1>Troubleshooting SSH File Transfer</h1>
|
||||
<hr/>
|
||||
<p>To troubleshoot issues with SSH File Transfer, consult the log under %AppData%\mRemoteNG\mRemoteNG.log. This log provides verbose information about successful and failed connections.<br/>
|
||||
<br/>
|
||||
<h2>Common Issues</h2>
|
||||
<br/>
|
||||
<br/>
|
||||
<b>ERROR- Please fill all fields</b>
|
||||
<br/>This issue was likely encountered because you did not provide all information needed to establish the connection.<br/>
|
||||
<br/>
|
||||
<b>System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it</b>
|
||||
<br/>This issue was likely encountered because the local host could not contact the remote host specified on the remote port specified.<br/>The issue may be caused by improperly configured firewall rules or a SSH service not listening properly on the remote host.<br/>
|
||||
<br/>
|
||||
<b>[14] ERROR- SSH background transfer failed!</b>
|
||||
<br/>This issue was likely encountered due to a permissions issue. Ensure you have appropriate access to write to the specified Remote File.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,44 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Import/Export</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Import/Export is for importing or exporting your configuration of connections.
|
||||
</p>
|
||||
<!-- Introduction - #end -->
|
||||
|
||||
<!-- Import - #start -->
|
||||
<h1>Import</h1>
|
||||
<hr>
|
||||
<h2>Import from File...</h2>
|
||||
<p>
|
||||
Opens a normal file load dialog to open a exported xml or csv file for mRemoteNG.
|
||||
See <a href="export_config">Export to file...</a> further down this page for information on
|
||||
exporting your connections.
|
||||
</p>
|
||||
<h2>Import from Active Directory</h2>
|
||||
<p>
|
||||
If you have servers that is located in a domain. Then this option can be used to fetch
|
||||
those servers to easily import them to mRemoteNG.
|
||||
</p>
|
||||
<h2>Import from Port Scan</h2>
|
||||
<!-- Import - #end -->
|
||||
|
||||
<!-- Export - #start -->
|
||||
<h1 id="export_config">Export to file...</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Here you can export your settings to a file to share or backup. The dialog shown below
|
||||
is the dialog of which you chose the options to export.
|
||||
</p>
|
||||
<img src="Screenshots/ImportExport/export_dialog.png" alt="">
|
||||
<!-- Export - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Import/Export</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<p>Import/Export is for importing or exporting your configuration of connections.</p>
|
||||
<!-- Introduction - #end -->
|
||||
<!-- Import - #start -->
|
||||
<h1>Import</h1>
|
||||
<hr/>
|
||||
<h2>Import from File...</h2>
|
||||
<p>Opens a normal file load dialog to open a exported xml or csv file for mRemoteNG. See <a href="export_config">Export to file...</a> further down this page for information on exporting your connections.</p>
|
||||
<h2>Import from Active Directory</h2>
|
||||
<p>If you have servers that is located in a domain. Then this option can be used to fetch those servers to easily import them to mRemoteNG.</p>
|
||||
<h2>Import from Port Scan</h2>
|
||||
<!-- Import - #end -->
|
||||
<!-- Export - #start -->
|
||||
<h1 id="export_config">Export to file...</h1>
|
||||
<hr/>
|
||||
<p>Here you can export your settings to a file to share or backup. The dialog shown below is the dialog of which you chose the options to export.</p>
|
||||
<img src="Screenshots/ImportExport/export_dialog.png"/>
|
||||
<!-- Export - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,132 +1,129 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Keyboardshortcuts</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Keybindings</h1>
|
||||
<h2>File</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Keybinding</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+N</kbd>
|
||||
</td>
|
||||
<td>New Connection</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Shift+N</kbd>
|
||||
</td>
|
||||
<td>New Folder</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+O</kbd>
|
||||
</td>
|
||||
<td>Open Connection File...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+S</kbd>
|
||||
</td>
|
||||
<td>Save Connection File</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Shift+S</kbd>
|
||||
</td>
|
||||
<td>Save Connection File As...</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>View</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Keybinding</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Alt+C</kbd>
|
||||
</td>
|
||||
<td>Jump to (Connections and Config)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Alt+E</kbd>
|
||||
</td>
|
||||
<td>Jump to (Notifications)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>F11</kbd>
|
||||
</td>
|
||||
<td>Fullscreen</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Connections</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Keybinding</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Shift+C</kbd>
|
||||
</td>
|
||||
<td>Connect</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+D</kbd>
|
||||
</td>
|
||||
<td>Duplicate</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>F2</kbd>
|
||||
</td>
|
||||
<td>Rename</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Del</kbd>
|
||||
</td>
|
||||
<td>Delete...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Up</kbd>
|
||||
</td>
|
||||
<td>Move Up</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Down</kbd>
|
||||
</td>
|
||||
<td>Move Down</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Help</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Keybinding</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>F1</kbd>
|
||||
</td>
|
||||
<td>mRemoteNG Help</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Keyboardshortcuts</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Keybindings</h1>
|
||||
<h2>File</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Keybinding</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+N</kbd>
|
||||
</td>
|
||||
<td>New Connection</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Shift+N</kbd>
|
||||
</td>
|
||||
<td>New Folder</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+O</kbd>
|
||||
</td>
|
||||
<td>Open Connection File...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+S</kbd>
|
||||
</td>
|
||||
<td>Save Connection File</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Shift+S</kbd>
|
||||
</td>
|
||||
<td>Save Connection File As...</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>View</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Keybinding</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Alt+C</kbd>
|
||||
</td>
|
||||
<td>Jump to (Connections and Config)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Alt+E</kbd>
|
||||
</td>
|
||||
<td>Jump to (Notifications)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>F11</kbd>
|
||||
</td>
|
||||
<td>Fullscreen</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Connections</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Keybinding</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Shift+C</kbd>
|
||||
</td>
|
||||
<td>Connect</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+D</kbd>
|
||||
</td>
|
||||
<td>Duplicate</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>F2</kbd>
|
||||
</td>
|
||||
<td>Rename</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Del</kbd>
|
||||
</td>
|
||||
<td>Delete...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Up</kbd>
|
||||
</td>
|
||||
<td>Move Up</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>Ctrl+Down</kbd>
|
||||
</td>
|
||||
<td>Move Down</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Help</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Keybinding</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>F1</kbd>
|
||||
</td>
|
||||
<td>mRemoteNG Help</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,236 +1,222 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Menus</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<img src="Screenshots/Main Menu/Main_Menu.png">
|
||||
<p>
|
||||
In this section we are going to explain the menus located in mRemoteNG. The above screenshot shows the main menu with colors. Short color explanation:
|
||||
<p style="margin-left: 40px;">
|
||||
<span style="color: crimson;">Red</span> - Anchor to move menu around the interface<br>
|
||||
<span style="color: forestgreen;">Green</span> - The menu items
|
||||
</p>
|
||||
</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#file_menu">
|
||||
<b>File Menu</b>
|
||||
</a> - Contains standard commands for the application
|
||||
</li>
|
||||
<li>
|
||||
<a href="#view_menu">
|
||||
<b>View Menu</b>
|
||||
</a> - Menu for additional dialogs for mRemoteNG
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tools_menu">
|
||||
<b>Tools Menu</b>
|
||||
</a> - Additional tools that can be used and triggered in mRemoteNG
|
||||
</li>
|
||||
<li>
|
||||
<a href="#help_menu">
|
||||
<b>Help Menu</b>
|
||||
</a> - Get more information for the application
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Introduction - #end -->
|
||||
|
||||
<!-- File menu - #start -->
|
||||
<h1 id="file_menu">File Menu</h1>
|
||||
<hr>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>New Connection</td>
|
||||
<td>Will add a new connection to the Connections dialog after where the cursor is positioned.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>New Folder</td>
|
||||
<td>Add a new folder in the Connections dialog tree where the cursor is positioned.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>New Connection File</td>
|
||||
<td>Create a new connection file. Dialog will come up asking about: filename and where to place the new connection file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open Connection File</td>
|
||||
<td>
|
||||
Open a connection file. Dialog comes up asking about which file to open. For security reasons, this also shows a dialog
|
||||
to ask if you want to save the current file before continuing.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save Connection File</td>
|
||||
<td>Saves the currently opened connection file. If you are using a SQL server connection instead it will send a save to the SQL server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save Connection File As...</td>
|
||||
<td>Saves the current connection file to a specific location on disk.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Delete...</td>
|
||||
<td>Delete currently selected item in connections dialog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rename</td>
|
||||
<td>Rename current selected item in connections dialog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Duplicate</td>
|
||||
<td>Duplicate current selected item in connections dialog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reconnect All Open Connections</td>
|
||||
<td>Sends a reconnect to all the open connections in mRemoteNG.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Exit</td>
|
||||
<td>Exit mRemoteNG application</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- File menu - #end -->
|
||||
|
||||
<!-- View menu - #start -->
|
||||
<h1 id="view_menu">View Menu</h1>
|
||||
<hr>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Add Connection Panel</td>
|
||||
<td>Create a new and empty panel.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Connection Panels</td>
|
||||
<td>Jump to panel.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Connections</td>
|
||||
<td>Show connections dialog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Config</td>
|
||||
<td>Show config dialog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Notifications</td>
|
||||
<td>Show notifications dialog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Screenshots</td>
|
||||
<td>Open Screenshots panel (See: <a href="ScreenshotManager.htm">ScreenshotManager</a> for more information)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jump To</td>
|
||||
<td>Place focus on "Connections and Config" or "Notifications" panel based on selection.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reset layout</td>
|
||||
<td>Resets the layout of panels and dialogs. Warning will come up about the action before continuing.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lock toolbar positions</td>
|
||||
<td>Locks the toolbars at the top of the application so you do not move around items by mistake.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quick Connect Toolbar</td>
|
||||
<td>Show quick connect toolbar</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>External Tools Toolbar</td>
|
||||
<td>Show external tools toolbar</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Multi SSH Toolbar</td>
|
||||
<td>Show multi ssh toolbar</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fullscreen</td>
|
||||
<td>Fullscreen mRemoteNG (will not fullscreen connection window but only the mRemoteNG application)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- View Menu - #end -->
|
||||
|
||||
<!-- Tools Menu - #start -->
|
||||
<h1 id="tools_menu">Tools Menu</h1>
|
||||
<hr>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SSH File Transfer</td>
|
||||
<td>Show SSH file transer panel (See: <a href="ui_file_transfer.htm">SSH File Transfer</a> for more details)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>External Tools</td>
|
||||
<td>Show external tools dialog (See: <a href="ui_external_tools.htm">External Tools</a> for more details)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Port Scan</td>
|
||||
<td>Show port scan dialog (See: <a href="ui_port_scan.htm">Port Scan</a> for more details)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Components Check</td>
|
||||
<td>Show installed components requirements test</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Options</td>
|
||||
<td>Opens mRemoteNG global settings and options dialog</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Tools Menu - #end -->
|
||||
|
||||
<!-- Help Menu - #start -->
|
||||
<h1 id="help_menu">Help Menu</h1>
|
||||
<hr>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>mRemoteNG Help</td>
|
||||
<td>Show help panel (this panel)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Website</td>
|
||||
<td>Go to mRemoteNG website</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Donate</td>
|
||||
<td>Go to mRemoteNG donation page. (Please help keep mRemoteNG awesome!)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Support Forum</td>
|
||||
<td>Go to mRemoteNG suport forum (Best place is still chat for fast answers)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Report a Bug</td>
|
||||
<td>Go to github page to report a bug found</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Check for Updates</td>
|
||||
<td>Opens dialog to check for any updates of mRemoteNG</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>About</td>
|
||||
<td>Open about dialog for mRemoteNG (Shows contributors, changelog and more)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Help Menu - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Menus</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<img src="Screenshots/Main Menu/Main_Menu.png"/>
|
||||
<p>In this section we are going to explain the menus located in mRemoteNG. The above screenshot shows the main menu with colors. Short color explanation:<p style="margin-left: 40px;">
|
||||
<span style="color: crimson;">Red</span> - Anchor to move menu around the interface<br/>
|
||||
<span style="color: forestgreen;">Green</span> - The menu items</p>
|
||||
</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#file_menu">
|
||||
<b>File Menu</b>
|
||||
</a> - Contains standard commands for the application</li>
|
||||
<li>
|
||||
<a href="#view_menu">
|
||||
<b>View Menu</b>
|
||||
</a> - Menu for additional dialogs for mRemoteNG</li>
|
||||
<li>
|
||||
<a href="#tools_menu">
|
||||
<b>Tools Menu</b>
|
||||
</a> - Additional tools that can be used and triggered in mRemoteNG</li>
|
||||
<li>
|
||||
<a href="#help_menu">
|
||||
<b>Help Menu</b>
|
||||
</a> - Get more information for the application</li>
|
||||
</ul>
|
||||
<!-- Introduction - #end -->
|
||||
<!-- File menu - #start -->
|
||||
<h1 id="file_menu">File Menu</h1>
|
||||
<hr/>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>New Connection</td>
|
||||
<td>Will add a new connection to the Connections dialog after where the cursor is positioned.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>New Folder</td>
|
||||
<td>Add a new folder in the Connections dialog tree where the cursor is positioned.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>New Connection File</td>
|
||||
<td>Create a new connection file. Dialog will come up asking about: filename and where to place the new connection file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open Connection File</td>
|
||||
<td>Open a connection file. Dialog comes up asking about which file to open. For security reasons, this also shows a dialog to ask if you want to save the current file before continuing.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save Connection File</td>
|
||||
<td>Saves the currently opened connection file. If you are using a SQL server connection instead it will send a save to the SQL server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save Connection File As...</td>
|
||||
<td>Saves the current connection file to a specific location on disk.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Delete...</td>
|
||||
<td>Delete currently selected item in connections dialog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rename</td>
|
||||
<td>Rename current selected item in connections dialog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Duplicate</td>
|
||||
<td>Duplicate current selected item in connections dialog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reconnect All Open Connections</td>
|
||||
<td>Sends a reconnect to all the open connections in mRemoteNG.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Exit</td>
|
||||
<td>Exit mRemoteNG application</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- File menu - #end -->
|
||||
<!-- View menu - #start -->
|
||||
<h1 id="view_menu">View Menu</h1>
|
||||
<hr/>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Add Connection Panel</td>
|
||||
<td>Create a new and empty panel.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Connection Panels</td>
|
||||
<td>Jump to panel.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Connections</td>
|
||||
<td>Show connections dialog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Config</td>
|
||||
<td>Show config dialog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Notifications</td>
|
||||
<td>Show notifications dialog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Screenshots</td>
|
||||
<td>Open Screenshots panel (See: <a href="ScreenshotManager.htm">ScreenshotManager</a> for more information)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jump To</td>
|
||||
<td>Place focus on "Connections and Config" or "Notifications" panel based on selection.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reset layout</td>
|
||||
<td>Resets the layout of panels and dialogs. Warning will come up about the action before continuing.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lock toolbar positions</td>
|
||||
<td>Locks the toolbars at the top of the application so you do not move around items by mistake.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quick Connect Toolbar</td>
|
||||
<td>Show quick connect toolbar</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>External Tools Toolbar</td>
|
||||
<td>Show external tools toolbar</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Multi SSH Toolbar</td>
|
||||
<td>Show multi ssh toolbar</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fullscreen</td>
|
||||
<td>Fullscreen mRemoteNG (will not fullscreen connection window but only the mRemoteNG application)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- View Menu - #end -->
|
||||
<!-- Tools Menu - #start -->
|
||||
<h1 id="tools_menu">Tools Menu</h1>
|
||||
<hr/>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SSH File Transfer</td>
|
||||
<td>Show SSH file transer panel (See: <a href="ui_file_transfer.htm">SSH File Transfer</a> for more details)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>External Tools</td>
|
||||
<td>Show external tools dialog (See: <a href="ui_external_tools.htm">External Tools</a> for more details)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Port Scan</td>
|
||||
<td>Show port scan dialog (See: <a href="ui_port_scan.htm">Port Scan</a> for more details)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Components Check</td>
|
||||
<td>Show installed components requirements test</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Options</td>
|
||||
<td>Opens mRemoteNG global settings and options dialog</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Tools Menu - #end -->
|
||||
<!-- Help Menu - #start -->
|
||||
<h1 id="help_menu">Help Menu</h1>
|
||||
<hr/>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>mRemoteNG Help</td>
|
||||
<td>Show help panel (this panel)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Website</td>
|
||||
<td>Go to mRemoteNG website</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Donate</td>
|
||||
<td>Go to mRemoteNG donation page. (Please help keep mRemoteNG awesome!)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Support Forum</td>
|
||||
<td>Go to mRemoteNG suport forum (Best place is still chat for fast answers)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Report a Bug</td>
|
||||
<td>Go to github page to report a bug found</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Check for Updates</td>
|
||||
<td>Opens dialog to check for any updates of mRemoteNG</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>About</td>
|
||||
<td>Open about dialog for mRemoteNG (Shows contributors, changelog and more)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Help Menu - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,136 +1,86 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Navigation</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="">Main Window</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Dynamic View</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tabs_and_panels">Tabs and Panels</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Tabs and Panels - #start -->
|
||||
<h1 id="tabs_and_panels"></h1>
|
||||
<p>
|
||||
mRemoteNG is using panels and tabs to stay organized but also to create a better
|
||||
view of all multitasking that is being done inside the application. Because
|
||||
of that it can be good to know some more information on how to work with panels
|
||||
and tabs to get the most out of those features.
|
||||
</p>
|
||||
<h2>Panels</h2>
|
||||
<p>
|
||||
Panels are used to organize tabbed connections. This might seem
|
||||
a bit confusing but its a great way to stay organized. Below is a few examples
|
||||
of how to use panels to give you a hands on better view of them.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<i>Test and Production</i> - You can add 2 panels where you have the test servers
|
||||
are located and the other where production servers are running.
|
||||
</li>
|
||||
<li>
|
||||
<i>Datacenters</i> - Maybe you divide them into datacenters.
|
||||
</li>
|
||||
<li>
|
||||
<i>Temp project</i> - To see all servers you work on for a temporary project.
|
||||
</li>
|
||||
<li>
|
||||
<i>Home vs Work</i> - Maybe you are sneaky at work and want to login at home to
|
||||
check you machine at home for something while keeping work in its own panel.
|
||||
</li>
|
||||
<li>
|
||||
...and many more
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
For this tutorial we will keep it simple with Domain A and Domain B. Where both
|
||||
have their own panels.
|
||||
</p>
|
||||
<img src="Screenshots/Navigation/basic_panels.png">
|
||||
<h3>Creating panels</h3>
|
||||
<p>
|
||||
Usually panels are created using connections and folders to stay organized
|
||||
automatic when making connections. However you can also create panels manually.
|
||||
See below:
|
||||
</p>
|
||||
<img src="Screenshots/Navigation/view_menu.png">
|
||||
<p>
|
||||
Creating manual panels will make you able to organize tabs manually in mRemoteNG.
|
||||
To then open a connection to the new panel then Right click on connection and use
|
||||
<b>"Connect (with options)" > Choose panel before connecting</b>
|
||||
</p>
|
||||
<p>
|
||||
The other option in the menu named <b>"Connection Panels"</b> will list all panels
|
||||
in open in the current running mRemoteNG window.
|
||||
</p>
|
||||
<h3>More options</h3>
|
||||
<p>
|
||||
Right click menu for panels will give you a few more options for the panels:
|
||||
</p>
|
||||
<img src="Screenshots/Navigation/panel_context_menu.png">
|
||||
<ul>
|
||||
<li><b>Rename</b> - Rename the panel</li>
|
||||
<li>
|
||||
<b>Send To...</b> - Send the whole panel to monitor/screen [number]. Note this
|
||||
is not a real window but a detachable panel. So if you double click the title
|
||||
the panel will go back to mRemoteNG and not fullscreen the window.
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Tabs</h2>
|
||||
<p>
|
||||
Speaking plain the tabs are also the connections that is open in mRemoteNG.
|
||||
There are few tips and tricks regarding tabs and we will try to list them here.
|
||||
In the below examples we will give you examples of RDP and SSH connections.
|
||||
</p>
|
||||
<h3>Right click conext menu</h3>
|
||||
<p>
|
||||
The right click context menu allows you to trigger som additional actions on
|
||||
tabs for example: Rename Tab, Duplicate Tab, Reconnect, Disconnect etc. Below
|
||||
are the two context menus from RDP and SSH.
|
||||
</p>
|
||||
<div style="display: inline-block;">
|
||||
<h3>RDP context menu</h3>
|
||||
<img src="Screenshots/Navigation/rdp_context_menu.png">
|
||||
</div>
|
||||
<div style="display: inline-block;">
|
||||
<h3>SSH context menu</h3>
|
||||
<img src="Screenshots/Navigation/ssh_context_menu.png">
|
||||
</div>
|
||||
<p>
|
||||
If you check the difference between the menus you can see that there are some
|
||||
actions that differ depending on the connection. This is intentional since its
|
||||
specific for the type of connection.
|
||||
</p>
|
||||
<p>
|
||||
The default and always available menu items are:
|
||||
<ul>
|
||||
<li><i>Screenshot</i> - Create a screenshot to Screenshot Manager</li>
|
||||
<li><i>External Tools</i> - Run external tool script/action</li>
|
||||
<li><i>Rename Tab</i> - Rename current tab</li>
|
||||
<li><i>Duplicate Tab</i> - Duplicate tab connection</li>
|
||||
<li><i>Reconnect</i> - Reconnect the current tab</li>
|
||||
<li>
|
||||
<i>Disconnect</i> - Disconnect the current tab (Double clicking the tab
|
||||
will also disconnect the current tab. If you want to change this action then
|
||||
go to <b>Tools > Options > Tabs & Panels</b> and uncheck
|
||||
<i>"Double click on tab closes it"</i>)
|
||||
</li>
|
||||
</ul>
|
||||
Click around and try it out. You will get the hang of it.
|
||||
</p>
|
||||
<!-- Tabs and Panels - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Navigation</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<p/>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="">Main Window</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Dynamic View</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tabs_and_panels">Tabs and Panels</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Tabs and Panels - #start -->
|
||||
<h1 id="tabs_and_panels"/>
|
||||
<p>mRemoteNG is using panels and tabs to stay organized but also to create a better view of all multitasking that is being done inside the application. Because of that it can be good to know some more information on how to work with panels and tabs to get the most out of those features.</p>
|
||||
<h2>Panels</h2>
|
||||
<p>Panels are used to organize tabbed connections. This might seem a bit confusing but its a great way to stay organized. Below is a few examples of how to use panels to give you a hands on better view of them.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<i>Test and Production</i> - You can add 2 panels where you have the test servers are located and the other where production servers are running.</li>
|
||||
<li>
|
||||
<i>Datacenters</i> - Maybe you divide them into datacenters.</li>
|
||||
<li>
|
||||
<i>Temp project</i> - To see all servers you work on for a temporary project.</li>
|
||||
<li>
|
||||
<i>Home vs Work</i> - Maybe you are sneaky at work and want to login at home to check you machine at home for something while keeping work in its own panel.</li>
|
||||
<li>...and many more</li>
|
||||
</ul>
|
||||
<p>For this tutorial we will keep it simple with Domain A and Domain B. Where both have their own panels.</p>
|
||||
<img src="Screenshots/Navigation/basic_panels.png"/>
|
||||
<h3>Creating panels</h3>
|
||||
<p>Usually panels are created using connections and folders to stay organized automatic when making connections. However you can also create panels manually. See below:</p>
|
||||
<img src="Screenshots/Navigation/view_menu.png"/>
|
||||
<p>Creating manual panels will make you able to organize tabs manually in mRemoteNG. To then open a connection to the new panel then Right click on connection and use <b>"Connect (with options)"</b>, then <b>"Choose panel before connecting"</b></p>
|
||||
<p>The other option in the menu named <b>"Connection Panels"</b> will list all panels in open in the current running mRemoteNG window.</p>
|
||||
<h3>More options"</h3>
|
||||
<p>Right click menu for panels will give you a few more options for the panels:</p>
|
||||
<img src="Screenshots/Navigation/panel_context_menu.png"/>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Rename</b> - Rename the panel</li>
|
||||
<li>
|
||||
<b>Send To...</b> - Send the whole panel to monitor/screen [number]. Note this is not a real window but a detachable panel. So if you double click the title the panel will go back to mRemoteNG and not fullscreen the window.</li>
|
||||
</ul>
|
||||
<h2>Tabs</h2>
|
||||
<p>Speaking plain the tabs are also the connections that is open in mRemoteNG. There are few tips and tricks regarding tabs and we will try to list them here. In the below examples we will give you examples of RDP and SSH connections.</p>
|
||||
<h3>Right click conext menu</h3>
|
||||
<p>The right click context menu allows you to trigger som additional actions on tabs for example: Rename Tab, Duplicate Tab, Reconnect, Disconnect etc. Below are the two context menus from RDP and SSH.</p>
|
||||
<div style="display: inline-block;">
|
||||
<h3>RDP context menu</h3>
|
||||
<img src="Screenshots/Navigation/rdp_context_menu.png"/>
|
||||
</div>
|
||||
<div style="display: inline-block;">
|
||||
<h3>SSH context menu</h3>
|
||||
<img src="Screenshots/Navigation/ssh_context_menu.png"/>
|
||||
</div>
|
||||
<p>If you check the difference between the menus you can see that there are some actions that differ depending on the connection. This is intentional since its specific for the type of connection.</p>
|
||||
<p>The default and always available menu items are:
|
||||
<ul>
|
||||
<li>
|
||||
<i>Screenshot</i> - Create a screenshot to Screenshot Manager</li>
|
||||
<li>
|
||||
<i>External Tools</i> - Run external tool script/action</li>
|
||||
<li>
|
||||
<i>Rename Tab</i> - Rename current tab</li>
|
||||
<li>
|
||||
<i>Duplicate Tab</i> - Duplicate tab connection</li>
|
||||
<li>
|
||||
<i>Reconnect</i> - Reconnect the current tab</li>
|
||||
<li>
|
||||
<i>Disconnect</i> - Disconnect the current tab (Double clicking the tab will also disconnect the current tab. If you want to change this action then go to <b>Tools > Options > Tabs & Panels</b> and uncheck<i>"Double click on tab closes it"</i>)</li>
|
||||
</ul>Click around and try it out. You will get the hang of it.
|
||||
</p>
|
||||
<!-- Tabs and Panels - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,78 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Notifications</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Notifications panel contains information for any errors or informational messages that
|
||||
mRemoteNG triggers. Some example errors can be if there is a problem to connect, information
|
||||
on lost connection and so much more.
|
||||
</p>
|
||||
<h1>Settings for notifications</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Notification settings can be found in (Tools > Options > Notifications) below we will explain what
|
||||
can be set and how they do affect for various troubleshooting.
|
||||
</p>
|
||||
<!-- Introduction - #end -->
|
||||
|
||||
<!-- Notifications general - #start -->
|
||||
<h2>Notifications general settings</h2>
|
||||
<img src="Screenshots/Notifications/notification_warning.png" alt="notification warning">
|
||||
<p>
|
||||
This will tell mRemoteNG what type of messages and the level of messages to send to the panel.
|
||||
It does not the level for the log that mRemoteNG has but only for panel output.
|
||||
</p>
|
||||
<p>There is also 2 different options mentioned below:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Show these message types</b> - Level of messages to show in panel.
|
||||
(<b>default:</b> Warnings and Errors)
|
||||
</li>
|
||||
<li>
|
||||
<b>Switch to Notifications panel on</b> - If interface should switch to
|
||||
the panel when a level of message occurs (<b>default:</b> all enabled)
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> If you dont want the panel to show at all. Then unmark all options in
|
||||
<b>Switch to Notification panel on</b>. Then the panel will not come up automatic.
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Notifications general - #end -->
|
||||
|
||||
<!-- Logging - #start -->
|
||||
<h2>Logging settings</h2>
|
||||
<p>
|
||||
Here you define the logging of messages. That is a continues log which can be used to backtrack
|
||||
any error that has occurred. Good when for example reporting issues about mRemoteNG or to check
|
||||
more details about problems.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Log path</b> - Choose where the log should recide
|
||||
(<b>default:</b> Log to application directory)
|
||||
</li>
|
||||
<li>
|
||||
<b>Log these message types</b> - Level of logging to logfile
|
||||
(<b>default:</b> Informations, Warnings, Errors)
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Logging - #end -->
|
||||
|
||||
<!-- Popups - #start -->
|
||||
<h2>Popups settings</h2>
|
||||
<img src="Screenshots/Notifications/popup_warning.png" alt="popup warning">
|
||||
<p>
|
||||
When items are selected here you will recieve a popup on the error that occurrs based on level
|
||||
chosen in settings here. This can be useful if you do not want to use the notification area and only
|
||||
get a popup if error occurs. (<b>default:</b> all off)
|
||||
</p>
|
||||
<!-- Popups - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Notifications</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<p>Notifications panel contains information for any errors or informational messages that mRemoteNG triggers. Some example errors can be if there is a problem to connect, information on lost connection and so much more.</p>
|
||||
<h1>Settings for notifications</h1>
|
||||
<hr/>
|
||||
<p>Notification settings can be found in (Tools > Options > Notifications) below we will explain what can be set and how they do affect for various troubleshooting.</p>
|
||||
<!-- Introduction - #end -->
|
||||
<!-- Notifications general - #start -->
|
||||
<h2>Notifications general settings</h2>
|
||||
<img src="Screenshots/Notifications/notification_warning.png" alt="notification warning"/>
|
||||
<p>This will tell mRemoteNG what type of messages and the level of messages to send to the panel. It does not the level for the log that mRemoteNG has but only for panel output.</p>
|
||||
<p>There is also 2 different options mentioned below:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Show these message types</b> - Level of messages to show in panel. (<b>default:</b> Warnings and Errors)</li>
|
||||
<li>
|
||||
<b>Switch to Notifications panel on</b> - If interface should switch to the panel when a level of message occurs (<b>default:</b> all enabled)<div class="isa_info">
|
||||
<b>TIP!</b> If you dont want the panel to show at all. Then unmark all options in<b>Switch to Notification panel on</b>. Then the panel will not come up automatic.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Notifications general - #end -->
|
||||
<!-- Logging - #start -->
|
||||
<h2>Logging settings</h2>
|
||||
<p>Here you define the logging of messages. That is a continues log which can be used to backtrack any error that has occurred. Good when for example reporting issues about mRemoteNG or to check more details about problems.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Log path</b> - Choose where the log should recide (<b>default:</b> Log to application directory)</li>
|
||||
<li>
|
||||
<b>Log these message types</b> - Level of logging to logfile (<b>default:</b> Informations, Warnings, Errors)</li>
|
||||
</ul>
|
||||
<!-- Logging - #end -->
|
||||
<!-- Popups - #start -->
|
||||
<h2>Popups settings</h2>
|
||||
<img src="Screenshots/Notifications/popup_warning.png" alt="popup warning"/>
|
||||
<p>When items are selected here you will recieve a popup on the error that occurrs based on level chosen in settings here. This can be useful if you do not want to use the notification area and only get a popup if error occurs. (<b>default:</b> all off)</p>
|
||||
<!-- Popups - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,508 +1,404 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Options</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<p>
|
||||
Options window which can also be named settings is the window where you can personalize
|
||||
your options for all of mRemoteNG. This includes how to set logging, credentials and so on.
|
||||
Continue reading for the details of the different options here.
|
||||
</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li><a href="#startup_exit">Startup/Exit</a> - How mRemoteNG acts on startup and exit</li>
|
||||
<li><a href="#appearance">Appearance</a> - Appearance options</li>
|
||||
<li><a href="#tabs_and_panels">Tabs & Panels</a> - Tabs & Panels options</li>
|
||||
<li><a href="#notifications">Notifications</a> - Notifications options</li>
|
||||
<li><a href="#connections">Connections</a> - Connections options</li>
|
||||
<li><a href="#credentials">Credentials</a> - Credentials options</li>
|
||||
<li><a href="#sqlserver">SQL Server</a> - SQL Server options</li>
|
||||
<li><a href="#updates">Updates</a> - Updates options</li>
|
||||
<li><a href="#theme">Theme</a> - Theme options</li>
|
||||
<li><a href="#security">Security</a> - Security options</li>
|
||||
<li><a href="#advanced">Advanced</a> - Advanced options</li>
|
||||
</ul>
|
||||
<!-- Introduction - #end -->
|
||||
|
||||
<!-- Startup/Exit - #start -->
|
||||
<h1 id="startup_exit">Startup/Exit</h1>
|
||||
<p>
|
||||
Options below are for the various settings for Startup/Exit of mRemoteNG.
|
||||
</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save connection on exit</td>
|
||||
<td>On</td>
|
||||
<td>Save to connection file/database on exit of mRemoteNG.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reconnect to previously opened sessions on startup</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
This option will allow you to open the connection from which
|
||||
you where connected to after last exit of application.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Allow only a single instance of the application (mRemoteNG restart required)</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Enforces and makes sure only a single instance of mRemoteNG is running on the
|
||||
computer.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Check proper installation of components at startup</td>
|
||||
<td>Off</td>
|
||||
<td>Opens the panel for Components Check on every startup.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Startup/Exit - #end -->
|
||||
|
||||
<!-- Appearance - #start -->
|
||||
<h1 id="appearance">Appearance</h1>
|
||||
<p>
|
||||
Various options for mRemoteNG appearance.
|
||||
</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Language</td>
|
||||
<td>(Automatically Detect)</td>
|
||||
<td>Which language to use for the interface of mRemoteNG.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show description tooltips in connection tree</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Holding mouse over a item in connection tree will show a popout from mouse
|
||||
with information.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show full connections file path in window title</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Adds the complete path to the title of mRemoteNG to where the connection file is
|
||||
located.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Always show notification area icon</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Adds mRemoteNG to the taskbar in the OS.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Minimize to notification area</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Will place mRemoteNG in taskbar on minimize.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Appearance - #end -->
|
||||
|
||||
<!-- Tabs & Panels - #start -->
|
||||
<h1 id="tabs_and_panels">Tabs & Panels</h1>
|
||||
<p>
|
||||
Various settings for how tabs & panels should work in mRemoteNG.
|
||||
</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Always show panel tabs</td>
|
||||
<td>Off</td>
|
||||
<td>Will always show the tabs & panels in mRemoteNG</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open new tab to the right of the currently selected tab</td>
|
||||
<td>On</td>
|
||||
<td>
|
||||
When active then open next tab on the right of the active selection in mRemoteNG. Turn
|
||||
this off and next tab will open the next connection at the end of all tabs.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show logon information on tab names</td>
|
||||
<td>Off</td>
|
||||
<td>Show your login in the connection tab.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show protocols on tab names</td>
|
||||
<td>Off</td>
|
||||
<td>When active then in the tab show what protocol is used for the connection.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Identify quick connect tabs by adding the prefix "Quick:"</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
When active shows Quick: before the connection name in the tab connection to easier
|
||||
identify what is a quick connection and what is a non quick connection.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Double click on tab closes it</td>
|
||||
<td>On</td>
|
||||
<td>
|
||||
When double clicking a tab it will close the connection but does not log you
|
||||
out from the server. The connection in this case is active on the destination
|
||||
server.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Always show panel selection dialog when opening connections</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Option to allow you to always select what panel to place the connection on.
|
||||
If this is off it will create a General panel where the connection is placed
|
||||
or use the connections set panel from the connection options.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Create a empty panel when mRemoteNG starts</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
On startup if this is active mRemoteNG will create a panel mentioned under
|
||||
Panel Name:
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Tabs & Panels - #end -->
|
||||
|
||||
<!-- Notifications - #start -->
|
||||
<h1 id="notifications">Notifications</h1>
|
||||
<!-- TODO: Fix this area -->
|
||||
<!-- Notifications - #end -->
|
||||
|
||||
<!-- Connections - #start -->
|
||||
<h1 id="connections">Connections</h1>
|
||||
<p>
|
||||
</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Single click on connections opens it</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
In connection tree when this is active will try to connect on single click. By default
|
||||
this is turned off to use double click to open connection.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Single click on opened connection in Connection Tree switches to the opened Connection Tab</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Allows you to single click on a active connection in the connection tree to go to that
|
||||
open connection in the tabs faster.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Set hostname like display name when creating or renaming connections</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Will make mRemoteNG try to use the remote host hostname to set the title of the tab
|
||||
in mRemoteNG.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save connections after every exit</td>
|
||||
<td>On</td>
|
||||
<td>
|
||||
When active mRemoteNG will save the connection tree to the active config
|
||||
after every exit. If inactive then you have to save using
|
||||
<b>File > Save Connection File</b> or keyboard shortcut
|
||||
<kbd>Ctrl+S</kbd>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Filter search matches in connection tree</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Allows you to filter out the connections to which does not match
|
||||
your filter search in the connection tree. If not active the search
|
||||
will only select the filter to which you do search.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RDP Reconnect count</td>
|
||||
<td>5</td>
|
||||
<td>
|
||||
Value in seconds<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RDP Connection Timeout</td>
|
||||
<td>20</td>
|
||||
<td>
|
||||
Value in seconds<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Auto save time in minutes (0 means disabled)</td>
|
||||
<td>0</td>
|
||||
<td>
|
||||
Value in minutes<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>When closing connections</td>
|
||||
<td>Warn me when closing connections</td>
|
||||
<td>
|
||||
Various options of how mRemoteNG should act when you close connections.
|
||||
The different options are listed below:
|
||||
<ul>
|
||||
<li>Warn me when closing connections</li>
|
||||
<li>Warn me only when closing multiple connections</li>
|
||||
<li>Warn me only when exiting mRemoteNG</li>
|
||||
<li>Do not warn me when closing connections</li>
|
||||
</ul>
|
||||
By default a warning will come up on closing a connection. Change this value
|
||||
based on your prefered settings.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Connections - #end -->
|
||||
|
||||
<!-- Credentials - #start -->
|
||||
<h1 id="credentials">Credentials</h1>
|
||||
<p>
|
||||
Options for credentials in mRemoteNG. The main purpose here
|
||||
is that when you have empty username, password or domain field
|
||||
then use below information.
|
||||
</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>None</td>
|
||||
<td>On</td>
|
||||
<td>Use no specific settings on login</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>My Current credentials (Windows logon information)</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
This option will use the logon information for the OS. This is useful if you
|
||||
are in a domain that uses specific credentials and want to login to servers
|
||||
with those credentials.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>The following:</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Use one or two of the options below for the empty login or all of them.
|
||||
For example if you have a different domain that you login to the servers with.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Credentials - #end -->
|
||||
|
||||
<!-- SQL Server - #start -->
|
||||
<!-- TODO: This needs more information -->
|
||||
<h1 id="sqlserver">SQL Server</h1>
|
||||
<div class="isa_info">
|
||||
<b>NOTE!</b> To understand more about SQL Server connection please
|
||||
<a href="ui_sql_configuration.htm">
|
||||
<b>See here</b>
|
||||
</a>
|
||||
</div>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Use SQL Server to load & save connections</td>
|
||||
<td>Off</td>
|
||||
<td>Enable to fetch connections from a database.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- SQL Server - #end -->
|
||||
|
||||
<!-- Updates - #start -->
|
||||
<h1 id="updates">Updates</h1>
|
||||
<p>
|
||||
Options for how mRemoteNG should check for updates from the website.
|
||||
</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Check for updates at startup</td>
|
||||
<td>On (Every 14 days)</td>
|
||||
<td>
|
||||
Here you can choose how often mRemoteNG checks for updates.
|
||||
Standard is every 14 days
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Release Channel:</td>
|
||||
<td>Stable</td>
|
||||
<td>
|
||||
The main channel to use for mRemoteNG. Note that the channels are described under
|
||||
the selection. Stable is suggested for normal usage but its always good to get
|
||||
feedback on upcoming releases.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Use a proxy server to connect</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
Proxy to connect through to check for updates. This is not a proxy connection
|
||||
for when you connect to a server but more to check for updates.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Updates - #end -->
|
||||
|
||||
<!-- Theme - #start -->
|
||||
<!-- TODO: Add theme howto -->
|
||||
<h1 id="theme">Theme</h1>
|
||||
<p>
|
||||
UI themes. This is not enabled by default but can be used
|
||||
inside mRemoteNG. To enable themes you have to first
|
||||
enable it in the checkbox at the bottom of the options.
|
||||
Then restart mRemoteNG in order for it to work.
|
||||
</p>
|
||||
<p>
|
||||
Default theme is: vs2015light
|
||||
</p>
|
||||
<div class="isa_info">
|
||||
<b>NOTE!</b> To know more about themes and how to
|
||||
create your own
|
||||
<a href="">
|
||||
<b>See Here</b>
|
||||
</a>
|
||||
</div>
|
||||
<!-- Theme - #end -->
|
||||
|
||||
<!-- Security - #start -->
|
||||
<!-- TODO: this needs better information -->
|
||||
<h1 id="security">Security</h1>
|
||||
<!-- Security - #end -->
|
||||
|
||||
<!-- Advanced - #start -->
|
||||
<!-- TODO: Not sure about half of the items here -->
|
||||
<h1 id="advanced">Advanced</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Automatically get session information</td>
|
||||
<td>Off</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Automatically try to reconnect when disconnected from server (RDP & ICA only)</td>
|
||||
<td>Off</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Use UTF8 encoding for RDP "Load Balance info" property</td>
|
||||
<td>Off</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Use custom PuTTY path:</td>
|
||||
<td>Off</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>To configure PuTTY sessions click this button:</td>
|
||||
<td>Launch PuTTY</td>
|
||||
<td>Will launch the putty agent so you can edit the sessions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum PuTTY and integrated external tools wait time:</td>
|
||||
<td>2 seconds</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Advanced - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Options</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<p>Options window which can also be named settings is the window where you can personalize your options for all of mRemoteNG. This includes how to set logging, credentials and so on. Continue reading for the details of the different options here.</p>
|
||||
<h2>Quick Reference</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#startup_exit">Startup/Exit</a> - How mRemoteNG acts on startup and exit</li>
|
||||
<li>
|
||||
<a href="#appearance">Appearance</a> - Appearance options</li>
|
||||
<li>
|
||||
<a href="#tabs_and_panels">Tabs & Panels</a> - Tabs & Panels options</li>
|
||||
<li>
|
||||
<a href="#notifications">Notifications</a> - Notifications options</li>
|
||||
<li>
|
||||
<a href="#connections">Connections</a> - Connections options</li>
|
||||
<li>
|
||||
<a href="#credentials">Credentials</a> - Credentials options</li>
|
||||
<li>
|
||||
<a href="#sqlserver">SQL Server</a> - SQL Server options</li>
|
||||
<li>
|
||||
<a href="#updates">Updates</a> - Updates options</li>
|
||||
<li>
|
||||
<a href="#theme">Theme</a> - Theme options</li>
|
||||
<li>
|
||||
<a href="#security">Security</a> - Security options</li>
|
||||
<li>
|
||||
<a href="#advanced">Advanced</a> - Advanced options</li>
|
||||
</ul>
|
||||
<!-- Introduction - #end -->
|
||||
<!-- Startup/Exit - #start -->
|
||||
<h1 id="startup_exit">Startup/Exit</h1>
|
||||
<p>Options below are for the various settings for Startup/Exit of mRemoteNG.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save connection on exit</td>
|
||||
<td>On</td>
|
||||
<td>Save to connection file/database on exit of mRemoteNG.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reconnect to previously opened sessions on startup</td>
|
||||
<td>Off</td>
|
||||
<td>This option will allow you to open the connection from which you where connected to after last exit of application.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Allow only a single instance of the application (mRemoteNG restart required)</td>
|
||||
<td>Off</td>
|
||||
<td>Enforces and makes sure only a single instance of mRemoteNG is running on the computer.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Check proper installation of components at startup</td>
|
||||
<td>Off</td>
|
||||
<td>Opens the panel for Components Check on every startup.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Startup/Exit - #end -->
|
||||
<!-- Appearance - #start -->
|
||||
<h1 id="appearance">Appearance</h1>
|
||||
<p>Various options for mRemoteNG appearance.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Language</td>
|
||||
<td>(Automatically Detect)</td>
|
||||
<td>Which language to use for the interface of mRemoteNG.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show description tooltips in connection tree</td>
|
||||
<td>Off</td>
|
||||
<td>Holding mouse over a item in connection tree will show a popout from mouse with information.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show full connections file path in window title</td>
|
||||
<td>Off</td>
|
||||
<td>Adds the complete path to the title of mRemoteNG to where the connection file is located.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Always show notification area icon</td>
|
||||
<td>Off</td>
|
||||
<td>Adds mRemoteNG to the taskbar in the OS.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Minimize to notification area</td>
|
||||
<td>Off</td>
|
||||
<td>Will place mRemoteNG in taskbar on minimize.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Appearance - #end -->
|
||||
<!-- Tabs & Panels - #start -->
|
||||
<h1 id="tabs_and_panels">Tabs & Panels</h1>
|
||||
<p>Various settings for how tabs & panels should work in mRemoteNG.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Always show panel tabs</td>
|
||||
<td>Off</td>
|
||||
<td>Will always show the tabs & panels in mRemoteNG</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open new tab to the right of the currently selected tab</td>
|
||||
<td>On</td>
|
||||
<td>When active then open next tab on the right of the active selection in mRemoteNG. Turn this off and next tab will open the next connection at the end of all tabs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show logon information on tab names</td>
|
||||
<td>Off</td>
|
||||
<td>Show your login in the connection tab.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show protocols on tab names</td>
|
||||
<td>Off</td>
|
||||
<td>When active then in the tab show what protocol is used for the connection.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Identify quick connect tabs by adding the prefix "Quick:"</td>
|
||||
<td>Off</td>
|
||||
<td>When active shows Quick: before the connection name in the tab connection to easier identify what is a quick connection and what is a non quick connection.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Double click on tab closes it</td>
|
||||
<td>On</td>
|
||||
<td>When double clicking a tab it will close the connection but does not log you out from the server. The connection in this case is active on the destination server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Always show panel selection dialog when opening connections</td>
|
||||
<td>Off</td>
|
||||
<td>Option to allow you to always select what panel to place the connection on. If this is off it will create a General panel where the connection is placed or use the connections set panel from the connection options.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Create a empty panel when mRemoteNG starts</td>
|
||||
<td>Off</td>
|
||||
<td>On startup if this is active mRemoteNG will create a panel mentioned under Panel Name:</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Tabs & Panels - #end -->
|
||||
<!-- Notifications - #start -->
|
||||
<h1 id="notifications">Notifications</h1>
|
||||
<!-- TODO: Fix this area -->
|
||||
<!-- Notifications - #end -->
|
||||
<!-- Connections - #start -->
|
||||
<h1 id="connections">Connections</h1>
|
||||
<p/>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Single click on connections opens it</td>
|
||||
<td>Off</td>
|
||||
<td>In connection tree when this is active will try to connect on single click. By default this is turned off to use double click to open connection.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Single click on opened connection in Connection Tree switches to the opened Connection Tab</td>
|
||||
<td>Off</td>
|
||||
<td>Allows you to single click on a active connection in the connection tree to go to that open connection in the tabs faster.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Set hostname like display name when creating or renaming connections</td>
|
||||
<td>Off</td>
|
||||
<td>Will make mRemoteNG try to use the remote host hostname to set the title of the tab in mRemoteNG.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save connections after every exit</td>
|
||||
<td>On</td>
|
||||
<td>When active mRemoteNG will save the connection tree to the active config after every exit. If inactive then you have to save using<b>File > Save Connection File</b> or keyboard shortcut<kbd>Ctrl+S</kbd>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Filter search matches in connection tree</td>
|
||||
<td>Off</td>
|
||||
<td>Allows you to filter out the connections to which does not match your filter search in the connection tree. If not active the search will only select the filter to which you do search.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RDP Reconnect count</td>
|
||||
<td>5</td>
|
||||
<td>Value in seconds<br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RDP Connection Timeout</td>
|
||||
<td>20</td>
|
||||
<td>Value in seconds<br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Auto save time in minutes (0 means disabled)</td>
|
||||
<td>0</td>
|
||||
<td>Value in minutes<br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>When closing connections</td>
|
||||
<td>Warn me when closing connections</td>
|
||||
<td>Various options of how mRemoteNG should act when you close connections. The different options are listed below:<ul>
|
||||
<li>Warn me when closing connections</li>
|
||||
<li>Warn me only when closing multiple connections</li>
|
||||
<li>Warn me only when exiting mRemoteNG</li>
|
||||
<li>Do not warn me when closing connections</li>
|
||||
</ul>By default a warning will come up on closing a connection. Change this value based on your prefered settings.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Connections - #end -->
|
||||
<!-- Credentials - #start -->
|
||||
<h1 id="credentials">Credentials</h1>
|
||||
<p>Options for credentials in mRemoteNG. The main purpose here is that when you have empty username, password or domain field then use below information.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>None</td>
|
||||
<td>On</td>
|
||||
<td>Use no specific settings on login</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>My Current credentials (Windows logon information)</td>
|
||||
<td>Off</td>
|
||||
<td>This option will use the logon information for the OS. This is useful if you are in a domain that uses specific credentials and want to login to servers with those credentials.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>The following:</td>
|
||||
<td>Off</td>
|
||||
<td>Use one or two of the options below for the empty login or all of them. For example if you have a different domain that you login to the servers with.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Credentials - #end -->
|
||||
<!-- SQL Server - #start -->
|
||||
<!-- TODO: This needs more information -->
|
||||
<h1 id="sqlserver">SQL Server</h1>
|
||||
<div class="isa_info">
|
||||
<b>NOTE!</b> To understand more about SQL Server connection please<a href="ui_sql_configuration.htm">
|
||||
<b>See here</b>
|
||||
</a>
|
||||
</div>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Use SQL Server to load & save connections</td>
|
||||
<td>Off</td>
|
||||
<td>Enable to fetch connections from a database.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- SQL Server - #end -->
|
||||
<!-- Updates - #start -->
|
||||
<h1 id="updates">Updates</h1>
|
||||
<p>Options for how mRemoteNG should check for updates from the website.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Check for updates at startup</td>
|
||||
<td>On (Every 14 days)</td>
|
||||
<td>Here you can choose how often mRemoteNG checks for updates. Standard is every 14 days</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Release Channel:</td>
|
||||
<td>Stable</td>
|
||||
<td>The main channel to use for mRemoteNG. Note that the channels are described under the selection. Stable is suggested for normal usage but its always good to get feedback on upcoming releases.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Use a proxy server to connect</td>
|
||||
<td>Off</td>
|
||||
<td>Proxy to connect through to check for updates. This is not a proxy connection for when you connect to a server but more to check for updates.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Updates - #end -->
|
||||
<!-- Theme - #start -->
|
||||
<!-- TODO: Add theme howto -->
|
||||
<h1 id="theme">Theme</h1>
|
||||
<p>UI themes. This is not enabled by default but can be used inside mRemoteNG. To enable themes you have to first enable it in the checkbox at the bottom of the options. Then restart mRemoteNG in order for it to work.</p>
|
||||
<p>Default theme is: vs2015light</p>
|
||||
<div class="isa_info">
|
||||
<b>NOTE!</b> To know more about themes and how to create your own<a href="">
|
||||
<b>See Here</b>
|
||||
</a>
|
||||
</div>
|
||||
<!-- Theme - #end -->
|
||||
<!-- Security - #start -->
|
||||
<!-- TODO: this needs better information -->
|
||||
<h1 id="security">Security</h1>
|
||||
<!-- Security - #end -->
|
||||
<!-- Advanced - #start -->
|
||||
<!-- TODO: Not sure about half of the items here -->
|
||||
<h1 id="advanced">Advanced</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Option</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Default</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Description</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Automatically get session information</td>
|
||||
<td>Off</td>
|
||||
<td/>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Automatically try to reconnect when disconnected from server (RDP & ICA only)</td>
|
||||
<td>Off</td>
|
||||
<td/>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Use UTF8 encoding for RDP "Load Balance info" property</td>
|
||||
<td>Off</td>
|
||||
<td/>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Use custom PuTTY path:</td>
|
||||
<td>Off</td>
|
||||
<td/>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>To configure PuTTY sessions click this button:</td>
|
||||
<td>Launch PuTTY</td>
|
||||
<td>Will launch the putty agent so you can edit the sessions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum PuTTY and integrated external tools wait time:</td>
|
||||
<td>2 seconds</td>
|
||||
<td/>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Advanced - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,54 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Port Scan</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr>
|
||||
<p>
|
||||
The Port Scan feature (under Tools > Port Scan) is similar to a nmap port scan.
|
||||
It will scan a range of IP addresses and to determine if specific mRemoteNG supported
|
||||
protocols are active. Hosts can then be bulk imported into mRemoteNG.
|
||||
</p>
|
||||
<!-- Introduction - #end -->
|
||||
|
||||
<!-- Use case - #start -->
|
||||
<h1>Use Case</h1>
|
||||
<hr>
|
||||
<p>
|
||||
You've just inherited a new network with little to no documentation.
|
||||
Inputting a range of IP addresses and scanning your entire network
|
||||
should give you a good idea of what is currently online.
|
||||
Importing those devices will then give you a quick
|
||||
(relatively, scanning a large subnet will take a while) way to get into those devices.
|
||||
</p>
|
||||
<!-- Use case - #end -->
|
||||
|
||||
<!-- How to use - #start -->
|
||||
<h1>How to use</h1>
|
||||
<hr>
|
||||
<ol>
|
||||
<li>Start the Port Scan feature by clicking Tools > Port Scan in the menu bar.</li>
|
||||
<li>Input your Start IP and End IP of the range you'd like to scan.</li>
|
||||
<li>
|
||||
Enter the Start Port and End Port that mRemoteNG should test for.
|
||||
<div class="isa_info">
|
||||
<b>TIP!</b> If you leave this at the default of 0 & 0,
|
||||
the test will be for the default protocol ports that mRemoteNG supports.
|
||||
</div>
|
||||
</li>
|
||||
<li>Click Scan</li>
|
||||
<li>Wait. Possibly a long time.</li>
|
||||
<li>
|
||||
The table will populate, and eventually you'll get a notification that the scan has completed.
|
||||
Alternatively, you can press Stop to end the scan at any time.
|
||||
</li>
|
||||
<li>Change the dropdown to the protocol you'd like to import and click Import.</li>
|
||||
</ol>
|
||||
<!-- How to use - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Port Scan</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Introduction - #start -->
|
||||
<h1>Introduction</h1>
|
||||
<hr/>
|
||||
<p>The Port Scan feature (under Tools > Port Scan) is similar to a nmap port scan. It will scan a range of IP addresses and to determine if specific mRemoteNG supported protocols are active. Hosts can then be bulk imported into mRemoteNG.</p>
|
||||
<!-- Introduction - #end -->
|
||||
<!-- Use case - #start -->
|
||||
<h1>Use Case</h1>
|
||||
<hr/>
|
||||
<p>You've just inherited a new network with little to no documentation. Inputting a range of IP addresses and scanning your entire network should give you a good idea of what is currently online. Importing those devices will then give you a quick (relatively, scanning a large subnet will take a while) way to get into those devices.</p>
|
||||
<!-- Use case - #end -->
|
||||
<!-- How to use - #start -->
|
||||
<h1>How to use</h1>
|
||||
<hr/>
|
||||
<ol>
|
||||
<li>Start the Port Scan feature by clicking Tools > Port Scan in the menu bar.</li>
|
||||
<li>Input your Start IP and End IP of the range you'd like to scan.</li>
|
||||
<li>Enter the Start Port and End Port that mRemoteNG should test for.<div class="isa_info">
|
||||
<b>TIP!</b> If you leave this at the default of 0 & 0, the test will be for the default protocol ports that mRemoteNG supports.</div>
|
||||
</li>
|
||||
<li>Click Scan</li>
|
||||
<li>Wait. Possibly a long time.</li>
|
||||
<li>The table will populate, and eventually you'll get a notification that the scan has completed. Alternatively, you can press Stop to end the scan at any time.</li>
|
||||
<li>Change the dropdown to the protocol you'd like to import and click Import.</li>
|
||||
</ol>
|
||||
<!-- How to use - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,50 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Quick Connect</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
The Quick Connect functionality of mRemoteNG allows you to quickly connect to a remote host using a variety of network protocols.
|
||||
</p>
|
||||
<h1>Use Cases</h1>
|
||||
<p>
|
||||
The primary use case for Quick Connect is to connect to remote hosts when you already remember the DNS hostname/IP address and the appropriate protocol for the connection.
|
||||
<br><br>
|
||||
An additional use case is to connect to remote hosts saved as a connection quickly.
|
||||
</p>
|
||||
|
||||
<h1>Prerequisites</h1>
|
||||
<ul>
|
||||
<li>Knowledge of a DNS host name or IP address</li>
|
||||
<li>Knowledge of an appropriate protocol to communicate with remote host</li>
|
||||
</ul>
|
||||
<p>OR</p>
|
||||
<ul>
|
||||
<li>A predefined mRemoteNG connection</li>
|
||||
</ul>
|
||||
|
||||
<h1>Using QuickConnect</h1>
|
||||
|
||||
<p>
|
||||
To use Quick Connect, ensure the Quick Connect toolbar is enabled by selecting <b>View</b> and then <b>Quick Connect Toolbar</b>.
|
||||
<br>
|
||||
Next, input a DNS host name or IP address into the box labeled "Connect". This box will also save previous entries during your session.
|
||||
<br>
|
||||
<img alt="Quick Connect Toolbar" src="Screenshots/Quick Connect/01.png"/>
|
||||
<br>
|
||||
<br>
|
||||
<img alt="Quick Connect Toolbar" src="Screenshots/Quick Connect/02.png"/>
|
||||
<br>
|
||||
<br>
|
||||
Select the appropriate network protocol by clicking the arrow next to the Connect box.
|
||||
<br>
|
||||
<img alt="Quick Connect Toolbar" src="Screenshots/Quick Connect/03.png"/>
|
||||
<br>
|
||||
<br>
|
||||
If you wish to use an existing connection, select the globe icon next to the protocol button and select the appropriate connection.
|
||||
</p>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Quick Connect</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>The Quick Connect functionality of mRemoteNG allows you to quickly connect to a remote host using a variety of network protocols.</p>
|
||||
<h1>Use Cases</h1>
|
||||
<p>The primary use case for Quick Connect is to connect to remote hosts when you already remember the DNS hostname/IP address and the appropriate protocol for the connection.<br/>
|
||||
<br/>An additional use case is to connect to remote hosts saved as a connection quickly.</p>
|
||||
<h1>Prerequisites</h1>
|
||||
<ul>
|
||||
<li>Knowledge of a DNS host name or IP address</li>
|
||||
<li>Knowledge of an appropriate protocol to communicate with remote host</li>
|
||||
</ul>
|
||||
<p>OR</p>
|
||||
<ul>
|
||||
<li>A predefined mRemoteNG connection</li>
|
||||
</ul>
|
||||
<h1>Using QuickConnect</h1>
|
||||
<p>To use Quick Connect, ensure the Quick Connect toolbar is enabled by selecting <b>View</b> and then <b>Quick Connect Toolbar</b>.<br/>Next, input a DNS host name or IP address into the box labeled "Connect". This box will also save previous entries during your session.<br/>
|
||||
<img alt="Quick Connect Toolbar" src="Screenshots/Quick Connect/01.png"/>
|
||||
<br/>
|
||||
<br/>
|
||||
<img alt="Quick Connect Toolbar" src="Screenshots/Quick Connect/02.png"/>
|
||||
<br/>
|
||||
<br/>Select the appropriate network protocol by clicking the arrow next to the Connect box.<br/>
|
||||
<img alt="Quick Connect Toolbar" src="Screenshots/Quick Connect/03.png"/>
|
||||
<br/>
|
||||
<br/>If you wish to use an existing connection, select the globe icon next to the protocol button and select the appropriate connection.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,58 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Screenshot Manager</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<p>
|
||||
The screenshot manager is a panel and tool that can be used to organize
|
||||
and take screenshots inside mRemoteNG.
|
||||
</p>
|
||||
|
||||
<!-- Take a screenshort - #start -->
|
||||
<h1>Take a screenshot</h1>
|
||||
<p>
|
||||
To take a screenshot of a instance its as easy as to right click on the
|
||||
connection tab and press <b>Screenshot</b> and it will open the screenshot
|
||||
manager.
|
||||
</p>
|
||||
<img src="Screenshots/Screenshot Manager/rightclick_screenshot.png">
|
||||
<img src="Screenshots/Screenshot Manager/screenshot_manager.png">
|
||||
<p>
|
||||
On the left image you will see the right click menu for the connection tab. Clicking the
|
||||
screenshot there will allow mRemoteNG to create a screenshot.
|
||||
</p>
|
||||
<p>
|
||||
The right image is where the screenshots are stored in mRemoteNG. Here you can store
|
||||
and then decide what to do with the images after you are done taking screenshots.
|
||||
</p>
|
||||
<!-- Take a screenshot - #end -->
|
||||
|
||||
<!-- Manager - #start -->
|
||||
<h1>Editing</h1>
|
||||
<p>
|
||||
The manager is a simple tool for saving and deleting screenshots. If you need to do
|
||||
more with the screenshots then the suggestion is to open them in a third party app.
|
||||
Here is what the manager allows you to do:
|
||||
<ul>
|
||||
<li>Save</li>
|
||||
<li>Save All</li>
|
||||
<li>Delete</li>
|
||||
<li>Delete All</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
Once you press save, a window to save the files will come up where you want to save
|
||||
the screenshots.
|
||||
</p>
|
||||
<p>
|
||||
Short summary of screenshot manager is that you can sit and create screenshots without
|
||||
having to open a different manager all the time and instead let mRemoteNG create the
|
||||
main screenshot which can be edited later on.
|
||||
</p>
|
||||
<!-- Manager - #end -->
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Screenshot Manager</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Introduction</h1>
|
||||
<p>The screenshot manager is a panel and tool that can be used to organize and take screenshots inside mRemoteNG.</p>
|
||||
<!-- Take a screenshort - #start -->
|
||||
<h1>Take a screenshot</h1>
|
||||
<p>To take a screenshot of a instance its as easy as to right click on the connection tab and press <b>Screenshot</b> and it will open the screenshot manager.</p>
|
||||
<img src="Screenshots/Screenshot Manager/rightclick_screenshot.png"/>
|
||||
<img src="Screenshots/Screenshot Manager/screenshot_manager.png"/>
|
||||
<p>On the left image you will see the right click menu for the connection tab. Clicking the screenshot there will allow mRemoteNG to create a screenshot.</p>
|
||||
<p>The right image is where the screenshots are stored in mRemoteNG. Here you can store and then decide what to do with the images after you are done taking screenshots.</p>
|
||||
<!-- Take a screenshot - #end -->
|
||||
<!-- Manager - #start -->
|
||||
<h1>Editing</h1>
|
||||
<p>The manager is a simple tool for saving and deleting screenshots. If you need to do more with the screenshots then the suggestion is to open them in a third party app. Here is what the manager allows you to do:<ul>
|
||||
<li>Save</li>
|
||||
<li>Save All</li>
|
||||
<li>Delete</li>
|
||||
<li>Delete All</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>Once you press save, a window to save the files will come up where you want to save the screenshots.</p>
|
||||
<p>Short summary of screenshot manager is that you can sit and create screenshots without having to open a different manager all the time and instead let mRemoteNG create the main screenshot which can be edited later on.</p>
|
||||
<!-- Manager - #end -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,63 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>SQL Configuration</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Warning!</h1>
|
||||
<div class="isa_warning">
|
||||
The SQL feature is in an early beta stage and not intended for use in an productive environment!
|
||||
I recommend you to do a full backup of your connections and settings before switching to SQL Server.
|
||||
</div>
|
||||
<h1>Databases Supported</h1>
|
||||
<hr>
|
||||
<p>
|
||||
The list below are databases which have been tested on for support. Note that other databases may be supported in the future.
|
||||
</p>
|
||||
<ul>
|
||||
<li>Microsoft™ SQL Server</li>
|
||||
<!-- <li>MySQL™ Server</li> -->
|
||||
</ul>
|
||||
<h1>Steps to configure your SQL Server</h1>
|
||||
<hr>
|
||||
<ol type=1>
|
||||
<li>Create a new Database called "mRemoteNG" on your SQL Server.</li>
|
||||
<li>Run the SQL Script for your DB type listed below in topic (<b>SQL Table creation Scripts</b>) on the newly created Database.</li>
|
||||
<li>Give the users that you want to grant access to the mRemoteNG Connections Database Read/Write permissions on the Database.</li>
|
||||
</ol>
|
||||
<h1>Steps to configure mRemoteNG for SQL</h1>
|
||||
<hr>
|
||||
<ol type=1>
|
||||
<li>Start mRemoteNG if it's not already running.</li>
|
||||
<li>Go to <i>Tools - Options - SQL Server</i></li>
|
||||
<li>Check the box that says "Use SQL Server to load & save connections".</li>
|
||||
<li>Fill in your SQL Server hostname or ip address.</li>
|
||||
<li>If you do not use your Windows logon info to authenticate against the SQL Server fill in the correct Username and Password.</li>
|
||||
<li>Click OK to apply the changes. The main window title should now change to "mRemoteNG | SQL Server".</li>
|
||||
<li>Now click on File - Save to update the tables on your SQL Server with the data from the loaded connections xml file. (Do not click File - New, this doesn't work yet)</li>
|
||||
<li>You should now be able to do everything you were able to do with the XML storage plus see the changes live on another mRemoteNG instance that is connected to the same Database.</li>
|
||||
</ol>
|
||||
<h1>SQL Table creation Scripts</h1>
|
||||
<hr>
|
||||
<div style="overflow-x: auto;">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Script (click on script below for your db type)</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="SQLScript.txt">Microsoft™ SQL script</a>
|
||||
</td>
|
||||
<td>Microsoft™ SQL Server</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td><a href="MySQLScript.txt">MySQL™ script</a></td>
|
||||
<td>MySQL™ Server</td>
|
||||
</tr> -->
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>SQL Configuration</title>
|
||||
<link rel="stylesheet" href="Main.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Warning!</h1>
|
||||
<div class="isa_warning">The SQL feature is in an early beta stage and not intended for use in an productive environment! I recommend you to do a full backup of your connections and settings before switching to SQL Server.</div>
|
||||
<h1>Databases Supported</h1>
|
||||
<hr/>
|
||||
<p>The list below are databases which have been tested on for support. Note that other databases may be supported in the future.</p>
|
||||
<ul>
|
||||
<li>Microsoft™ SQL Server</li>
|
||||
<!-- <li>MySQL™ Server</li> -->
|
||||
</ul>
|
||||
<h1>Steps to configure your SQL Server</h1>
|
||||
<hr/>
|
||||
<ol type=1>
|
||||
<li>Create a new Database called "mRemoteNG" on your SQL Server.</li>
|
||||
<li>Run the SQL Script for your DB type listed below in topic (<b>SQL Table creation Scripts</b>) on the newly created Database.</li>
|
||||
<li>Give the users that you want to grant access to the mRemoteNG Connections Database Read/Write permissions on the Database.</li>
|
||||
</ol>
|
||||
<h1>Steps to configure mRemoteNG for SQL</h1>
|
||||
<hr/>
|
||||
<ol type=1>
|
||||
<li>Start mRemoteNG if it's not already running.</li>
|
||||
<li>Go to <i>Tools - Options - SQL Server</i>
|
||||
</li>
|
||||
<li>Check the box that says "Use SQL Server to load & save connections".</li>
|
||||
<li>Fill in your SQL Server hostname or ip address.</li>
|
||||
<li>If you do not use your Windows logon info to authenticate against the SQL Server fill in the correct Username and Password.</li>
|
||||
<li>Click OK to apply the changes. The main window title should now change to "mRemoteNG | SQL Server".</li>
|
||||
<li>Now click on File - Save to update the tables on your SQL Server with the data from the loaded connections xml file. (Do not click File - New, this doesn't work yet)</li>
|
||||
<li>You should now be able to do everything you were able to do with the XML storage plus see the changes live on another mRemoteNG instance that is connected to the same Database.</li>
|
||||
</ol>
|
||||
<h1>SQL Table creation Scripts</h1>
|
||||
<hr/>
|
||||
<div style="overflow-x: auto;">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Script (click on script below for your db type)</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="SQLScript.txt">Microsoft™ SQL script</a>
|
||||
</td>
|
||||
<td>Microsoft™ SQL Server</td>
|
||||
</tr>
|
||||
<!-- <tr><td><a href="MySQLScript.txt">MySQL™ script</a></td><td>MySQL™ Server</td></tr> -->
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1170,9 +1170,6 @@
|
||||
<Content Include="Resources\Help\Screenshots\Notifications\popup_warning.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Quickconnect\01.png" />
|
||||
<Content Include="Resources\Help\Screenshots\Quickconnect\02.png" />
|
||||
<Content Include="Resources\Help\Screenshots\Quickconnect\03.png" />
|
||||
<Content Include="Resources\Help\Screenshots\Reference\add_new_folder.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -1348,57 +1345,6 @@
|
||||
<Content Include="Resources\Help\Screenshots\Quick Connect\03.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\01.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\02.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\03.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\04.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\05.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\06.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\07.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\08.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\09.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\10.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\11.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\12.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\13.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\14.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\15.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\16.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Configuration\17.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\External Tools\01.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -1423,21 +1369,6 @@
|
||||
<Content Include="Resources\Help\Screenshots\External Tools\08.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Main Menu\File.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Main Menu\Info.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Main Menu\QuickConnect.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Main Menu\Tools.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Main Menu\View.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\Help\Screenshots\Reference\01.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user