> ## Documentation Index
> Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Private Provider Registry

> Manage proprietary Terraform providers in env zero's Private Provider Registry, keeping custom provider binaries secure and accessible across your organization.

As more and more organizations adopt Infrastructure as Code, managing third-party providers has become a critical challenge. While the open-source community has created an enormous variety of providers, many enterprises have unique requirements that require custom-built providers or specialized third-party solutions.
That's where env zero's new **Private Provider Registry** feature comes in. With it, you can manage your Terraform providers privately across your organization.

# Creating A Provider

As an env zero admin, you should have permission to create a provider. Navigate to `Registry` on the navigation bar, and click the `Providers` tab. There you will see the `Create New Provider` button.

<Frame>
  <img src="https://mintcdn.com/envzero-b61043c8/U9rcMIDzc38oPcXx/images/changelogs/2023/04/9e89b44-providers-list.png?fit=max&auto=format&n=U9rcMIDzc38oPcXx&q=85&s=af18657f4a7dbffb1a909181c73b7fc0" alt="Feature demonstration screenshot showing new functionality" width="3456" height="1676" data-path="images/changelogs/2023/04/9e89b44-providers-list.png" />
</Frame>

# Managing Provider's Versions

You can see instructions on how to use a provider, and a list of its supported versions and platforms by clicking its card and opening the provider page.

<Frame>
  <img src="https://mintcdn.com/envzero-b61043c8/U9rcMIDzc38oPcXx/images/changelogs/2023/04/06005d9-provider-versions.png?fit=max&auto=format&n=U9rcMIDzc38oPcXx&q=85&s=50182f6eac612fb96a3afbee33d4d20c" alt="Feature demonstration screenshot showing new functionality" width="1920" height="828" data-path="images/changelogs/2023/04/06005d9-provider-versions.png" />
</Frame>

To learn how to set up the provider's versions fully, check out our [Provider Registry docs](/guides/admin-guide/private-registry/providers).

By using env0's Private Provider Registry, you can ensure that your providers remain secure and proprietary, while still enabling your team to manage and share them across your organization.
