# Edge configuration

After installing the Edge service, an additional configuration step is required from the Bekane frontend interface.

This configuration is mandatory to:

* Connect the Edge service to the backend
* Enable lease port management
* Allow infrastructure communication and remote access features

## Configure the Edge Service from the Frontend

From the Bekane web interface, navigate to:

```
Administration → Infrastructure → JIT EDGE → Edge Configurations
```

<figure><img src="/files/X6y2wl8gqNEyk1Cv1Dal" alt=""><figcaption></figcaption></figure>

Create or update the Edge configuration using the information corresponding to your environment.

{% hint style="warning" %}
The Edge service will not operate correctly until this configuration has been completed from the frontend administration panel.
{% endhint %}

### Edge Configuration Parameters

The following parameters are available when configuring a JIT EDGE instance:

* **Name**\
  Friendly name used to identify the Edge instance in the administration interface.
* **Pool**\
  Infrastructure pool associated with this Edge service.
* **JIT EDGE URL**\
  Public URL used by the backend to communicate with the Edge service.
* **Shared Token**\
  Shared authentication token used to secure communications between the backend and the Edge service.
* **Request Timeout (s)**\
  Maximum time, in seconds, allowed for backend requests to the Edge service before timing out.
* **Ready Timeout (s)**\
  Maximum time, in seconds, to wait for a VM or resource to become available.
* **Polling Interval (s)**\
  Interval, in seconds, between status checks and synchronization operations.
* **Enabled**\
  Enables or disables the Edge configuration.
* **Description**\
  Optional description or notes related to the Edge instance.

<figure><img src="/files/uOCgb26uLgbUpSKOTTA5" alt=""><figcaption></figcaption></figure>

### Edge Configuration List

The **Edge Configurations** page displays all registered JIT EDGE instances in a datatable view.

For each Edge instance, the table displays key information such as:

* Name
* Associated pool
* Edge URL
* Enabled state

This view allows administrators to quickly monitor and manage all configured Edge services.

<figure><img src="/files/SbtMbYj0bvJqp2pYAtBL" alt=""><figcaption></figcaption></figure>

#### Available Actions

Each Edge entry provides several management actions:

* **Test Connection**\
  Verifies communication between the backend and the Edge service.
* **Edit**\
  Updates the Edge configuration parameters.
* **Remove**\
  Deletes the Edge configuration from the platform.

{% hint style="warning" %}
Removing an Edge configuration may interrupt virtual machine provisioning and lease management operations associated with this Edge service.
{% endhint %}

Your Bekane instance is now installed and ready to be connected to your hypervisors and infrastructure pools in order to discover, manage, and provision your virtual machines.

Please, see [Instance configuration](/aministrator-docs/instance-configuration.md) documentations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.bekane.org/aministrator-docs/server-setup/edge-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
