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
justmatt25/RDPGUI
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|