-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Griffen Fargo edited this page May 14, 2026
·
4 revisions
Get your Lights Pi up and running in minutes.
- Raspberry Pi 3B+ or Pi 4
- MicroSD card (16GB+ Class 10)
- ENTTEC DMX USB Pro (or compatible)
- WiFi network credentials
Flash Raspberry Pi OS Lite to your MicroSD card using the Raspberry Pi Imager. Enable SSH and configure WiFi during the imaging process.
git clone https://github.com/gfargo/lights-pi.git
cd lights-pi
cp .env.example .envEdit .env with your Pi's hostname/IP and WiFi credentials:
PI_HOST=lights.local
PI_USER=pi
WIFI1_SSID=YourNetwork
WIFI1_PSK=YourPasswordRun the full setup command to install QLC+, configure the system, and harden security:
./lightsctl.sh setup-fullThis runs setup (base install) followed by harden (firewall, watchdog, unattended upgrades).
./lightsctl.sh doctor # Full health check
./lightsctl.sh health # Quick status
./lightsctl.sh open-web # Open QLC+ web UI- Check the Command-Reference for all available commands
- See Hardware-Setup for DMX fixture configuration
- Visit Troubleshooting if you run into issues