-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
- Download
DMXRouter-Setup.exefrom the Releases page - Run the installer — all dependencies are included
- UAC will prompt for administrator privileges automatically if your account has them. This enables VLAN management without needing to right-click "Run as administrator"
VLAN management requires Windows Pro or Enterprise with Hyper-V enabled.
Download the binary for your architecture:
-
DMXRouter-vX.X.X-linux-x86_64.zip— standard PCs and servers -
DMXRouter-vX.X.X-linux-arm64.zip— Raspberry Pi 4/5, Orange Pi, and other ARM64 boards
Install the Qt6 runtime:
# Ubuntu / Debian / Raspberry Pi OS
sudo apt install libqt6core6 libqt6gui6 libqt6widgets6 libqt6network6 libqt6websockets6 libqt6openglwidgets6
# Fedora
sudo dnf install qt6-qtbase qt6-qtwebsockets
# Arch
sudo pacman -S qt6-base qt6-websocketsThen extract and run:
unzip DMXRouter-vX.X.X-linux-x86_64.zip
chmod +x DMXRouter
./DMXRouterVLAN management requires NetworkManager (sudo apt install network-manager if not present). The app prompts for your password when needed — no need to run as root.
Download the .app bundle from the Releases page. Qt6 frameworks are bundled inside.
Requires macOS 13.0 (Ventura) or later.
First launch: macOS quarantines apps downloaded from the internet. Double-click install.command (shipped alongside the app) to remove the quarantine and sign it locally. You only need to do this once. Alternatively, run manually in Terminal:
xattr -cr DMXRouter.app
codesign --force --deep --sign - DMXRouter.appImportant: Disable the macOS Application Layer Firewall for reliable real-time DMX operation (System Settings → Network → Firewall → OFF). The built-in firewall introduces random delays on UDP traffic. If you need firewall protection, use PF (pfctl) instead.
The app prompts for your password when needed — no need to run with sudo.
Getting Started
Routing & Merge
Protocols
Show Control
RDM
RDMNet
Tools
- Channel Patching
- Channel History
- Universe Monitor
- Network Discovery
- VLAN Management
- Statistics and Logging
Remote Access
Configuration