> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/faqs/self-managed-ee-faq.md).

# Harness Self-Managed Enterprise Edition FAQs

This topic addresses some frequently asked questions about Harness Self-Managed Enterprise Edition.

### How do I create my Harness account and my first project? <a href="#how-do-i-create-my-harness-account-and-my-first-project" id="how-do-i-create-my-harness-account-and-my-first-project"></a>

You create your Harness account the first time you use Harness Self-Managed Enterprise Edition. You are automatically assigned the Harness user role, Account Admin. For more information, check out the [Overview](/self-managed-enterprise-edition/new-to-self-managed-enterprise-edition/smp-overview.md) section.

### How do I deploy Harness modules? <a href="#how-do-i-deploy-harness-modules" id="how-do-i-deploy-harness-modules"></a>

You can add modules by editing the `override.yaml` file.

The Platform component and the module below is enabled by default:

* Harness Continuous Deployment (CD) - Next Generation

The Harness modules below can be enabled or disabled conditionally:

* Harness Chaos Engineering (CE)
* Harness Cloud Cost Management (CCM)
* Harness Continuous Integration (CI)
* Harness Security Testing Orchestration (STO)
* Harness Service Reliability Management (SRM)
* Harness Feature Flags (FF)

For more information, go to [Deploy Harness modules](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/smp-installationupgrade/helm-installation/install-using-helm.md#deploy-harness-modules).

### Which Harness modules are supported? <a href="#which-harness-modules-are-supported" id="which-harness-modules-are-supported"></a>

* [Chaos Engineering](/resilience-testing/chaos-engineering/new-to-chaos-engineering/whats-supported.md)
* [Cloud Cost Management (Beta)](/cloud-cost-management/resources/self-managed-enterprise-edition/1-smp-ccm-roadmap.md)
* [Continuous Delivery and GitOps](/continuous-delivery/new-to-continuous-delivery/cd-integrations.md)
* [Continuous Integration](/continuous-integration/use-harness-ci/use-harness-ci/set-up-build-infrastructure/which-build-infrastructure-is-right-for-me.md#feature-compatibility-matrix)
* [Custom Dashboards](/harness-ai/use-harness-platform/harness-dashboards/cdb-whats-supported.md)
* [Feature Flags](/feature-flags/new-to-feature-flags/ff-supported-platforms.md)
* [Security Test Orchestration](/security-testing-orchestration/new-to-sto/sto-whats-supported/sto-deployments.md)
* [Service Reliability Management](/service-reliability-management/new-to-srm/srm-whats-supported.md)

For more information on supported features, go to [What's supported in Self-Managed Enterprise Edition](/self-managed-enterprise-edition/new-to-self-managed-enterprise-edition/smp-supported-platforms.md).

### Can I use a self-managed external database? <a href="#can-i-use-an-self-managed-external-database" id="can-i-use-an-self-managed-external-database"></a>

Yes, the following tutorials are available for self-managed external database setup.

* [Configure an external self-managed MongoDB](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/external-db/mongo-db/use-an-external-self-managed-mongodb.md)
* [Configure an external self-managed TimescaleDB](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/external-db/timescaledb/use-an-external-sm-timescaledb.md)
* [Configure an external self-managed Redis](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/external-db/redis/use-an-external-redis-database.md)
* [Configure an external self-managed PostgreSQL](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/external-db/postgresql/use-an-external-postgres-database.md)

For more information, go to [Configure Harness Self-Managed Enterprise Edition to use external databases](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/external-db/configure-external-databases.md).

### Can I use self-signed certificates? <a href="#can-i-use-self-signed-certificates" id="can-i-use-self-signed-certificates"></a>

Yes. There are additional steps that you must take to configure self-signed certificates. For more information, go to [Use self-signed certificates](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/smp-installationupgrade/helm-installation/install-using-helm.md#use-self-signed-certificates-with-helm-based-installations).

### How do I manage feature flags? <a href="#how-do-i-manage-feature-flags" id="how-do-i-manage-feature-flags"></a>

You update Feature Flags using the `override.yaml` file for the Helm chart of your base installation. You can also update the `values.yaml` file for your Kubernetes delegate. For more information, go to [Manage Feature Flags](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/smp-installationupgrade/helm-installation/manage-feature-flags.md).

### Can I install Harness Self-Managed Enterprise Edition in an air-gapped environment? <a href="#can-i-install-harness-self-managed-enterprise-edition-in-an-air-gapped-environment" id="can-i-install-harness-self-managed-enterprise-edition-in-an-air-gapped-environment"></a>

Yes. For more information, go to [Install in an air-gapped environment](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/smp-installationupgrade/helm-installation/install-in-an-air-gapped-environment.md).

### How can I upgrade volumes created during Helm installation from gp2 to gp3? <a href="#how-can-i-upgrade-volumes-created-during-helm-installation-from-gp2-to-gp3" id="how-can-i-upgrade-volumes-created-during-helm-installation-from-gp2-to-gp3"></a>

Harness does not control volume types. Storage classes control volume types. You can modify the storage class setting, but you might lose data if AWS does not support a direct upgrade from `gp2` to `gp3`. Go to [Storage classes - AWS EBS](https://kubernetes.io/docs/concepts/storage/storage-classes/#aws-ebs) to understand Amazon Elastic Block Store (EBS) storage classes.

### Can I use external secrets for license values? <a href="#can-i-use-external-secrets-for-license-values" id="can-i-use-external-secrets-for-license-values"></a>

Yes, you can use Kubernetes-based external secrets for Harness Self-Managed Enterprise Edition license values in your Helm charts. For more information, go to [Use external secrets for license values](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/use-external-secrets-for-license-values.md).

### How can I troubleshoot installation failures? <a href="#how-can-i-troubleshoot-installation-failures" id="how-can-i-troubleshoot-installation-failures"></a>

For installation troubleshooting, go to [Helm installation failure](/self-managed-enterprise-edition/troubleshooting-and-resources/troubleshooting/helm-install-failure.md).
