- 3 minutes to read

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.

Portal review and download step
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.

Review and Download tab
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.exe
  • InstallationMedia folder
  • one folder per configured server, for example localhost
  • generated configuration files used by the CLI, for example localhost\config.cli.json
flowchart LR A["Environment configured"] --> B["Review and Download"] B --> C["Validate architecture graph"] C --> D["Confirm ports, services, agents"] D --> E["Generate package"] E --> F["Download ZIP package"] F --> G["Run installer"] G --> H["Core Services"] G --> I["SQL Server databases"] G --> J["Selected agents"] style A fill:#87CEEB,stroke:#333,color:#000 style B fill:#FFD700,stroke:#333,color:#000 style C fill:#90EE90,stroke:#333,color:#000 style D fill:#87CEEB,stroke:#333,color:#000 style E fill:#FFD700,stroke:#333,color:#000 style F fill:#90EE90,stroke:#333,color:#000 style G fill:#87CEEB,stroke:#333,color:#000 style H fill:#90EE90,stroke:#333,color:#000 style I fill:#90EE90,stroke:#333,color:#000 style J fill:#90EE90,stroke:#333,color:#000

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.

  1. Review the workspace summary.
  2. Review the download options.
  3. Review server package entries.
  4. 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

Review Settings Graph
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

Generate diagram preview
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.

Allocated ports summary
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.

Next Step