返回目录
Skills开发与自动化新手

GitHub - mRemoteNG/mRemoteNG: mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.

Developing mRemoteNG to its fullest potential is my personal priority. While the project remains non-commercial, it does come with ongoing costs — including VPS hosting for testing, AI tools, domain fees, and more. If you find value in mRemoteNG and want to

0 次阅读2026/08/11 发布
GitHub - mRemoteNG/mRemoteNG: mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager. 来源图片

社区作者 · zZz

它解决什么问题

Developing mRemoteNG to its fullest potential is my personal priority.

While the project remains non-commercial, it does come with ongoing costs — including VPS hosting for testing, AI tools, domain fees, and more. If you find value in mRemoteNG and want to support its future, even a small donation from our community can make a huge difference.

Your support helps me keep the project secure, modern, and accessible for everyone who relies on it — and brings us closer to a brighter, more collaborative future.

Consider donating — every contribution counts!

An open source, multi-protocol, tabbed remote connections manager allowing you to view all of your connections in a simple yet powerful interface

Channel Build Status Downloads

Stable

Preview

Nightly

Features

The following protocols are supported:

  • RDP (Remote Desktop Protocol)
  • VNC (Virtual Network Computing)
  • SSH (Secure Shell)
  • Telnet (TELecommunication NETwork)
  • HTTP/HTTPS (Hypertext Transfer Protocol)
  • rlogin (Remote Login)
  • Raw Socket Connections
可复制命令
Powershell remoting
  • AnyDesk

For a detailed feature list and general usage support, refer to the Documentation .

Installation

Supported Operating Systems

  • Windows 11
  • Windows 10
  • Windows 8.1
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • Windows Server 2012 R2

Source package

This contains the source code from which mRemoteNG is built. You will need to compile it yourself using Visual Studio.

Minimum Requirements

命令
Make sure you have the latest version installed:
  • Microsoft .NET Desktop Runtime 10.0
  • Microsoft Visual C++ Redistributable 2015–2026 is needed:
  • x64
  • ARM64
  • x86
  • Microsoft Terminal Service Client 6.0 or later (needed if you use RDP with mstscax.dll and/or msrdp.ocx to be registered)

Download

⭐ Starting Windows 11 you can use winget to install mRemoteNG. Just run winget install -e --id mRemoteNG.mRemoteNG

mRemoteNG is available as a redistributable MSI package or as a portable ZIP package and can be downloaded from the following locations:

  • GitHub
  • Project Website

Command line install

The MSI package of mRemoteNG can be installed using the command line:

msiexec /i [/qn] C:\Path\To\mRemoteNG-Installer.exe [INSTALLDIR=value] [IGNOREPREREQUISITES=value] [/lv* <log path>]

Argument/Property Value Description

/qn Silent Installation Will run the installer silently in the background.

/lv* Silent Installation Will write a logfile to the specified location. (For paths that contain spaces, enclose the path in double quotes)

INSTALLDIR folder path Allows you to set the installation directory from the command line. (For paths that contain spaces, enclose the path in double quotes)

IGNOREPREREQUISITES 0 or 1 When set to 1 , the installer will not be halted if any prerequisite check is not met. You must still run the installer as administrator.

Manual Uninstall

If you are using the Portable version, simply deleting the folder that contains mRemoteNG should be sufficient. These uninstall instructions are only necessary for the normal binary .MSI installed version of mRemoteNG

- Delete the folder where mRemoteNG was installed. By default, this is: %PROGRAMFILES%\mRemoteNG (for versions before 1.77 on a x64 Windows its %programfiles(x86)%\mRemoteNG )

- Delete the mRemoteNG install entry from the following location. You may search for "mRemoteNG" in the DisplayName field:

  • x86 Windows or mRemoteNG starting with v1.77: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  • x64 Windows and mRemoteNG before 1.77: HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\

- Remove the following registry key: HKLM\SOFTWARE\mRemoteNG (on x64 Windows with mRemoteNG before 1.77 it's HKLM\SOFTWARE\WOW6432Node\mRemoteNG )

- (Optional) If you would also like to delete user data remove %LOCALAPPDATA%\mRemoteNG

- (Optional) If you would also like to remove the connection configuration, delete %APPDATA%\mRemoteNG

- (Optional) If no other software uses it, the "Microsoft Windows Desktop Runtime" may be uninstalled too.

Featured Projects

  • PSmRemoteNG A module to create mRemoteNG connection files from PowerShell.
  • mRemoteNGOpenVPN A script that can be embedded as an external tool to control OpenVPN.
  • mRemoteNG-Icons A collection of fancy icons to customize the connections

Contribute

If you find mRemoteNG useful and would like to contribute, it would be greatly appreciated. When you contribute, you make it possible for the team to cover the costs of producing mRemoteNG.

Submit Code

Check out the Wiki page on how to configure your development environment and submit a pull request.

Translate

Check out the Wiki page on how to help make mRemoteNG a polyglot.

— 本文由 AI 根据公开来源辅助整理,命令、版本与许可证请在使用前到原始页面复核。

安装 / 开始使用

For a detailed feature list and general usage support, refer to the Documentation . Installation Supported Operating Systems

Source package This contains the source code from which mRemoteNG is built. You will need to compile it yourself using Visual Studio. Minimum Requirements

  • Windows 11
  • Windows 10
  • Windows 8.1
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • Windows Server 2012 R2
命令
Make sure you have the latest version installed:

Download ⭐ Starting Windows 11 you can use winget to install mRemoteNG. Just run winget install -e --id mRemoteNG.mRemoteNG mRemoteNG is available as a redistributable MSI package or as a portable ZIP package and can be downloaded from the following locations:

Command line install The MSI package of mRemoteNG can be installed using the command line: msiexec /i [/qn] C:\Path\To\mRemoteNG-Installer.

exe [INSTALLDIR=value] [IGNOREPREREQUISITES=value] [/lv* <log path>] Argument/Property Value Description /qn Silent Installation Will run the installer silently in the background. /lv* Silent Installation Will write a logfile to the specified location.

(For paths that contain spaces, enclose the path in double quotes) INSTALLDIR folder path Allows you to set the installation directory from the command line.

(For paths that contain spaces, enclose the path in double quotes) IGNOREPREREQUISITES 0 or 1 When set to 1 , the installer will not be halted if any prerequisite check is not met. You must still run the installer as administrator.

Manual Uninstall If you are using the Portable version, simply deleting the folder that contains mRemoteNG should be sufficient. These uninstall instructions are only necessary for the normal binary .

MSI installed version of mRemoteNG - Delete the folder where mRemoteNG was installed. By default, this is: %PROGRAMFILES%\mRemoteNG (for versions before 1.

77 on a x64 Windows its %programfiles(x86)%\mRemoteNG ) - Delete the mRemoteNG install entry from the following location. You may search for "mRemoteNG" in the DisplayName field:

- Remove the following registry key: HKLM\SOFTWARE\mRemoteNG (on x64 Windows with mRemoteNG before 1.

77 it's HKLM\SOFTWARE\WOW6432Node\mRemoteNG ) - (Optional) If you would also like to delete user data remove %LOCALAPPDATA%\mRemoteNG - (Optional) If you would also like to remove the connection configuration, delete %APPDATA%\mRemoteNG - (Optional) If no other software uses it, the "Microsoft Windows Desktop Runtime" may be uninstalled too.

Featured Projects

Contribute If you find mRemoteNG useful and would like to contribute, it would be greatly appreciated. When you contribute, you make it possible for the team to cover the costs of producing mRemoteNG.

Submit Code Check out the Wiki page on how to configure your development environment and submit a pull request. Translate Check out the Wiki page on how to help make mRemoteNG a polyglot.

  • Microsoft .NET Desktop Runtime 10.0
  • Microsoft Visual C++ Redistributable 2015–2026 is needed:
  • x64
  • ARM64
  • x86
  • Microsoft Terminal Service Client 6.0 or later (needed if you use RDP with mstscax.dll and/or msrdp.ocx to be registered)
  • GitHub
  • Project Website
  • x86 Windows or mRemoteNG starting with v1.77: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  • x64 Windows and mRemoteNG before 1.77: HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\
  • PSmRemoteNG A module to create mRemoteNG connection files from PowerShell.
  • mRemoteNGOpenVPN A script that can be embedded as an external tool to control OpenVPN.
  • mRemoteNG-Icons A collection of fancy icons to customize the connections

来源教程配图

Buy Me a Coffee at ko-fi.com
配图 1 · Buy Me a Coffee at ko-fi.com查看原图
教程配图
配图 2 · 教程配图查看原图
Developed with ReSharper
配图 3 · Developed with ReSharper查看原图

适用场景

开发工作流
自动化实践

Skill 讨论与实践反馈

0

还没有讨论

分享一条可复现的补充、问题或使用经验。

登录后参与回复一起补充步骤、结果和注意事项。