diff --git a/orka/orka-engine/orka-engine-30.mdx b/orka/orka-engine/orka-engine-30.mdx index 04dcfe0..46491f3 100644 --- a/orka/orka-engine/orka-engine-30.mdx +++ b/orka/orka-engine/orka-engine-30.mdx @@ -48,23 +48,17 @@ Orka Engine provides macOS virtualization via Command Line Interface (CLI) on in ## Obtaining an Orka License Key -Orka Engine requires a valid license key to operate. To request a license key: +Your license key is included in your order confirmation from MacStadium. If you don't have it, log in to your customer portal at [macstadium.users.licensespring.com](https://macstadium.users.licensespring.com) or contact [support@macstadium.com](mailto:support@macstadium.com). -1. Contact your MacStadium account representative +Activate your license: -2. Provide your organization name, deployment details, and use case - -3. Your account representative will submit your information to our licensing team for provisioning - -4. Receive license key via email (Est. 24 hour turnaround time) - -5. Activate: `orka-engine license set --key YOUR_KEY` +`orka-engine license set --key YOUR_KEY` You can also download Orka Engine directly at: [https://distribution.macstadium.com/orka-engine/official/3.6.0/orka-engine.pkg](https://distribution.macstadium.com/orka-engine/official/3.6.0/orka-engine.pkg) ## Installation -To install Orka Engine on an Apple silicon ARM (M1-M3) computer running macOS 13 (Ventura) and above, it is necessary to acquire and run the installer package. +To install Orka Engine on an Apple silicon host (M1 or later) running macOS 13 (Ventura) and above, it is necessary to acquire and run the installer package. The Orka Engine installer is self-guided and takes less than a minute to install successfully. Simply double click or right click open the **orka-engine.pkg** file from the source download directory and follow the prompts. diff --git a/orka/orka-on-aws-and-on-prem/orka-on-aws-getting-started.mdx b/orka/orka-on-aws-and-on-prem/orka-on-aws-getting-started.mdx index dfbf7ab..577ae95 100644 --- a/orka/orka-on-aws-and-on-prem/orka-on-aws-getting-started.mdx +++ b/orka/orka-on-aws-and-on-prem/orka-on-aws-getting-started.mdx @@ -247,17 +247,13 @@ You must attach a security group to allow traffic between the managed Kubernetes ## Obtaining an Orka License Key -Orka Engine requires a valid license key to operate. To request a license key: +Your license key is included in your order confirmation from MacStadium. If you don't have it, log in to your customer portal at [macstadium.users.licensespring.com](https://macstadium.users.licensespring.com) or contact [support@macstadium.com](mailto:support@macstadium.com). -1. Contact your MacStadium account representative +Activate your license: -2. Provide your organization name, deployment details, and use case - -3. Your account representative will submit your information to our licensing team for provisioning - -4. Receive license key via email (Est. 24 hour turnaround time) - -5. Activate: `orka-engine license set --key YOUR_KEY` +``` +orka-engine license set --key YOUR_KEY +``` You can also download Orka Engine directly from MacStadium. Contact your account representative for the current installer link. diff --git a/orka/orka-on-aws-and-on-prem/orka-on-prem-getting-started.mdx b/orka/orka-on-aws-and-on-prem/orka-on-prem-getting-started.mdx index 2cf5382..fcf96d5 100644 --- a/orka/orka-on-aws-and-on-prem/orka-on-prem-getting-started.mdx +++ b/orka/orka-on-aws-and-on-prem/orka-on-prem-getting-started.mdx @@ -88,15 +88,9 @@ Alternatively, you could also add these manually as ApiServer arguments by editi ### Obtaining an Orka License Key -Orka Engine requires a valid license key to operate. To request a license key: +Your license key is included in your order confirmation from MacStadium. If you don't have it, log in to your customer portal at [macstadium.users.licensespring.com](https://macstadium.users.licensespring.com) or contact [support@macstadium.com](mailto:support@macstadium.com). -1. Contact your MacStadium account representative - -2. Provide your organization name, deployment details, and use case - -3. Your account representative will submit your information to our licensing team for provisioning - -4. Receive license key via email (Est. 24 hour turnaround time) +Add your license key to `cluster.yml` under `orka_engine_license_key` before running the installer (see below). ### Installing the Orka Cluster Services diff --git a/remote-desktop-vdi/macstadium-vdi-deployment/deployment-guide.mdx b/remote-desktop-vdi/macstadium-vdi-deployment/deployment-guide.mdx index 294e5aa..ab30abb 100644 --- a/remote-desktop-vdi/macstadium-vdi-deployment/deployment-guide.mdx +++ b/remote-desktop-vdi/macstadium-vdi-deployment/deployment-guide.mdx @@ -32,7 +32,7 @@ There are three roles in this setup: - 10GB Ethernet - macOS 14 (Sonoma), 15 (Sequoia), or 26 (Tahoe) -An Orka Engine license key and installer URL (contact your MacStadium account representative) +An Orka Engine license key (included in your order confirmation from MacStadium — if you don't have it, log in to your customer portal at [macstadium.users.licensespring.com](https://macstadium.users.licensespring.com) or contact [support@macstadium.com](mailto:support@macstadium.com)) An administrator account on each machine Network connectivity between the controller and all Mac hosts @@ -274,7 +274,7 @@ cd ~/orka-automation/orka-engine-orchestration ansible-playbook install_engine.yml -i inventory -e "orka_license_key=YOUR-LICENSE-KEY" -e "engine_url=https://distribution.macstadium.com/orka-engine/official/3.5.2/orka-engine.pkg" ``` -**Note:** Obtain your license key and installer URL from your MacStadium account representative. +**Note:** Your license key is included in your order confirmation from MacStadium. If you don't have it, log in to your customer portal at [macstadium.users.licensespring.com](https://macstadium.users.licensespring.com) or contact [support@macstadium.com](mailto:support@macstadium.com). The installer URL is already included in the command above. ### 5.1  Verify the Installation