Deployment / Test and Monitoring
It's important to validate that your instance is configured correctly, and that users can connect to them. You can use our connection tester to run through a series of tests and confirm that it's seeing the expected results.
If running with Docker, ensure that you are using host networking. NAT and bridge mode introduce another layer of translation that could be limiting to performance.
File handle limits should be increased to ensure LiveKit could accept incoming connections.
ulimit -n 65535
When configured, LiveKit exposes Prometheus stats via /metrics endpoint. We export metrics related to rooms, participants, and packet transmissions.
To view the list of metrics we export, see livekit-server/pkg/telemetry/prometheus.
Previous
Distributed Set-up
Up Next
Benchmarking