This page may well be out of date, as these platforms are not officially supported.

FreeBSD

FreeBSD Ports

To install xpra using ports, just run:

cd /usr/ports/x11/xpra
make install clean

Compiling on FreeBSD

These instructions are incomplete and outdated - feel free to update them!

The Xvfb tool can be found in the package: xorg-vfbserver (not obvious!) Other packages you will need for:


Raspberry Pi OS

Follow https://github.com/Xpra-org/xpra/issues/3288#issuecomment-931851564

displayfd workaround

Because of the Raspberry Pi's limited power, getting an answer from displayfd might take more than the ten seconds specified as the standard timeout. In order to change this, you can start xpra like this:

xpra start --env=XPRA_DISPLAY_FD_TIMEOUT=30 ...

Alternatively, always specify a display when use the xpra start subcommand.