> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-paul-querna-mcp-sources-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Tailscale connector

> Integrate your Tailscale instance with C1 to run user access reviews, enable just-in-time access requests, and easily provision and deprovision access.

<Tip>
  **A newer version of this connector is available.** This version of the connector is no longer available for installation. If you're setting up a Tailscale connector with C1 for the first time, use the [v2 version](/baton/tailscale).
</Tip>

## Capabilities

| Resource  | Sync                                                          | Provision                                                     |
| :-------- | :------------------------------------------------------------ | :------------------------------------------------------------ |
| Accounts  | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |                                                               |
| Roles     | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |                                                               |
| Devices   | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |                                                               |
| Invites   | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |                                                               |
| Groups    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |
| ACL rules | <Icon icon="square-check" iconType="solid" color="#c937ae" /> | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |
| SSH rules | <Icon icon="square-check" iconType="solid" color="#c937ae" /> | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |

## Gather Tailscale credentials

Configuring the connector requires you to pass in credentials generated in Tailscale. Gather these credentials before you move on.

<Warning>
  A user with the **Admin** role in Tailscale must perform this task.
</Warning>

### Generate a new API key

<Steps>
  <Step>
    Log into Tailscale as an Admin user and click **Settings**.
  </Step>

  <Step>
    Click **Keys**.
  </Step>

  <Step>
    Click **Generate API key**. A **Generated new key** window opens showing the full value of the newly created key.
  </Step>

  <Step>
    Copy and save the API key.
  </Step>
</Steps>

**Done.** Next, move on to the connector configuration instructions.

## Configure the Tailscale connector

<Warning>
  To complete this task, you'll need:

  * The **Connector Administrator** or **Super Administrator** role in C1
  * Access to the set of Tailscale credentials generated by following the instructions above
</Warning>

<Tabs>
  <Tab title="Cloud-hosted">
    **Follow these instructions to use a built-in, no-code connector hosted by C1.**

    <Steps>
      <Step>
        In C1, navigate to **Apps** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **Tailscale** and click **Add**.
      </Step>

      <Step>
        Choose where to add the connector: **Create a new app**, or **Add to an existing app** (then select the app).

        If you're creating a new app, choose whether to link it to an application discovered from your identity provider: select **Yes** and pick the IdP application, or **No** to continue with just the connector.
      </Step>

      <Step>
        Set the connector's **Name** and, optionally, a **Description**.
      </Step>

      <Step>
        Click the pencil icon next to **Owners** to choose who can configure and manage this connector.
      </Step>

      <Step>
        Click **Add**. The connector is created and its configuration page opens.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Paste the API key into the **Tailscale API key** field.
      </Step>

      <Step>
        In the **Tailnet** field, enter the name of your Tailscale network.

        Find the name of your Tailnet in the top left corner of the Tailscale Admin Panel, next to the Tailscale logo.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your Tailscale connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    **Follow these instructions to use a connector, hosted and run in your own environment.**

    *Self-hosted connector not currently available.*
  </Tab>
</Tabs>
