Overview
Cysmiq self-hosted deployments use Replicated. Choose an installer option for your environment.Installer options
- KOTS
- KURL
Install on an existing Kubernetes cluster with the Replicated Admin Console. Continue with the steps below.
Prerequisites
- Two license files from Cysmiq: a Replicated license (
.yaml) and a Cysmiq application license (.lic) - Network access for Replicated and Cysmiq endpoints. See network requirements
- KOTS
- Embedded Cluster
- KURL
- A Kubernetes cluster that meets the self-hosting requirements
kubectlconfigured with cluster-admin access- Replicated KOTS CLI installed. Follow the KOTS CLI getting started guide
- A DNS name or load balancer for your Cysmiq app if you plan to expose it with Ingress or HTTPProxy
Steps
Install Cysmiq with KOTS
- KOTS
Run the install command provided during onboarding. It prompts you for a namespace and the Admin Console password.When the install completes, keep the terminal output. It includes the Admin Console access URL.
Open the Admin Console
- Local access
If your workstation can reach 
If you need to reopen the console later, run:
http://localhost:8800, open it and log in with the password you set.
Reopen the Admin Console
Access from a remote VM
Access from a remote VM
If you run Change
kubectl on a remote VM and cannot access http://localhost:8800, expose the kotsadm service and access it via the node IP.Expose the Admin Console with NodePort
type: ClusterIP to type: NodePort, save, then run kubectl get svc -n <namespace> to find the assigned port.Upload the Replicated license
Upload the Replicated license file to continue.

If you see a “Let’s get you started!” sidebar, first enter your
Application Domain Name then scroll down and press Continue.Configure Cysmiq
- Ingress
Open the Config tab and set the required fields, including Application Domain Name. Keep defaults unless you need custom storage, database, or exposure settings.
Select Save config to apply the settings. For a full list of options, see Self-hosting configuration.

Run preflight checks and deploy
Review the preflight checks, resolve any failures, then continue.From the Admin Console dashboard, wait for the application status to reach Ready. You might see Missing or Deploying while the installation completes.

