Before installing Kalytera VMS, confirm your system meets these requirements:
If you are building from source with dotnet run, install the .NET 10 SDK separately. The packaged installer handles runtime deployment automatically.
Download the latest release from the Downloads page. Choose the right package for your OS:
| Operating System | Package | Default Port |
|---|---|---|
| Windows | Kalytera-Setup-x.x.x.msi | HTTP 5099 · HTTPS 5443 |
| Ubuntu / Debian (amd64) | kalytera-vms_x.x.x_amd64.deb | HTTP 5099 |
The Community Edition (free, up to 4 cameras) can be downloaded directly. Paid editions require a license key — see the Licensing Guide.
Right-click the downloaded .msi file and select Run as administrator, or run from an elevated PowerShell prompt:
Start-Process 'Kalytera-Setup-1.0.0.msi' -Verb RunAs
Follow the setup wizard:
C:\Program Files\Kalytera VMS).Open your browser and navigate to:
| Protocol | URL |
|---|---|
| HTTP (default) | http://localhost:5099 |
| HTTPS (optional) | https://localhost:5443 |
On a fresh installation, the browser redirects to the First Time Setup page to create the admin account. If an admin already exists, you will see the login page.


Kalytera is automatically registered as a Windows service named KalyteraVMS with Automatic startup and auto-restart on failure. Manage it via PowerShell:
Get-Service KalyteraVMS # Check status
Start-Service KalyteraVMS # Start
Stop-Service KalyteraVMS # Stop
Restart-Service KalyteraVMS # Restart
You can also use Windows Services (Win+R → services.msc) to manage the service interactively.
On Ubuntu or Debian amd64, install the .deb package:
sudo apt install ./kalytera-vms_1.0.0_amd64.deb
systemctl status kalytera-vms
The package installs to /opt/kalytera-vms/, registers a kalytera-vms systemd service, and binds to http://0.0.0.0:5099. FFmpeg and the ASP.NET runtime are bundled.
To remove Kalytera while keeping recordings and the database: sudo apt remove kalytera-vms. To remove everything including data: sudo apt purge kalytera-vms.
Recordings and database files in your configured storage path are not removed during uninstallation. Delete them manually if you no longer need them.
After installation, proceed to First Time Setup to create the admin account, complete the configuration wizard, and add your first camera.