It allows you to view all of your remote connections in a simple yet powerful tabbed interface.

mRemoteNG supports the following protocols:

  • RDP (Remote Desktop/Terminal Server)
  • VNC (Virtual Network Computing)
  • ICA (Citrix Independent Computing Architecture)
  • SSH (Secure Shell)
  • Telnet (TELecommunication NETwork)
  • HTTP/HTTPS (Hypertext Transfer Protocol)
  • rlogin
  • Raw Socket Connections

What's New:

General Changes:

  • Lots of code clean up and refactoring
  • Updated GeckoFx package
  • Updated DockPanelSuite library to 2.10 Final
  • Japanese translation updated
  • MR-942: Refactored code relating to loading the connections file
  • Limit log file size to 1 main log + 5 backups * 10MB.
  • Minor UI Tweak: Default Menubar and QuickConnect Bar to same line
  • MR-364: Removed "Announcement" functionality
  • MR-366: Show PuTTY type and version on components check screen
  • MR-586: Reduce HTTP/HTTPS document title length that is appended to the connection tab title
  • MR-938: Adjust RDP Resolution list (ensure most common resolutions were available)
  • MR-975: Replaced TreeView with TreeListView for displaying connection tree. This was a large change which separated the GUI from the domain model.
  • #144: Removed export option for "VisionApp Remote Desktop 2008"
  • #325: Code clean up and additional logging for External Tools based connections
  • #298: Code clean up and additional logging around application startup
  • #291, #236: External Tools code clean up and additional logging

Features/Enhancements:

  • MR-961, PR-133: Option to reconnect all currently opened connection tabs
  • MR-917: Improved cryptographic support
  • MR-220: Don't close the AD importer after import
  • MR-971: Added Right Click method to Port Scan to import discovered hosts
  • MR-1000, #211: Sub OU AD Import
  • #172: Implement "audioqualitymode" for RDP sessions
  • #160: Allow portable version to perform an update check (and download the latest .zip)
  • #157: Implement new cryptography providers (See Tools -> Options -> Security)
  • #167: fix/implement the update check (was disabled in 1.74 as part of the C# conversion)
  • #273: Added Turkish translation provided by forum user "rizaemet"
  • #217: Create user manual documentation for the SSH File Transfer feature
  • #360: Help -> About, Version # is now selectable/copyable
  • #221: RDP: Optional disconnect after X number of minutes of inactivity
  • #344 - Use SHA512 File Hashes to validate downloads (in the update mechanism & posted to the Downloads page)
  • Added Release Channels to the update check functionality allowing users to select one of 3 release channels for updates: Stable, Beta, Dev

Fixes:

  • MR-910: Fixes to support Remote Desktop Gateways
  • MR-874: Incorrect RDP prerequisite check in installer
  • MR-905: mRemoteNG crashes at startup (in FIPS policy check)
  • MR-902: mRemoteNG crashes after locking/unlocking the local system after loading a VNC connection
  • MR-965, MR-871, MR-629: Error 264 on RDP Connect attempt - Added timeout value to Tools -> Options -> Connections
  • MR-946: Remove old/insecure SharpSSH and related components. Replace with SSH.NET for File Transfer Functionality
  • MR-896: Added prerequisite installer check for KB2574819. Prevents "Class not registered" errors when opening RDP connections.
  • PR-130: Fix Scan button width to fit Russian translation
  • MR-967: File transfer doesn't work when specifying full path and file name (as prompted)
  • MR-979: switched to notifications panel incorrectly (when configured NOT to do so)
  • #254: Component check window position issues and uncaught exception
  • #260: Crash when attempting to load fully encrypted confCons v2.5
  • #271: Install package is not using the last installation path
  • #278: Silent installs not detecting prerequisites
  • #369: Reset Layout Option Does Not Reset Notification Pane
  • #362: Invalid cast exception when using the Notification Area Icon minimize/restore
  • #334: Quick Connect displays warning when clicking on a folder
  • #325: When using a connection with an external app, results in opening the same external app continuously
  • #311: Import from Active Directory does not use machine's domain by default
  • #258: Rename Tab dialog - populate original name in dialog (1.72 functionality)
  • #211, #267: Recursive AD Import wasn't fully functional