Setup remote desktop for kali linux
Page 1 of 1
Setup remote desktop for kali linux
- Code:
sudo apt install -y xrdp && sudo service xrdp start && sudo service xrdp-sesman start
Auto Start The Service after boot
- Code:
sudo update-rc.d xrdp enable
Re: Setup remote desktop for kali linux
To solve this “second session” problem and allow as many sessions as you need, edit /etc/xrdp/startwm.sh
and add these lines before the lines that test and execute Xsession. The $HOME/.profile is not part of the solution, but is something that should be run before starting the session anyway.
- Code:
sudo gedit /etc/xrdp/startwm.sh
and add these lines before the lines that test and execute Xsession. The $HOME/.profile is not part of the solution, but is something that should be run before starting the session anyway.
- unset DBUS_SESSION_BUS_ADDRESS
- unset XDG_RUNTIME_DIR
- . $HOME/.profile
Similar topics
» Remote Desktop into windows from linux
» Switching Desktop Session Managers For Kali Linux
» Firewall For Security Linux Kali Linux & Mint
» Kali Linux in the Windows App Store || Kali Linux 2018.2 Launch
» install mate desktop linux
» Switching Desktop Session Managers For Kali Linux
» Firewall For Security Linux Kali Linux & Mint
» Kali Linux in the Windows App Store || Kali Linux 2018.2 Launch
» install mate desktop linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum