Deployment overview
Dispatch runs anywhere .NET 10 and SQL Server reach. Pick the path that fits:
| Method | Best for | Guide |
|---|---|---|
| 🐳 Docker | Trying it, or container-native hosts | Docker |
| 🐧 Linux | A Linux server (systemd) | Linux |
| 🪟 Windows | A Windows server (service) | Windows |
| 📦 Virtual appliance | A hypervisor - nothing to install | Appliance |
Every path ends the same way: open https://<host>:8420, set the admin password, add a relay. The
SQL schema is created and migrated automatically on first start.
- Docker, Linux, and Windows installers can set up SQL Server Express for you, or point at an existing SQL Server / Azure SQL.
- The virtual appliance is a prebuilt Ubuntu VM with SQL + Dispatch already installed - import, power on, done.
Already running? See Upgrading for in-place upgrades.