From 590f4ba2c67b2ecb57ddaf46e4615481007d0bb4 Mon Sep 17 00:00:00 2001 From: Sean Kaim Date: Wed, 6 Jul 2016 09:51:01 -0400 Subject: [PATCH] Build status shield --- README.MD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 000000000..68b1eb019 --- /dev/null +++ b/README.MD @@ -0,0 +1,29 @@ +[![Build Status](http://ec2-52-39-111-114.us-west-2.compute.amazonaws.com:8080/job/mRemoteNG/mRemoteNG/develop/badge/icon)](http://ec2-52-39-111-114.us-west-2.compute.amazonaws.com:8080/job/mRemoteNG/mRemoteNG/develop) + + +mRemoteNG is the next generation of mRemote, a full-featured, multi-tab remote connections manager. + +It allows you to store all your remote connections in a simple yet powerful interface. + +Currently these protocols are supported: + + * RDP (Remote Desktop) + * VNC (Virtual Network Computing) + * ICA (Independent Computing Architecture) + * SSH (Secure Shell) + * Telnet (TELecommunication NETwork) + * HTTP/S (Hypertext Transfer Protocol) + * Rlogin (Rlogin) + * RAW + +mRemoteNG can be installed on Windows 7 or later. + +Windows 7 systems require RDP version 8: +https://support.microsoft.com/en-us/kb/2592687 +OR +https://support.microsoft.com/en-us/kb/2923545 + +Windows 8+ support RDP version 8+ out of the box. + +RDP versions are backwards compatible, so an mRemoteNG client running on Windows 10 can +connection successfully to a Windows 2003 host (for example). \ No newline at end of file