Edit1 - General
General Questions
Edit1.1 - How do I create a new connection?
To create a new connection
right click the desired container (folder) in the connection tree on the left of the screen and
click "Add Connection".
Edit1.2 - How do I create a new container (folder)?
To create a new container
right click the desired container (folder) in the connection tree on the left of the screen and
click "Add Container".
Edit1.3 - How do I connect to a remote host?
Either just
double click the desired host in the connection tree or when it is already selected click on the
Connect button in the config tab (Alt+C will do the same).
You can also use the
Quick Connect feature.
Edit1.4 - How do I close a connection (without logging off from the remote host)?
Double click the
tab that contains the connection you want to close.
Edit2 - Advanced
More advanced questions
Edit2.1 - How do I send key combinations like Alt+Tab, Ctrl+Alt+Del ... to an RDP connection?
When not in fullscreen or kiosk mode some of these combinations will be
remapped.
Here are some of them:
- Alt+Tab: Alt+Page Up/Down
- WinKey/Ctrl+Esc: Alt+Home
- Alt+Esc: Alt+Insert
- Alt+Space: Alt+Del
- Ctrl+Alt+Del: Ctrl+Alt+End
Edit2.2 - How do I send key combinations like Alt+Tab, Ctrl+Alt+Del ... to an VNC connection?
Click "Send Special Keys (VNC)" on the top right and select the command you want to send.
Edit2.3 - Can I run mRemote from my USB stick and also load my connections from there?
Yes, mRemote supports a command line switch pointing to the connections file you want to load.
Save the following vb script to a file with the ".vbs" extension in the mRemote folder on your USB stick:
Set wShell = CreateObject("WScript.Shell")
run_this = "%0\..\mremote.exe /consfile %0\..\confcons.xml"
wShell.Run run_this, 1, TRUE
Set wShell = Nothing
Or as an alternative, a batch-file:
pushd "%~dp0"
mremote.exe /consfile ..\confcons.xml
Edit2.3 - Can I increase the buffer size to scrollback a number of lines?