Skip to content

QLSM — Quake Live Server Management

QLSM is a free, open source web UI for deploying and managing Quake Live dedicated servers without using a terminal. Flask backend, React frontend, Ansible for automation, Terraform for provisioning.

Start here

Core topics

Install

One-line install (self-host):

bash <(curl -fsSL https://raw.githubusercontent.com/dngrtech/qlsm/main/qlsm-install.sh)

With Vultr provisioning:

VULTR_API_KEY=your_vultr_api_key bash <(curl -fsSL https://raw.githubusercontent.com/dngrtech/qlsm/main/qlsm-install.sh)

See Installation for full requirements and options.