Я беру Ubuntu Server 18
Ставлю
add-apt-repository --yes ppa:
ts.sch.gr apt-get install ltsp-server-standalone openssh-server tftp nbd-client dnsmasq freerdp2-x11 ltsp-client
ltsp-config dnsmasq
systemctl restart dnsmasq
ltsp-config nbd-server
service nbd-server restart
useradd -m -c "user" -g users -s /bin/bash user
passwd user
ltsp-build-client
ltsp-update-kernels
ltsp-update-image
reboot now
lts.conf
[default]
LDM_AUTOLOGIN = True
LDM_USERNAME = user
LDM_PASSWORD =user
[e8:40:f2:c2:7f:68]
X_MODE_0=1920x1080
SCREEN_07="xfreerdp -u user -d corp -g 1920x1080 -x 100 -a 24 --no-osb --no-bmp-cache --no-nla --no-tls --sec rdp --ignore-certificate --disable-menu-animations --disable-full-window-drag --plugin rdpsnd
192.168.0.150"