{% extends "base.html" %} {% block title %}Self-hosted licence{% endblock %} {% block content %}
Billing / Self-hosted

Self-hosted Vigil

Run the whole platform on your own server, VPC or air-gapped network. ${{ price }}/month per instance with Enterprise limits; your data never leaves your host.

{% for r in rows %}

Licence {{ r.license_id }} {% if r.revoked %}revoked{% elif r.expires < now %}expired{% else %}active until {{ r.expires|dt }}{% endif %}

Limits: {{ r.limits.get('servers') }} servers · {{ r.limits.get('monitors') }} monitors · {{ 'unlimited' if (r.limits.get('team_seats') or 0) >= 999 else r.limits.get('team_seats') }} seats. Online instances renew automatically while your subscription is active; air-gapped ones paste the key below once a year.

{{ r.key }}

After installing, the installation registers itself and waits for PuzariCloud's approval (you get an email; usually under an hour). Monitoring starts right away; editing unlocks on approval. The approved key is bound to that machine.

Install on your host

curl -fsSL {{ base_url }}/selfhosted/install.sh | sudo sh -s -- --domain vigil.yourcompany.com --email you@company.com --license '{{ r.key }}'

Ubuntu/Debian/RHEL/Alpine with 2 CPU, 4 GB RAM, 40 GB disk. The installer sets up Docker, Postgres, HTTPS and backups and prints the login URL. Full guide · offline bundle for air-gapped installs.

{% else %}

No licence yet

Buy a self-hosted subscription from Billing (the "Self-hosted" card) and the key appears here within seconds, or email hello@puzaricloud.in for an annual invoice or an air-gapped licence.

{% endfor %}

What you get

{% endblock %}