Migration to Linux: Remote Management

From Wurst-Wasser.net
Revision as of 18:37, 26 November 2023 by Heiko (talk | contribs) (Created page with "You are here: /Migrating from macOS to Linux/{{PAGENAME}} ---- * 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. <syntaxhighlight lang="bash"> zypper in tigervnc tigervnc-x11vnc </syntaxhighlight> <syntaxhighlight lang="bash"> vi /etc/X11/xorg.conf.d/10-vnc.con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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