Step 6: Review and Download
This is the final validation step before the installation bundle is generated. In the current Portal flow, this is also where the download action is exposed. The same download action is available from the Environment row in Actions > Download.

The current Portal wizard ends with the Review and Download step where the Environment is validated before any installation package is generated.
Click on the Review and Download step button to review the environment configuration that the installer will use to prepare the environment. The Portal collects these values and writes them into the generated installation package.

The Review and Download tab summarizes the selected mode, server packages, service count, and the generated installation actions before the package is created.
The generated output is a CLI bundle ZIP. After extraction, the bundle root contains the installer executable, server folder(s), and installation media required by the installer.
Typical bundle content:
Nodinite.Installer.Cli.exeInstallationMediafolder- one folder per configured server, for example
localhost - generated configuration files used by the CLI, for example
localhost\config.cli.json
Diagram: The final Portal review confirms the configured environment, validates the architecture, generates the ZIP bundle, and then hands off to the CLI installer for deployment.
Review and Download
This page is the final checkpoint before package generation. Work from top to bottom and confirm each block before you click any download action.
- Review the workspace summary.
- Review the download options.
- Review server package entries.
- Review allocated ports.
Workspace summary
The Workspace summary block is the first data review area on this page.
Confirm these values:
- Mode
- Auth
- Database
- Core host path
- Servers
- Selected agents
- Customer

Example of the architecture overview that reflects the current Environment settings before installation.
Download
After the workspace summary looks correct, move to the Download block on the right.
The available actions include:
- Use preview version for core services
- Download all packages (Core and Agents)
- Save and download all packages
- Download core host package
- Generate diagram preview
- Copy Mermaid script

The Generate diagram preview button creates the architecture preview so the values can be checked before the installation package is downloaded.
Use Generate diagram preview when you need visual confirmation before download.
Server packages
The Server packages block lists each configured server package and the included counts for Core Services and Agents.
Validate that each server package entry matches your intended deployment scope before downloading.
Allocated ports
The Allocated ports block is the final port-validation table. Confirm all listed names and ports before generating or downloading packages.

The final review shows the port assignments for the Web Client, Web API, Log API, Logging Service, Monitoring Service, and MCP Server before the installer package is generated.
Download the installation package
The current Portal flow exposes the package download in two places:
- from the final Review and Download step in the wizard
- from the Environment entry in the Actions menu using Download
This is the same action and the same bundle generation flow; the download page is not a separate active step in the current Portal UX.
After download, continue with Step 7: Install the Generated Package to run Nodinite.Installer.Cli.exe from an elevated PowerShell 7 prompt.
What to validate
- Core Services appear in the expected layout.
- Port numbers match your plan.
- Authentication choices look correct.
- Selected agents are included.
- SQL Server-related settings align with the target deployment.
- The ZIP package is generated only after the review is accepted.