Loic.mRemoteNG.mRemoteNG
1.0.0
dotnet add package Loic.mRemoteNG.mRemoteNG --version 1.0.0
NuGet\Install-Package Loic.mRemoteNG.mRemoteNG -Version 1.0.0
<PackageReference Include="Loic.mRemoteNG.mRemoteNG" Version="1.0.0" />
<PackageVersion Include="Loic.mRemoteNG.mRemoteNG" Version="1.0.0" />
<PackageReference Include="Loic.mRemoteNG.mRemoteNG" />
paket add Loic.mRemoteNG.mRemoteNG --version 1.0.0
#r "nuget: Loic.mRemoteNG.mRemoteNG, 1.0.0"
#addin nuget:?package=Loic.mRemoteNG.mRemoteNG&version=1.0.0
#tool nuget:?package=Loic.mRemoteNG.mRemoteNG&version=1.0.0
NOTICE: This project currently transited to a new maintainer. Development help would be greatly appreciated.
<br/><br/> <p align="center"> <img width="500" src="https://raw.githubusercontent.com/mRemoteNG/mRemoteNG/develop/Tools/img/logo.png"> </p>
<p align="center"> An open source, multi-protocol, tabbed remote connections manager allowing you to view all of your connections in a simple yet powerful interface </p>
<p align="center"> <img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/mremoteng/mremoteng/total?label=Overall%20Downloads&style=for-the-badge"> </p>
<p align="center">
<a href="https://www.reddit.com/r/mRemoteNG/">
<img alt="Subreddit subscribers" src="https://img.shields.io/reddit/subreddit-subscribers/mremoteng?label=Reddit&logo=Reddit&style=flat-square">
</a>
<a href="https://twitter.com/mremoteng">
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/mremoteng?color=%231DA1F2&label=Twitter&logo=Twitter&style=flat-square">
</a>
<a href="https://gitter.im/mRemoteNG/PublicChat">
<img alt="Gitter" src="https://img.shields.io/gitter/room/mRemoteNG/PublicChat?label=Join%20the%20Chat&logo=Gitter&style=flat-square">
</a>
<a href="https://www.paypal.me/DavidSparer">
<img alt="PayPal" src="https://img.shields.io/badge/%24-PayPal-blue.svg?label=Donate&logo=PayPal&style=flat-square">
</a>
<a href="bitcoin:16fUnHUM3k7W9Fvpc6dug7TAdfeGEcLbSg">
<img alt="Bitcoin" src="https://img.shields.io/badge/%24-Bitcoin.svg?label=Donate&logo=bitcoin&style=flat-square">
</a>
</p>
<p align="center"> <a href="https://github.com/mRemoteNG/mRemoteNG/blob/develop/COPYING.TXT"> <img alt="License" src="https://img.shields.io/github/license/mremoteng/mremoteng?label=License&style=flat"> </a> <a href="https://bestpractices.coreinfrastructure.org/projects/529"> <img alt="CII Best Practices" src="https://bestpractices.coreinfrastructure.org/projects/529/badge?style=flat"> </a> <a href='https://mremoteng.readthedocs.io/en/latest/?badge=latest'> <img src='https://readthedocs.org/projects/mremoteng/badge/?version=latest' alt='Documentation Status' /> </a> </p>
Update Channel | Build Status | Downloads |
---|---|---|
Stable | ||
Prerelease | ||
Nightly build |
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
For a detailed feature list and general usage support, refer to the Documentation.
Installation
Supported Operating Systems
Packaging
Downloads are provided in three different packages.
Binary package
The binary package of mRemoteNG is a compiled version of mRemoteNG which comes in an MSI installer. This is the most common way to install mRemoteNG and get up and running.
Portable package
The portable package contains a modified version of the executable which stores and loads all your settings from files in the application's directory. This package can be used to run mRemoteNG from a USB stick and preserve your configuration wherever you go.
Source package
This contains the source code from which mRemoteNG is build. You will need to compile it yourself using Visual Studio.
Minimum Requirements
- Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019
- Microsoft .NET Framework 4.0
- Microsoft Terminal Service Client 6.0 or later
- Needed if you use RDP. mstscax.dll and/or msrdp.ocx be registered.
Download
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 C:\Path\To\mRemoteNG-Installer.exe [INSTALLDIR=value] [IGNOREPREREQUISITES=value]
Property | Value | Description |
---|---|---|
INSTALLDIR | folder path |
This allows you to set the installation directory from the command line. For paths that contain spaces, enclose the path in double quotes (""). This overrides any value found in the registry. |
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. |
Examples
Install to a custom folder
msiexec /i C:\Path\To\mRemoteNG-Installer.msi INSTALLDIR="D:\Work Apps\mRemoteNG"
Ignore prerequisites during a normal install
msiexec /i C:\Path\To\mRemoteNG-Installer.msi IGNOREPREREQUISITES=1
Ignore prerequisites during a silent install
msiexec /i C:\Path\To\mRemoteNG-Installer.msi /qn IGNOREPREREQUISITES=1
Troubleshooting installation
Turn on verbose logging by using the /lv* <log path>
argument at the command line.
msiexec /i C:\Path\To\mRemoteNG-Installer.msi /l*v C:\mremoteng_install.log
Uninstall
Standard Uninstall
mRemoteNG basic binary package can be uninstalled with Windows Control Panel. If for some reason it does not work please follow information provided below for Manual Uninstall.
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
Delete the mRemoteNG install entry from one of the following locations. Search for "mRemoteNG" in the DisplayName field:
- x86:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- x64:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\
- x86:
(Optional) If you would also like to delete user data remove
%LOCALAPPDATA%\mRemoteNG
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.
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.
</br> <p align="center"> <img alt="Developed with ReSharper" src="https://raw.githubusercontent.com/mRemoteNG/mRemoteNG/develop/Tools/img/icon_ReSharper.png"> </p>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1 | 7/31/2021 |