Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ZTXGate

Zero Trust Network Access Gateway from CoreZT.

Trial

Request a trial license at corezt.com/trial. Your license file arrives by email after signup.

Install

Requires Ubuntu 24.04 (amd64).

Grab the latest .deb and its detached signature (.deb.asc) from the Releases page.

Verify the download

  1. Download the Corezt release signing key from corezt.com/keys/corezt-release-key.asc, then import it:

    gpg --import corezt-release-key.asc
  2. Confirm the fingerprint matches:

    DD3F 5974 DBBE 79D4 8342  FBE9 2AE5 EB18 E9E8 1CC1
    
    gpg --fingerprint support@corezt.com
  3. Verify the .deb signature:

    gpg --verify ztxgate_<version>_amd64.deb.asc ztxgate_<version>_amd64.deb

    The output should include Good signature from "CoreZT Release Signing Key".

Install the package

# 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.sh

The wizard configures WireGuard, PKI, firewall rules, and creates your first admin user.

License

Use of ZTXGate is governed by the End User License Agreement.

Bugs & feedback