this post was submitted on 24 Jan 2024
15 points (100.0% liked)

Sysadmin

7566 readers
1 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]

founded 1 year ago
MODERATORS
 

I'm looking into building a new remote management with mesh VPNs but it may turn out not to be practical.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 8 months ago (2 children)

Why mess with mesh VPNs? Deploy endpoint clients and then push commands to them, which can then run locally on the target machines.

No networking nonsense needed for each machine, the endpoints just connect back to your centralized management server(s), awaiting your command.

This model is popular for a reason.

[–] [email protected] 1 points 8 months ago

Agreed. I manage ~200 end-clients like this via MDM.

For servers, saltstack.

[–] [email protected] 1 points 8 months ago

You probably are right. Its just a experiment, that's all.

[–] [email protected] 0 points 8 months ago (1 children)

I guess the following are the modt liked:

https://alternativeto.net/software/teamviewer-quicksupport/

https://alternativeto.net/software/teamviewer/

Maybe even windows remote help tool if you got a AD with microsoft accounts. (For fat clients - thinclients mostly have VNC or you could at least look at what they do by opening their RDP session)

[–] [email protected] 1 points 8 months ago

I already have Rustdesk for that but I was looking for something simple to manage a small environment.

Tactical RMM was on my radar for a while but doing more research has made me very much not trust it at all.

I guess I'll keep digging to see if I find anything that can be hosted on a VPS. It might be simpler to just go the standard routes.