---
title: "Connect to 1C"
sidebar_label: "Connect to 1C"
sidebar_position: 3
description: "How to connect to 1C in Ready Cloud using a web client, thin client, 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'

# Connect to 1C

<Tabs queryString="connect-to-1c">
  <TabItem value="web">
    <TabItemLabel>
      Web client
    </TabItemLabel>

    1. Open the connection address in your browser; you can find it in the [control panel](https://my.selectel.ru/ones/base): in the top menu, click **Products** → **1C Enterprise Cloud** → section **Information Bases** → information base page → tab **Connection** → block **Thin Client / WEB**.
    2. Authorize in 1C.
  </TabItem>

  <TabItem value="thin">
    <TabItemLabel>
      Thin client
    </TabItemLabel>

    1. If you are connecting for the first time, [set up a connection to 1C](/cloud-1c/connect/set-connection-to-1c.mdx).
    2. If you are connecting via a private network from Selectel infrastructure, [connect to the cloud server](/cloud-servers/manage/connect-to-server.mdx) that has the thin client installed.
    3. Open the thin client.
    4. Open the database.
    5. Authorize in 1C.
  </TabItem>

  <TabItem value="configurator">
    <TabItemLabel>
      Thick client (Configurator)
    </TabItemLabel>

    1. If you are connecting for the first time, [set up a connection to 1C](/cloud-1c/connect/set-connection-to-1c.mdx).
    2. If you are connecting via a private network from Selectel infrastructure, [connect to the cloud server](/cloud-servers/manage/connect-to-server.mdx) that has the thick client installed.
    3. Open the thick client.
    4. Open the database.
    5. Authorize in 1C.
  </TabItem>
</Tabs>

<Formbricks />
