Yet Another Remote Desktop
Basis:
- Python min. v3.10
- TKinter
- PIP
- Install Python
- Select on installation the options tcl and pip
- Install Python with package manager (apt, pacman, yum, ...)
- Install TKinter
- Clone this repository
- Open a terminal and cd into that directory
- Run
pip install -r requirements.txt - Enter the source/settings folder
- On the server change the hostname to the address on which clients can connect to
- For example "hostname": "192.168.48.152"
- On the client enter the same address check if the server is reachable and open port tcp/13331 and udp/13333
- Program is ready to be executed (source/client.py or source/server.py)
