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
forked from Gibbio/RDPGUI
-
Notifications
You must be signed in to change notification settings - Fork 1
Simple Remote Desktop Connection GUI in PyQt4
License
justmatt25/RDPGUI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple Remote Desktop Connection GUI in PyQt4
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%