Windows Server

This topic contains instructions for a Windows server deployment.

Once a server is installed based on the deployment information below, it will automatically be updated when new server packages are released.

Package names:

  • hydns-[version]-[OS(-flavor)]-[architecture]

Where:

  • [version], is a number string, for example, 1.0.114 based on a recent build.
  • [OS(-flavor)], can be Linux, Windows, OSx (coming soon) with flavor and version information, like ubuntu22.04 or windows, for example.
  • [architecture], references the system chip information, for example, amd64.

Hydden uses port 22101 as the default Bootstrap port.

Windows Server Deployment

  1. Run the package installation:

    • cmdline:
      1. As an administrator, open a cmd prompt window on a networked system.
           C:\Users\administrator>C:\Users\administrator\Desktop\hydns-1.0.114-windows-amd64.exe
           2024-05-06T20:21:46.629-0400    INFO    Installing Hydden ...
           ...
           ... installed successfully   {"pid": 4952, "name": "hydn-server"}
    • executable:
      1. Right-click the executable and select Run as Administrator.
      2. On the “Windows protected your PC” modal, click More info.
      3. Click the Run anyway button.
  2. A successful installation triggers the bootstrap process. Select your preferred browser from the modal.

    img
    Server bootstrap page

  3. Select Create a new cluster.

  4. Click Next.

  5. On the Bootstrap Hydden Server page:

    1. From the OpenID Connect Configuration drop-down select your Provider, the options are

      • Azure Multi Tenant,
      • Azure Single Tenant,
      • Google,
      • Okta, or
      • Custom

      We are using Azure Single Tenant for this example.

    2. Enter a name, for example, YourOrg-Hydden-On-prem.

    3. For Client Server, in your Azure portal app registration, navigate to Manage | Certificates & Secrets and on the Client Secrets tab, click + New client secret. Copy the secret and on the bootstrap page, paste the secret into the Client Server field.

      img
      Azure portal Certificates & Secrets page

    4. For the Client ID, in your Azure portal app registration, navigate to Overview and copy the Application Client ID. On the bootstrap page, paste the Application Client ID into the Client ID field.

      img
      Azure portal overview page

    5. In your Azure portal, navigate to Manage | Authentication and under Platform Configuration, click + Add platform, select Web.

      img
      Add platform page

      From the bootstrap page copy and paste the Redirect URL into the web platform configuration in the Azure portal. Select the “Access tokens (used for implicit flows)” and “ID tokens (used for implicit and hyrid flows)” checkboxes.

    6. For the Issuer, in your Azure portal, navigate to your organization’s “Microsoft Entra ID” Overview page and copy the Tenant ID. On the bootstrap page, for Issuer, type https://login.microsoft.com/{tenant_id}/v2.0 and replace {tentant_id} by pasting the previously copied Tenant ID into the URL.

      The Issuer URL is not required for this configuration.

      img
      Filled out bootstrap page

    7. Click Login for the auth handshake.

    8. Click Next.

      Verify your details on the final bootstrap page.

      img
      Bootstrap verification page

  6. Click Finish.