Run "The Palace Server" as a Docker container.
The original installer asked to agree to this: License, so only continue if you agree.
docker build -t palaceserver .
docker run -p 9998:9998 -p 9990:9990 --name pserver palaceserver
Start your Palace client and connect to palace://localhost:9998
docker-compose up --build