Port details on branch 2025Q2 |
- xrdp Open source Remote Desktop Protocol (RDP) server
- 0.10.3,1 net
=0 0.10.3,1Version of this port present on the latest quarterly branch. - Maintainer: meta@FreeBSD.org
 - Port Added: 2025-04-02 07:36:18
- Last Update: 2025-04-02 07:32:02
- Commit Hash: 72c253d2
- License: APACHE20
- WWW:
- https://www.xrdp.org/
- Description:
- Based on the work of rdesktop, xrdp uses the remote desktop protocol to
present a GUI to the user.
The goal of this project is to provide a fully functional Linux terminal
server, capable of accepting connections from rdesktop and Microsoft's own
terminal server / remote desktop clients.
Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop
but an X window desktop to the user.
Xrdp uses Xvnc or X11rdp to manage the X session.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/net/xrdp/ && make install clean
- To add the package, run one of these commands:
- pkg install net/xrdp
- pkg install xrdp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xrdp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743349368
SHA256 (xrdp/xrdp-0.10.3.tar.gz) = 52d79732ab87c66390b088429bf495d65c1d0a1ad04e832b95c0f14e1174d096
SIZE (xrdp/xrdp-0.10.3.tar.gz) = 2480538
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nasm : devel/nasm
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- ice.pc : x11/libICE
- pixman-1.pc : x11/pixman
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xfixes.pc : x11/libXfixes
- xrandr.pc : x11/libXrandr
- Runtime dependencies:
-
- libxorgxrdp.so : x11-drivers/xorgxrdp
- xterm : x11/xterm
- ice.pc : x11/libICE
- pixman-1.pc : x11/pixman
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xfixes.pc : x11/libXfixes
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libImlib2.so : graphics/imlib2
- libfdk-aac.so : audio/fdk-aac
- libopenh264.so : multimedia/openh264
- libopus.so : audio/opus
- libx264.so : multimedia/libx264
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xrdp-0.10.3,1:
DEBUG=off: Build with debugging support
FUSE=off: Enable drive redirection via FUSE (experimental)
IPV6=on: IPv6 protocol support
====> Options available for the group AUDIO_CODEC
FDKAAC=on: Enable Fraunhofer FDK AAC for audio redirection
MP3LAME=off: Enable MP3 Lame for audio redirection
OPUS=on: Enable Opus for audio redirection
====> Options available for the group VIDEO_CODEC
OPENH264=on: H.264 video codec support via OpenH264
X264=on: H.264 video codec support via x264
===> Use 'make config' to modify these settings
- Options name:
- net_xrdp
- USES:
- autoreconf:build compiler:c11 cpe jpeg libtool localbase pkgconfig ssl xorg
- pkg-message:
- For install:
- xrdp has been installed.
There is an rc.d script, so the service can be enabled by adding this line
in /etc/rc.conf:
xrdp_enable="YES"
xrdp_sesman_enable="YES"
Do not forget to edit the configuration files in "/usr/local/etc/xrdp"
and the "/usr/local/etc/xrdp/startwm.sh" script.
To enable audio redirection, install the following ports/packages to meet
your environment.
- audio/pipewire-module-xrdp
- audio/pulseaudio-module-xrdp
- Master Sites:
|