From d3a962794ef824d4b1284f6a5c386f8d0bcc79b2 Mon Sep 17 00:00:00 2001 From: Allen Wolf <63997543+aaw3@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:08:20 -0600 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 10e4daa..324edd7 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.