Coder Social home page Coder Social logo

rdpgui's Introduction

Simple Remote Desktop Connection Client in PyQt4

Packages needed: python-qt4, python-configparser,�python-urllib3
edit rdpgui.ini to fit your server environment

config for FreeRDP > 1.0.1 (new command line release: https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface):
[DEFAULT]
RDPBinary = xfreerdp
RDPDomain = RPiTC
RDPServer = server1.domain.lan server2.domain.lan server3.domain.lan
RDPDomainFlags = /d:
RDPServerFlags = /v:
RDPUserFlags = /u:
RDPPasswordFlags = /p:
RDPDefaulfFlags = /cert-ignore /f
RDPExtraFlags = /sound:sys:pulse /rfx /fonts

config for FreeRDP < 1.0.1 (old command line release: http://manpages.ubuntu.com/manpages/raring/man1/xfreerdp.1.html):
[DEFAULT]
RDPBinary = xfreerdp
RDPDomain = RPiTC
RDPServer = server1.domain.lan server2.domain.lan server3.domain.lan
RDPDomainFlags = "-d "
RDPServerFlags = ""
RDPUserFlags = "-u "
RDPPasswordFlags = "-p "
RDPDefaulfFlags = "-x l -f"
RDPExtraFlags = "--plugin rdpsnd -z --rfx"

config for RDesktop (command line reference: http://manpages.ubuntu.com/manpages/raring/man1/rdesktop.1.html):
[DEFAULT]
RDPBinary = rdesktop
RDPDomain = RPiTC
RDPServer = server1.domain.lan server2.domain.lan server3.domain.lan
RDPDomainFlags = "-d "
RDPServerFlags = ""
RDPUserFlags = "-u "
RDPPasswordFlags = "-p "
RDPDefaulfFlags = "-x l -f"
RDPExtraFlags = "-r sound:local:alsa -z"

rdpgui's People

Contributors

pascalbokbok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rdpgui's Issues

Error when Password contains a space

"Server Error" is displayed when a password is used that contains a space, connection to remote server fails. Specifically when using rdesktop. Have not tried with other rdp clients.

Line 141 in rdpgui.py

Enclose RDPDomain within double quotes.

DomainFlag = config.get("DEFAULT", "RDPDomainFlags") + config.get("DEFAULT", "RDPDomain")

Add domain as dropdown

Hello,

Could I ask that the domain field be made to be a dropdown whereby the user can select either Workstation or the Domain for RDP connections?

I use rdpgui a lot for some of my workstations and it works perfectly. Being able to either use a domain ID or local workstation ID would greatly assist with our use case.

Thank you.

Add .RDP files support

Hi. Newer FreeRDP(git-2014 and newer) releases support .rdp files for Win2012 and 2016 servers that have self-contained connection and load balancing features with RDS+connection brokers that point to multiple servers on a cluster.

Besides all these fancy names/concepts/buzzwords, using these files as a parameter should be enough to make the connection work withouth declaring servers . Example:

xfreerdp /home/tc/FILE.rdp /d:DOMAIN /u:user /p:pass /kbd:"Portuguese (Brazilian ABNT2)"

Would it be possible to implement something like a RDPConnectionFiles parameter to make this work?

[DEFAULT]
RDPBinary = xfreerdp
RDPDomain = Domain
RDPConnectionFiles = /home/path/to/RDPOffice1.rdp  /home/path/to/RDPOffice2.rdp  /home/path/to/RDPOffice3.rdp
RDPDomainFlags = /d:
RDPServerFlags = /v:
RDPUserFlags = /u:
RDPPasswordFlags = /p:
RDPDefaulfFlags = /cert-ignore /f
RDPExtraFlags = /sound:sys:pulse /rfx /fonts

This way we can:

  • Deploy one image that has all clusters information
  • User will not have to know server names cause the RDP files will handle the connection to brokers, and these will make the load balance work on the servers of that cluster/location/office.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.