Zero Trust Network Access Gateway from CoreZT.
Request a trial license at corezt.com/trial. Your license file arrives by email after signup.
Requires Ubuntu 24.04 (amd64).
Grab the latest .deb and its detached signature (.deb.asc) from the
Releases page.
-
Download the Corezt release signing key from corezt.com/keys/corezt-release-key.asc, then import it:
gpg --import corezt-release-key.asc
-
Confirm the fingerprint matches:
DD3F 5974 DBBE 79D4 8342 FBE9 2AE5 EB18 E9E8 1CC1gpg --fingerprint support@corezt.com
-
Verify the
.debsignature:gpg --verify ztxgate_<version>_amd64.deb.asc ztxgate_<version>_amd64.deb
The output should include
Good signature from "CoreZT Release Signing Key".
# 1. Stage your license file
sudo cp license.ztx /tmp/ztx-license.ztx
# 2. Install
sudo dpkg -i ztxgate_<version>_amd64.deb
sudo apt-get install -f # resolve dependencies if prompted
# 3. Run the setup wizard
sudo ztx-setup.shThe wizard configures WireGuard, PKI, firewall rules, and creates your first admin user.
Use of ZTXGate is governed by the End User License Agreement.
- Report a bug: open an issue
- Support: support@corezt.com