This page may well be out of date, as these platforms are not officially supported.
To install xpra using ports, just run:
cd /usr/ports/x11/xpra
make install clean
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:
xauth xkbcomp xkeyboard-configgcc cython subversion pkgconflibXrandr libXtst libXcomposite libXdamagegobject-introspection gtk3py311-PyOpenGL py311-PyOpenGL-acceleratepy311-gstreamer1 gstreamer1-plugins-flac gstreamer1-plugins-mad gstreamer1-plugins-ogg gstreamer1-plugins-opus gstreamer1-plugins-vorbisFollow https://github.com/Xpra-org/xpra/issues/3288#issuecomment-931851564
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.