Files
install-xfce-xrdp/readme.md
2025-05-12 11:15:53 +03:00

802 B

Minimal GUI + Remote Desktop for Ubuntu Server

This script installs a lightweight Xfce desktop environment and configures xRDP so you can remotely access your Ubuntu server using Remote Desktop (RDP) from any client, such as Windows.


Features

  • Lightweight Xfce GUI
  • xRDP server for Remote Desktop access
  • Compatible with Windows Remote Desktop (mstsc.exe)
  • Works on headless servers
  • Firewall rule for RDP port (3389)

📦 Requirements

  • Ubuntu Server (20.04, 22.04, or 24.04)
  • sudo/root access
  • Internet connection

🛠️ Installation

  1. Download the script:
    wget https://raw.githubusercontent.com/ProTechEx/install-xfce-xrdp/refs/heads/main/install-xfce-xrdp.sh && chmod +x install-xfce-xrdp.sh && ./install-xfce-xrdp.sh