Skip to main content
View All
Search
Shelves
Books
Sign up
Log in
Info
Content
Installing XRDP
Page Revisions
Revision #1 Changes
Installing XRDP
sudo -i
apt install xrdp -y
systemctl status xrdp (Make sure xrdp is running)
systemctl enable xrdp (Start on Startup)
ufw allow 3389 (RDP port)
Back to top