Skip to content

xtimon/xFreeRdp-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xFreeRdp-connect

Simple minimail GUI for FreeRdp based on Python 3 Tkinter

Installation instructions:

Preparation:

sudo apt-get install FreeRDP python3-tk notify-osd

Clone this project:

git clone https://github.com/xtimon/xFreeRdp-connect.git ~/.viewrdp

Prepare application label:

sed -i "s|/home/user/|$HOME/|g" ~/.viewrdp/xfreepy.desktop

Create application label:

sudo ln -s ~/.viewrdp/xfreepy.desktop /usr/share/applications/

The configuration file will be stored here:

~/.viewrdp/config.conf

An example configuration file:

[Connection_name]
ip_address = 192.168.10.10
username = User
password = Password

[Connection_name2]
ip_address = 192.168.10.11:3122
username = User2
password = Password2

About

xFreeRdp simple minimal GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages