From 6e5254484ccb573425479a40bf52d40067fd2770 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 10 Jan 2024 23:03:18 -0600 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 10e4daa..7a6b0e6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # TeamViewerController +[Archived Code] Program to remotely administer multiple computers easily. Can control screen, keyboard, view remote screen, lock remote computer, and run shell commands. +This program can do basic administration, however if more control is needed, it can spawn TeamViewer for remote desktop access. + +This program originally had an install process, but now is a one click install. +This program basically runs as a daemon in the background listening for requests from the remote administration client. + +This is old archived code so some of the control center code is in this program, however is relatively outdated. +This code also has not been tested in years so might not work as intended. + +This program should only be ran on computers owned by the user and isn't very secure. It can access computers remotely across networks by using UPnP for forwarding. +Since no encryption is used this program is a security risk if forwarded using UPnP. \ No newline at end of file