Downloads
Every download needs a licence key, including the free tier. That is how we know who is running it and can tell you when something needs patching.
Current release
| Version | v1.7.9 |
|---|---|
| Released | 2026-09-05T06:10:28+00:00 |
| Size | 1.9 MB |
| SHA-256 | 81e14254dd113a824b44efa574940e8c60cbc744bb5782c32742b76be38fac35 |
Installing
1. Install the tools the installer needs. On Ubuntu or Debian:
apt-get update && apt-get install -y curl wget ca-certificates gnupg tar
On Rocky Linux, AlmaLinux or RHEL:
dnf install -y curl wget ca-certificates gnupg2 tar
2. Install VedrixCP. With curl:
curl -fsSL https://get.vedrixcp.com/install.sh | bash -s -- --licence YOUR-LICENCE-KEY
or with wget:
wget -qO- https://get.vedrixcp.com/install.sh | bash -s -- --licence YOUR-LICENCE-KEY
Replace YOUR-LICENCE-KEY with the key from
your account. Every licence has its own,
so there is no key to copy from this page.
It asks for the panel hostname and an administrator email, then shows a summary and waits for you to confirm before changing anything. To skip the questions — for an unattended or scripted install — pass them instead:
--hostname panel.yourcompany.com --admin-email you@yourcompany.com --unattended
Full instructions — including importing the signing key and verifying the download — are on the docs page.
Older versions
We publish the current release. If you need a specific earlier version — to match a staging environment, say — ask us.