---
title: "Add an infobase to the client"
sidebar_label: "Add an infobase to the client"
sidebar_position: 4
description: "How to add an infobase to a thin or thick client (configurator)"
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {TabItemLabel} from '@selectel/docux/components'
import TrashIcon from '@selectel/docux/icons/trash'
import CopyIcon from '@selectel/docux/icons/copy'

# Add an infobase to the client

The data for adding a base to the client varies depending on how you [connect to 1C](/cloud-1c/connect/connect-to-1c.mdx) — via a private network from Selectel infrastructure or over the internet.

<Tabs queryString="add-infobase-to-client">
  <TabItem value="configurator-via-private-network">
    <TabItemLabel>
      Over a private network
    </TabItemLabel>

    1. [Connect to the cloud server](/cloud-servers/manage/connect-to-server.mdx) where the thin or thick client is installed.

    2. Launch the thin or thick client.

    3. Click **Add**.

    4. Select **Add an existing infobase to the list**.

    5. Select the base location option **On the 1C:Enterprise server**.

    6. In the **Server cluster** field, paste the connection address. You can copy it from the [control panel](https://my.selectel.ru/ones/base): in the top menu, click **Products** → **Managed 1C Cloud** → **Infobases** → infobase page → **Connection** tab → **Thick client** → **Connection address**.

    7. In the **Infobase name** field, paste the infobase name. You can find it in the [control panel](https://my.selectel.ru/ones/base): in the top menu, click **Products** → **Managed 1C Cloud** → **Infobases**.

    8. Click **Next**.

    9. Optional: change the startup parameters.

    10. Click **Finish**.
  </TabItem>

  <TabItem value="configurator-via-internet">
    <TabItemLabel>
      Over the internet
    </TabItemLabel>

    1. Launch the thin or thick client.

    2. Click **Add**.

    3. Select **Add an existing infobase to the list**.

    4. Select the base location option **On the 1C:Enterprise server**.

    5. In the **Server cluster** field, paste the connection address. You can copy it from the [control panel](https://my.selectel.ru/ones/base): in the top menu, click **Products** → **Managed 1C Cloud** → **Infobases** → infobase page → **Connection** tab → connection client → **Connection address from the Internet** field for the thin client or **Connection address** for the thick client.

    6. In the **Infobase name** field, paste the infobase name. You can find it in the [control panel](https://my.selectel.ru/ones/base): in the top menu, click **Products** → **Managed 1C Cloud** → **Infobases**.

    7. Click **Next**.

    8. Optional: change the startup parameters.

    9. Click **Finish**.
  </TabItem>
</Tabs>

<Formbricks />
