Installation Guide

Step-by-step instructions to install Kalytera VMS on Windows or Linux.

Generated 2026-07-28 17:29 UTC

Prerequisites

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 Kalytera

Download the latest release from the Downloads page. Choose the right package for your OS:

Operating SystemPackageDefault Port
WindowsKalytera-Setup-x.x.x.msiHTTP 5099 · HTTPS 5443
Ubuntu / Debian (amd64)kalytera-vms_x.x.x_amd64.debHTTP 5099

The Community Edition (free, up to 4 cameras) can be downloaded directly. Paid editions require a license key — see the Licensing Guide.

Windows Installation

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:

  1. Accept the license agreement.
  2. Choose the installation directory (default: C:\Program Files\Kalytera VMS).
  3. Select optional features — Start Menu shortcuts and Desktop shortcut are enabled by default.
  4. Click Install and wait for completion, then click Finish.

Verify Installation

Open your browser and navigate to:

ProtocolURL
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 first-time setup page
Fresh installation — create the admin password to get started
Kalytera login page
Login page — shown after initial setup is complete

Windows Service Management

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+Rservices.msc) to manage the service interactively.

Linux Installation

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.

Uninstalling (Windows)

  1. Open Settings → Apps → Installed apps (or Control Panel → Programs and Features).
  2. Find Kalytera and click Uninstall.
  3. Follow the prompts.

Recordings and database files in your configured storage path are not removed during uninstallation. Delete them manually if you no longer need them.

Next Steps

After installation, proceed to First Time Setup to create the admin account, complete the configuration wizard, and add your first camera.