Migration to Linux: Remote Management

From Wurst-Wasser.net
Jump to navigation Jump to search

You are here: /Migrating from macOS to Linux/Migration to Linux: Remote Management


  • Remote Management Tools

Meshcentral

This is THE solution for all your RMM-problems!

TBD

Guacamole

A nice Web-based VPN solution


VNC

https://wiki.archlinux.org/title/TigerVNC The classic. Slow. Unsafe. Not GDPR-compliant in any way.

zypper in tigervnc tigervnc-x11vnc
vi /etc/X11/xorg.conf.d/10-vnc.conf

Add this:

Section "Module"
Load "vnc"
EndSection

Section "Screen"
Identifier "Screen0"
Option "UserPasswdVerifier" "VncAuth"
Option "PasswordFile" "/root/.vnc/passwd"
EndSection
vncpasswd
firewall-cmd --add-service=tigervnc --permanent