xrdp on BackBox 5

Started by mokaz, December 18, 2017, 07:27:04 PM

Previous topic - Next topic

mokaz

Hi there,

I saw a few folks aasking for xrdp setup on BackBox.
Here is what i've done.


sudo apt update
sudo apt upgrade

sudo apt install pkg-config
sudo apt install open-vm-tools
sudo apt-get install xserver-xorg-core
sudo apt-get install xserver-xorg

sudo nano /etc/X11/Xwrapper.config
anybody

sudo nano install-xrdp-1-9.sh
    paste script found at http://c-nergy.be/blog/?p=10752

sudo chmod +x install-xrdp-1-9.sh
./install-xrdp-1-9.sh

echo xfce4-session >~/.xsession

sudo nano /etc/xrdp/startwm.sh

(Edit your path as needed/wanted in xrdp)
# change PATH to be what your environment needs usually what is in
# /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
export PATH=$PATH


And you should be good to go.
Let me know,
Cheers,
m-