https://docs.connectwise.com/ConnectWise_Control_Documentation/On-premises


updaten van Screenconnect:

https://docs.connectwise.com/ConnectWise_Control_Documentation/On-premises/Get_started_with_ConnectWise_Control_On-Premise/Install_ConnectWise_Control_On-Premise/Install_ConnectWise_Control_On-Premise_on_Linux


onderstaand commando via SSH console uitvoeren: 

workingDirectory=~/scInstall; downloadUrl="https://www.screenconnect.com/Download?Action=DownloadLatest&Platform=Linux&PreRelease=false"rm -rf $workingDirectory; mkdir $workingDirectory; (cd $workingDirectory; if which wget; then wget -O sc.tar.gz "$downloadUrl"else curl -L "$downloadUrl" > sc.tar.gz; fitar xf sc.tar.gz; $(find . -name install.*);); rm -rf $workingDirectory;