# Enabling Python Server

The Python server is embedded in the Astera server and is required to use the Text Converter object in the tool. It is disabled by default, and this document will guide us through the process of enabling it.

## Steps

1. Launch the client and navigate to *Server > Manage > Server Properties*.

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/PFXihh5Hwox05KDbycLs/image.png" alt=""><figcaption></figcaption></figure>

2. In the Server Properties, check the *Start Python Server* checkbo*x* and press *Ctrl + S* to save your changes.

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/vJBp4hDx96Nfu8P8odNw/image.png" alt=""><figcaption></figcaption></figure>

3. Now open the *Start Menu > Services* and restart the service of Astera Integration Server 11.1.

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/dX5BWfzHhLU1CDlufjXv/image.png" alt=""><figcaption></figcaption></figure>

4. After restarting the service, wait for a few minutes and run cmd as administrator.

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/z5iCRUSO6fsdyt4AB80S/image.png" alt="" width="332"><figcaption></figcaption></figure>

5. Typ&#x65;**`netstat -ano | findstr :5001`** command in the command prompt to check if your python server is running.

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/fZ1OMD90WOL087yK6GLU/image.png" alt=""><figcaption></figcaption></figure>

We’ve successfully enabled the Python server. You can now close this window and use any python server dependent features in the Client.
