This guide uses the official Docker deployment.
git clone https://github.com/jitsi/docker-jitsi-meet.git
cd docker-jitsi-meet
Copy the example configuration and set your domain:
cp env.example .env
Edit .env and set PUBLIC_URL=https://meet.example.com and other variables.
docker compose up -d
Open your PUBLIC_URL in a browser to start a meeting.
Check the Jitsi Docker guide or reach out via our contact page.