> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdc-10.2-install/install-pentaho-data-catalog.md).

# Install Pentaho Data Catalog

Pentaho Data Catalog is a powerful solution for data discovery, data cataloging, and data governance. Installing Data Catalog in your environment enables you to manage structured and unstructured data using intelligent automation and machine learning, while laying the groundwork for advanced features like Pentaho Data Optimizer (PDO) and Pentaho Data Mastering (PDM) if licensed.

This guide helps you install Data Catalog and its optional components across various deployment scenarios, ranging from a single-node server to a distributed, containerized environment. You can also deploy Remote Workers to support scalable and secure metadata processing across different network zones.

## What’s included with installation

When you install Data Catalog, the following are also installed (based on your license):

* **Pentaho Data Optimizer (PDO)**: Automates intelligent data tiering to object storage.
* **Pentaho Data Mastering (PDM)**: Enables advanced data mastering and curation workflows.

{% hint style="info" %}
To access the appropriate release package, Pentaho provides specific credentials along with a URL download link. These credentials grant you access to download the required package for your server. For more information, contact [Pentaho support](https://support.pentaho.com/hc/en-us).
{% endhint %}

To install Data Catalog, see the following topics:

* [Components Reference](/pdc-10.2-install/install-pentaho-data-catalog/components-reference.md)
* [Install Docker](/pdc-10.2-install/install-pentaho-data-catalog/install-docker.md)
* [Install Data Catalog](/pdc-10.2-install/install-pentaho-data-catalog/install-data-catalog.md)

To install and configure a remote worker, see [Install and configure a Remote Worker](/pdc-10.2-install/install-pentaho-data-catalog/install-and-configure-a-remote-worker.md).

For Data Catalog upgrade instructions, see [Upgrade Data Catalog](/pdc-10.2-install/install-pentaho-data-catalog/upgrade-data-catalog.md) and to upgrade to a patch version, see [Upgrade Data Catalog to a patch version](/pdc-10.2-install/install-pentaho-data-catalog/upgrade-data-catalog/upgrade-data-catalog-to-a-patch-version.md).

For cloud-based deployments, see [Hyperscalers](/pdc-10.2-install/install-pentaho-data-catalog/hyperscalers.md).

{% hint style="info" %}
Use the Chrome browser to access the PDC user interface after installation. Default users are available for demo environments. For production environments, it is strongly recommended to create your own user accounts and disable default credentials.
{% endhint %}

For more help or access to downloads, visit the [Pentaho Support Portal](https://support.pentaho.com/).

## Additional Resources

* For advanced setup and custom configurations, see the [Advanced configuration](/pdc-admin/pdc-10.2-admin/ldc-advanced-configuration-ut_cp.md) section in the [Administer Pentaho Data Catalog](https://docs.pentaho.com/pdc-admin/pdc-10.2-admin/).
* For help with common issues, refer to the [Troubleshooting Pentaho Data Catalog](/pdc-admin/pdc-10.2-admin/pdc-troubleshooting-cp-ag.md) section in the [Administer Pentaho Data Catalog](https://docs.pentaho.com/pdc-admin/pdc-10.2-admin/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pdc-10.2-install/install-pentaho-data-catalog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
