Skip to content

justmatt25/RDPGUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Remote Desktop Connection Client in PyQt4

Packages needed: python-qt4, python-configparser,�python-urllib3

sudo apt-get install python-qt4 python-configparser python-urllib3
edit rdpgui.ini to fit your server environment

config for FreeRDP (older versions are not necessarily supported) > 1.0.1 (new command line release: https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface):
[DEFAULT]
RDPBinary = xfreerdp
RDPOptions = <your-file-path-to-rdp-file.rdp>
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

About

Simple Remote Desktop Connection GUI in PyQt4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%