This guide uses Docker to run X2Go.
For Docker installation, see Docker.
Create a directory to store your configuration and compose files.
mkdir -p /opt/x2go
cd /opt/x2go
Define a container for X2Go.
services:
x2go:
image: x2go:latest
Start the container in the background.
docker compose up -d
Any questions?
Feel free to contact us. Find all contact information on our contact page.