mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Replaced mRemote with mRemoteNG in help
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
|
||||
<p>
|
||||
The following is a list of command line switches supported by mRemote.</p>
|
||||
The following is a list of command line switches supported by mRemoteNG.</p>
|
||||
<ul>
|
||||
<li><b>/cons</b>:PathToConnectionsFile or <b>/c</b>:PathToConnectionsFile<br />
|
||||
Loads the connections file from the given path</li>
|
||||
@@ -20,8 +20,8 @@
|
||||
Use this if you have troubles with panel layouts</li>
|
||||
<li><b>/resettoolbar</b> or <b>/rtbr<br />
|
||||
</b>Resets the positions of all toolbars</li>
|
||||
<li><b>/noreconnect</b> or <b>/norc</b><br />Temporary disables reconnect to previously opened sessions<br />Use this if you have problems opening mRemote after you enabled the setting and
|
||||
restarted mRemote</li>
|
||||
<li><b>/noreconnect</b> or <b>/norc</b><br />Temporary disables reconnect to previously opened sessions<br />Use this if you have problems opening mRemoteNG after you enabled the setting and
|
||||
restarted mRemoteNG</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -9,61 +9,61 @@
|
||||
<p class="heading1">
|
||||
First start</p>
|
||||
<p>
|
||||
Once you got mRemote installed and run it for the first time you should see a
|
||||
Once you got mRemoteNG installed and run it for the first time you should see a
|
||||
screen like on the following screenshot.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/01.png" /></p>
|
||||
<p>
|
||||
The first thing that catches your attention will probably be the info box
|
||||
The first thing that catches your attention will probably be the info box
|
||||
popping up.<br />
|
||||
Don't freak out just yet, this is not a error message and it's totally ok to
|
||||
Don't freak out just yet, this is not a error message and it's totally ok to
|
||||
show up on the first run.<br />
|
||||
It just tells you that the connections file could not be found at the default
|
||||
location and that mRemote will create a new one for you at this location.<br />
|
||||
If you click anywhere else in the application the panel will hide itself again.
|
||||
It just tells you that the connections file could not be found at the default
|
||||
location and that mRemoteNG will create a new one for you at this location.<br />
|
||||
If you click anywhere else in the application the panel will hide itself again.
|
||||
(Tip: You can also hit Escape to hide the Errors and Infos panel)</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/02.png" /></p>
|
||||
<p>
|
||||
Now that we now about the Errors and Infos panel take a deep breath and just
|
||||
Now that we now about the Errors and Infos panel take a deep breath and just
|
||||
stare at the gorgeous about screen for a few seconds. =)<br />
|
||||
No, seriously, to create your first connection continue reading.</p>
|
||||
<p>
|
||||
<span class="heading1">Creating Connections</span></p>
|
||||
<p>
|
||||
Right click the root item (the blue ball labeled "Connections") in the
|
||||
Right click the root item (the blue ball labeled "Connections") in the
|
||||
Connections panel and select "Add Connection".</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/03.png" /></p>
|
||||
<p>
|
||||
A new item shows up under the root item. You can give it a name now (or rename
|
||||
A new item shows up under the root item. You can give it a name now (or rename
|
||||
it later). I just named mine "Test".</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/04.png" /></p>
|
||||
<p>
|
||||
Now have a look at the Config panel in the bottom left, just under the
|
||||
Now have a look at the Config panel in the bottom left, just under the
|
||||
Connections panel.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/05.png" /></p>
|
||||
<p>
|
||||
As you may notice this is where you configure all the properties of connections
|
||||
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
|
||||
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
|
||||
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 I will use a Windows 2003 server that has RDP (Remote Desktop
|
||||
In this example I will use a Windows 2003 server that has RDP (Remote Desktop
|
||||
Protocol) enabled.<br />
|
||||
As RDP is the default protocol whenever you create a new connection I don't have
|
||||
As RDP is the default protocol whenever you create a new connection I don't have
|
||||
to change anything there.</p>
|
||||
<p>
|
||||
The next thing I'll do is to fill the Hostname/IP field with the hostname I
|
||||
The next thing I'll do is to fill the Hostname/IP field with the hostname I
|
||||
want to connect to.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/06.png" /></p>
|
||||
<p>
|
||||
I'll also fill the Username and Password fields so I will be automatically
|
||||
I'll also fill the Username and Password fields so I will be automatically
|
||||
logged on to the server.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/07.png" /></p>
|
||||
@@ -72,17 +72,17 @@
|
||||
<p>
|
||||
<span class="heading1">Opening and Closing Connections</span></p>
|
||||
<p>
|
||||
There are multiple ways to open a connection in mRemote, but the easiest is to
|
||||
There are multiple ways to open a connection in mRemoteNG, but the easiest is to
|
||||
just double-click the connection in the Connections panel.</p>
|
||||
<p>
|
||||
If I do that now, a new panel named "General" with one tab inside named "Test"
|
||||
If I do that now, a new panel named "General" with one tab inside named "Test"
|
||||
will show up.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/08.png" /></p>
|
||||
<p>
|
||||
Alright, mRemote is now trying to connect to the specified host.</p>
|
||||
Alright, mRemoteNG is now trying to connect to the specified host.</p>
|
||||
<p>
|
||||
If it cannot connect you will see a message popping up like on the following
|
||||
If it cannot connect you will see a message popping up like on the following
|
||||
screenshot.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/17.png" /></p>
|
||||
@@ -93,24 +93,24 @@
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/09.png" /></p>
|
||||
<p>
|
||||
If you do not want to log off from the remote machine but just close it you can
|
||||
do this by simply double-clicking the tab labeled "test" or just close the whole
|
||||
If you do not want to log off from the remote machine but just close it you can
|
||||
do this by simply double-clicking the tab labeled "test" or just close the whole
|
||||
"General" panel by clicking the small "x" in the upper right corner.</p>
|
||||
<p>
|
||||
<span class="heading1">Folders and Inheritance</span></p>
|
||||
<p>
|
||||
Folders in mRemote cannot only be used to categorize connections but also to
|
||||
Folders in mRemoteNG cannot only be used to categorize connections but also to
|
||||
apply properties to the underlying connections.</p>
|
||||
<p>
|
||||
<b>Example:</b><br />
|
||||
You have 10 Remote Desktop enabled servers in one domain and 15 in another
|
||||
You have 10 Remote Desktop enabled servers in one domain and 15 in another
|
||||
domain.<br />
|
||||
Normally you would spend a lot of time creating all those connections and
|
||||
Normally you would spend a lot of time creating all those connections and
|
||||
setting the individual properties like username, password, etc.<br />
|
||||
In mRemote there is an easier way. You just create two folders, one for domain A
|
||||
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.<br />
|
||||
Then create the Connections and let them inherit every property. The only
|
||||
properties left to fill on Connection basis are the Connection's name and
|
||||
Then create the Connections and let them inherit every property. The only
|
||||
properties left to fill on Connection basis are the Connection's name and
|
||||
hostname. Everything else will be inherited from the parent folder.</p>
|
||||
<p>
|
||||
"Sounds cool, but how to do it?"<br />
|
||||
@@ -120,40 +120,40 @@
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/10.png" /></p>
|
||||
<p>
|
||||
Then give it a name and fill all the properties you need (just like you did with
|
||||
Then give it a name and fill all the properties you need (just like you did with
|
||||
the test Connection).</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/11.png" /></p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/12.png" /></p>
|
||||
<p>
|
||||
When you're done setting the values you can either just drag the test Connection
|
||||
When you're done setting the values you can either just drag the test Connection
|
||||
inside the folder or create a new one.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/13.png" /></p>
|
||||
<p>
|
||||
Right now nothing has changed and nothing will be inherited.<br />
|
||||
To enable inheritance switch to the inheritance view by clicking the dedicated
|
||||
To enable inheritance switch to the inheritance view by clicking the dedicated
|
||||
button.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/14.png" /></p>
|
||||
<p>
|
||||
The properties that show up now are almost the same as before, but you can only
|
||||
The properties that show up now are almost the same as before, but you can only
|
||||
select yes or no.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/15.png" /></p>
|
||||
<p>
|
||||
When no is selected the property will not be inherited, yes indicates an
|
||||
When no is selected the property will not be inherited, yes indicates an
|
||||
inherited property.<br />
|
||||
For this test set "Inherit Everything" 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
|
||||
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>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/16.png" /></p>
|
||||
<p>
|
||||
Only the Name and Hostname/IP properties are left over, everything else will be
|
||||
Only the Name and Hostname/IP properties are left over, everything else will be
|
||||
inherited from the parent folder.<br />
|
||||
Of course you can also only let some of the properties be inherited.</p>
|
||||
<p>
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
<p class="heading1">
|
||||
Warning</p>
|
||||
<p>
|
||||
<b>The SQL feature is in an early beta stage and not intended for use in an
|
||||
<b>The SQL feature is in an early beta stage and not intended for use in an
|
||||
productive environment!<br />
|
||||
I recommend you to do a full backup of your connections and settings before
|
||||
I recommend you to do a full backup of your connections and settings before
|
||||
switching to SQL Server.</b></p>
|
||||
<p>
|
||||
<span class="heading1">Steps to configure your SQL Server</span></p>
|
||||
<ul>
|
||||
<li>Create a new Database called "mRemoteNG" on your SQL Server.</li>
|
||||
<li>Run the SQL Script below on the newly created Database.</li>
|
||||
<li>Give the users that you want to grant access to the mRemote Connections Database
|
||||
<li>Give the users that you want to grant access to the mRemoteNG Connections Database
|
||||
Read/Write permissions on the Database.</li>
|
||||
</ul>
|
||||
<p class="heading1">
|
||||
@@ -28,15 +28,15 @@
|
||||
<li>Go to Options - Connections.</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
|
||||
<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
|
||||
<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
|
||||
<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
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
@@ -44,6 +44,6 @@
|
||||
<span class="heading1">SQL Table creation Script</span></p>
|
||||
<p>
|
||||
<a href="SQLScript.txt">Click here to view the SQL script</a></p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>mRemote Help</title>
|
||||
<title>mRemoteNG Help</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -7,41 +7,41 @@
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Downloads are provided in four different packages, the setup package, binary package,
|
||||
portable package and
|
||||
Downloads are provided in four different packages, the setup package, binary package,
|
||||
portable package and
|
||||
the source package. They are described below.</p>
|
||||
<p class="heading1">
|
||||
Setup Package</p>
|
||||
<p>
|
||||
The setup package is the compiled version of mRemote which comes in the form of
|
||||
The setup package is the compiled version of mRemoteNG which comes in the form of
|
||||
a NSIS generated setup.<br />
|
||||
<i>The common way to get mRemote up and running</i></p>
|
||||
<i>The common way to get mRemoteNG up and running</i></p>
|
||||
<p class="heading1">
|
||||
Bin Package</p>
|
||||
<p>
|
||||
The binary package is a zip package and contains the same files as the setup
|
||||
The binary package is a zip package and contains the same files as the setup
|
||||
package but has no automated installer.</p>
|
||||
<p class="heading1">
|
||||
Portable Package</p>
|
||||
<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
|
||||
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 mRemote from an USB stick an preserve your
|
||||
This package can be used to run mRemoteNG from an USB stick an preserve your
|
||||
configuration wherever you go.</p>
|
||||
<p class="heading1">
|
||||
Source Package</p>
|
||||
|
||||
<p>
|
||||
The source package is a zip package and contains the source code in form of a
|
||||
The source package is a zip package and contains the source code in form of a
|
||||
Visual Studio 2008 solution.</p>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
<span class="heading1">Updating and Uninstalling</span></p>
|
||||
<p>
|
||||
mRemote can be updated without uninstalling it before.<br />
|
||||
There are no user preferences stored in the application directory (except if you
|
||||
mRemoteNG can be updated without uninstalling it before.<br />
|
||||
There are no user preferences stored in the application directory (except if you
|
||||
put them there), so uninstalling doesn't wipe your settings.</p>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<p class="heading1">
|
||||
Introduction</p>
|
||||
<p>
|
||||
mRemote is a multi-protocol remote connections manager.<br />
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user