• HashiCorp Developer

  • HashiCorp Cloud Platform
  • Terraform
  • Packer
  • Consul
  • Vault
  • Boundary
  • Nomad
  • Waypoint
  • Vagrant
Consul
  • Install
  • Tutorials
  • Documentation
  • API
  • CLI
  • Try Cloud(opens in new tab)
  • Sign up
Consul Home

Install Consul Enterprise

Skip to main content
  • Install Consul Enterprise

  • Get Started

  • What is Consul?
  • Consul with Kubernetes
  • Consul with Virtual Machines
  • HCP Consul

  • Install Consul K8s CLI

  • Resources

  • Tutorial Library
  • Certifications
  • Community Forum
    (opens in new tab)
  • Support
    (opens in new tab)
  • GitHub
    (opens in new tab)
  1. Developer
  2. Consul
  3. Install Consul Enterprise

Consul Enterprise Installation

Operating System

Package manager for macOS

$ brew tap hashicorp/tap
$ brew install hashicorp/tap/consul-enterprise

Binary download for macOS

AMD64

Version: 1.14.4+ent

Download

ARM64

Version: 1.14.4+ent

Download

Release information

Changelog

Version: 1.14.4+ent

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Consul 1.14.4+ent online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Terms of use

The following shall apply unless your organization has a separately signed Enterprise License Agreement or Evaluation Agreement governing your use of the package: Enterprise packages in this repository are subject to the license terms located in the package. Please read the license terms prior to using the package. Your installation and use of the package constitutes your acceptance of these terms. If you do not accept the terms, do not use the package.

Binary download for Windows

386

Version: 1.14.4+ent

Download

AMD64

Version: 1.14.4+ent

Download

Release information

Changelog

Version: 1.14.4+ent

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Consul 1.14.4+ent online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Terms of use

The following shall apply unless your organization has a separately signed Enterprise License Agreement or Evaluation Agreement governing your use of the package: Enterprise packages in this repository are subject to the license terms located in the package. Please read the license terms prior to using the package. Your installation and use of the package constitutes your acceptance of these terms. If you do not accept the terms, do not use the package.

Package manager for Linux

$ wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
$ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
$ sudo apt update && sudo apt install consul-enterprise
$ sudo yum install -y yum-utils
$ sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
$ sudo yum -y install consul-enterprise
$ sudo dnf install -y dnf-plugins-core
$ sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
$ sudo dnf -y install consul-enterprise
$ sudo yum install -y yum-utils
$ sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
$ sudo yum -y install consul-enterprise
$ brew tap hashicorp/tap
$ brew install hashicorp/tap/consul-enterprise

Binary download for Linux

386

Version: 1.14.4+ent

Download

AMD64

Version: 1.14.4+ent

Download

ARM

Version: 1.14.4+ent

Download

ARM64

Version: 1.14.4+ent

Download

Release information

Changelog

Version: 1.14.4+ent

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Consul 1.14.4+ent online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Terms of use

The following shall apply unless your organization has a separately signed Enterprise License Agreement or Evaluation Agreement governing your use of the package: Enterprise packages in this repository are subject to the license terms located in the package. Please read the license terms prior to using the package. Your installation and use of the package constitutes your acceptance of these terms. If you do not accept the terms, do not use the package.

Binary download for FreeBSD

386

Version: 1.14.4+ent

Download

AMD64

Version: 1.14.4+ent

Download

Release information

Changelog

Version: 1.14.4+ent

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Consul 1.14.4+ent online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Terms of use

The following shall apply unless your organization has a separately signed Enterprise License Agreement or Evaluation Agreement governing your use of the package: Enterprise packages in this repository are subject to the license terms located in the package. Please read the license terms prior to using the package. Your installation and use of the package constitutes your acceptance of these terms. If you do not accept the terms, do not use the package.

Binary download for Solaris

AMD64

Version: 1.14.4+ent

Download

Release information

Changelog

Version: 1.14.4+ent

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Consul 1.14.4+ent online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Terms of use

The following shall apply unless your organization has a separately signed Enterprise License Agreement or Evaluation Agreement governing your use of the package: Enterprise packages in this repository are subject to the license terms located in the package. Please read the license terms prior to using the package. Your installation and use of the package constitutes your acceptance of these terms. If you do not accept the terms, do not use the package.

Note for ARM users

  • Use Armelv5 for all 32-bit armel systems
  • Use Armhfv6 for all armhf systems with v6+ architecture
  • Use Arm64 for all v8 64-bit architectures

The following commands can help determine the right version for your system:

$ uname -m$ readelf -a /proc/self/exe | grep -q -c Tag_ABI_VFP_args && echo "armhf" || echo "armel"

Consul tools

 

Download Consul tools

From this page you can download various tools for Consul. These tools are maintained by HashiCorp and the Consul Community.

Looking for more?

 

Official releases

All officially supported HashiCorp release channels and their security guarantees.

Featured Collections

  •  
    3 tutorials
    Get Started with HCP Consul
    Quickly get hands-on with HashiCorp Cloud Platform (HCP) Consul using the HCP portal quickstart deployment, learn about intentions, and route traffic using service resolvers and service splitters.
    • Consul
  •  
    4 tutorials
    Get Started with Consul on Kubernetes
    Install Consul on Kubernetes and quickly explore service mesh features such as service-to-service permissions with intentions, ingress with API Gateway, and enhanced observability.
    • Consul
  •  
    4 tutorials
    Get Started on VMs
    Consul is a networking tool that provides a fully featured service mesh and service discovery. Try Consul locally.
    • Consul

Featured Tutorials

  •  
    15min
    Control Access into the Service Mesh with Consul API Gateway
    Route inbound requests to applications running on the HashiCorp Consul service mesh by leveraging a single control plane.
    • Consul
  •  
    17min
    Network Infrastructure Automation with Consul-Terraform-Sync Intro
    Automate updates to network infrastructure including dynamic load balancing and firewall rules with Consul-Terraform-Sync.
    • Terraform
    • Consul
  •  
    16min
    Extend your Service Mesh to Support AWS Lambda
    Learn how to configure AWS Lambda functions to interact with Consul service mesh. Replace a Kubernetes service deployment with an AWS Lambda function.
    • Consul

About Consul

Consul offers a fully-featured service mesh solution that solves the networking and security challenges of operating microservices in multi-cloud and hybrid-cloud environment.

Featured docs

  • What is Consul?
  • API Introduction
  • Commands (CLI)
 
HCP Consul
Discover and securely connect your applications
Try HCP Consul
Give Feedback(opens in new tab)
  • Certifications
  • System Status
  • Terms of Use
  • Security
  • Privacy
  • Trademark Policy
  • Trade Controls
  • Give Feedback(opens in new tab)