Skip to content

Commit

Permalink
Merge pull request #944 from openziti/refine-zac-download-section
Browse files Browse the repository at this point in the history
add more words about the port for the example
  • Loading branch information
dovholuknf authored Sep 2, 2024
2 parents 02d5fb8 + ae06f50 commit b773e96
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docusaurus/docs/learn/quickstarts/zac/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ explore a [network](/learn/introduction/index.mdx).

## Downloading From GitHub

These steps are applicable to both the [Local - No Docker](/learn/quickstarts/network/local-no-docker.md) and the
[hosted yourself](/learn/quickstarts/network/hosted.md) deployments.
With ZAC 3.0+, the ZAC has been transformed to a single-page-application (SPA) allowing you to download an artifact
from GitHub and host the ZAC however you like. The controller was also modified to allow the ZAC to be hosted by the
controller. These steps are applicable to both the [Local - No Docker](/learn/quickstarts/network/local-no-docker.md)
and the [hosted yourself](/learn/quickstarts/network/hosted.md) deployments. When complete, the controller will host
the ZAC on the management API web binding.

1. On the controller host, download the latest release of the console from GitHub. You can use any console version >= 3.0.0.
1. On the controller host, download any console version >= 3.0.0 from GitHub.

```text
wget https://github.com/openziti/ziti-console/releases/latest/download/ziti-console.zip
Expand Down Expand Up @@ -51,7 +54,10 @@ These steps are applicable to both the [Local - No Docker](/learn/quickstarts/ne
sudo systemctl restart ziti-controller.service
```

1. Navigate to the console in your web browser, e.g., `https://ctrl.ziti.example.com:1280/zac/`
1. Navigate to the console in your web browser using whatever port the management API is configured for. Depending
on which quickstart you have used, the port may be different. The "Local" quickstart defaults to port 1280 while
the "Host OpenZiti Anywhere" quickstart defaults to 8441 and is customizable by you. Make sure you are using the
advertised host and port for your managment API, e.g., `https://ctrl.ziti.example.com:1280/zac/`

## Using Docker

Expand Down

0 comments on commit b773e96

Please sign in to comment.