Hi,
We're currently trialling out Screenconnect and was wondering if there is a way to start it manually instead of it running all the time in the background.
My main two concerns are performance (at bootup... as I already have too many services running), and security. (I prefer people to only be able to access through to my computer when I control the session, and not all the time).
I've tried setting the 3 services to MANUAL and created a start script with the following:
sc start "ScreenConnect Web Server"
sc start "ScreenConnect Session Manager"
sc start "ScreenConnect Relay"
@echo WAIT 4 SECONDS BEFORE OPENING BROWSER
ping 127.0.0.1
start
http://127.0.0.1:81
However, for some reason I wasn't able to connect from another computer. (They could get through to the webpage, and download the files OK, but it just kept blinking up 'Waiting to connect...' in the system tray and never actually connected).
Just wondering if there was a proper way to accomplish this, or if I've done something wrong?
Thanks & Regards
Adam.