[SOLVED] Screenconnect - Stopped Working
-
My self hosted (Digital Ocean) screenconnect stop working out of the blue.
I rebooted the server and still nothing.
What should I try next?
Hope I wasn't hacked.....
-
Paging @GregoryHall -
-
For those not familiar with Digital Ocean, they are UNIX only. So this means that ScreenConnect is on Linux and not on Windows.
-
What do the logs say?
-
@scottalanmiller said:
For those not familiar with Digital Ocean, they are UNIX only. So this means that ScreenConnect is on Linux and not on Windows.
CentOS7 in fact - @scottalanmiller Favorite
-
@scottalanmiller said:
What do the logs say?
Windows Admin, not a linux guy. How do I check the logs?
-
Crap, can someone move this....
-
@anonymous said:
@scottalanmiller said:
What do the logs say?
Windows Admin, not a linux guy. How do I check the logs?
Linux isn't an OS so we'd need to know which OS to know where the logs are. Each OS based on Linux is unique. Oh, it's CentOS 7, I see that now.
-
@anonymous said:
Crap, can someone move this....
Moved.
-
CentOS logs are in /var/logs/messages
At least most logs are. /var/logs is the logging directory. Nearly everything goes into the "messages" catch all. But there are specific logs too for NginX, Apache (HTTPD), ScreenConnect, etc.
-
Do you know what time the SC app stopped working?
-
-
Oh boy, that's a big window for log scouring. I assume that there was no reboot during that time? Do you have sar collecting data? That might help to pinpoint when things changed.
-
When I was running Screen Connect on Linux it would fail on occasion like this and I would just download the Tar file and reinstall over the top and it would usually get it going again.
https://www.screenconnect.com/Download -
@scottalanmiller said:
Oh boy, that's a big window for log scouring. I assume that there was no reboot during that time? Do you have sar collecting data? That might help to pinpoint when things changed.
Darn it.... Forgot to turn on sar
-
@scottalanmiller Rebooted Monday.
-
@anonymous said:
@scottalanmiller said:
Oh boy, that's a big window for log scouring. I assume that there was no reboot during that time? Do you have sar collecting data? That might help to pinpoint when things changed.
Darn it.... Forgot to turn on sar
yum -y install sysstat
-
@GregoryHall said:
When I was running Screen Connect on Linux it would fail on occasion like this and I would just download the Tar file and reinstall over the top and it would usually get it going again.
https://www.screenconnect.com/DownloadDefine "on occasion" for me. I really want to get mine off the Windows box it is on and on a Linux based (likely CentOS 7) VM.
-
@JaredBusch said:
Define "on occasion" for me. I really want to get mine off the Windows box it is on and on a Linux based (likely CentOS 7) VM.
Yes, please do! Also, do you recommend windows instead of linux? If so, Why?
-
@anonymous said:
@JaredBusch said:
Define "on occasion" for me. I really want to get mine off the Windows box it is on and on a Linux based (likely CentOS 7) VM.
Yes, please do! Also, do you recommend windows instead of linux? If so, Why?
Keep in mind he's a full time Windows engineer that doesn't use Linux.