RDP in FreeBSD
December 23 201640 words, ~1 min. read
freebsd, rdp, desktop
In order to enable RDP in FreeBSD, perform the following steps,
- Install any desktop environment of your choice
pkg install xrdp- Edit
/etc/rc.conf
xrdp_enable="YES"
xrdp_sesman_enable="YES"
- Update
SESSIONSvariable in/usr/local/etc/xrdp/startwm.sh(e.g.startxfce4,startkde,mate-session,lxsession) - Restart service
service xrdp restart