> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenbyte.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tenbyte Load Balancer

Configure and manage load balancers in Tenbyte Cloud for optimal traffic distribution and high availability.

## Select Load Balancer from Dashboard

* From your **Tenbyte Cloud dashboard**, select **Load Balancers** to begin setting up your load balancer across your virtual machines.

  <Frame caption="Load Balancer from Dashboard">
    <img src="https://mintcdn.com/vidinfra/Lcq_8Qv3zFmuoLBi/images/cloud/18.png?fit=max&auto=format&n=Lcq_8Qv3zFmuoLBi&q=85&s=8934bad1541e7f1863d4273ae5de60a0" alt="Load Balancer from Dashboard" width="1918" height="877" data-path="images/cloud/18.png" />
  </Frame>

***

## Select Load Balancer Type

* Choose **Load Balancer** from the available options under Type.

***

## Location Selection

* Under Location, select the data center where your resource will be created.

***

## Public IPv4 Address

* Enable Public IPv4 if you require an external IP address for the load balancer.

<Note>
  Enabling Public IPv4 will add an additional US\$2/month charge for the resource.
</Note>

***

## Select VPC Network

* Choose an existing VPC network for your resource or create a new one to isolate and secure your virtual machines.

  <Frame caption="Configure your Load Balancer">
    <img src="https://mintcdn.com/vidinfra/Lcq_8Qv3zFmuoLBi/images/cloud/19.png?fit=max&auto=format&n=Lcq_8Qv3zFmuoLBi&q=85&s=822d6e86ce9196b8c6b4217ef7c8f264" alt="Configure your Load Balancer" width="1918" height="862" data-path="images/cloud/19.png" />
  </Frame>

***

## Target Servers

* Select the **target servers** (VMs) you want the load balancer to distribute traffic to.

  <Frame caption="Select your Target VMs">
    <img src="https://mintcdn.com/vidinfra/Lcq_8Qv3zFmuoLBi/images/cloud/20.png?fit=max&auto=format&n=Lcq_8Qv3zFmuoLBi&q=85&s=aa5e68c30fdd54fd965569093ff6810e" alt="Select your Target VMs" width="1918" height="877" data-path="images/cloud/20.png" />
  </Frame>

***

## Configure Forwarding Rules

* Set up forwarding rules to define how the load balancer should route traffic to the VMs:
  * **Protocol**: Select TCP.
  * **Port**: Enter the source port.
  * **Target Port**: Set the target port for the VM.
* You can add multiple rules if your application requires different ports or protocols.

  <Frame caption="Configure Forwarding Rules">
    <img src="https://mintcdn.com/vidinfra/Lcq_8Qv3zFmuoLBi/images/cloud/21.png?fit=max&auto=format&n=Lcq_8Qv3zFmuoLBi&q=85&s=35d4ff03d61c46f0c2405155f342bca2" alt="Configure Forwarding Rules" width="1352" height="222" data-path="images/cloud/21.png" />
  </Frame>

***

## Review your Configuration and Create

* Provide a **Resource Name**. Review the configurations, including the Public IPv4, VPC network, target servers, and forwarding rules. Once everything looks good, click **Create** to set up the load balancer.

  <Frame caption="Create your Load Balancer">
    <img src="https://mintcdn.com/vidinfra/Lcq_8Qv3zFmuoLBi/images/cloud/22.png?fit=max&auto=format&n=Lcq_8Qv3zFmuoLBi&q=85&s=01c51d90bf6af2380dcdaab0aee55be9" alt="Create your Load Balancer" width="1918" height="877" data-path="images/cloud/22.png" />
  </Frame>

***

## View Your Created Load Balancer

* After creating your **Load Balancer**, you can view and manage it from the Load Balancers section in the **Network tab**.

  <Frame caption="View your Load Balancer">
    <img src="https://mintcdn.com/vidinfra/Lcq_8Qv3zFmuoLBi/images/cloud/24.png?fit=max&auto=format&n=Lcq_8Qv3zFmuoLBi&q=85&s=02e654666012c8453b6492cc8c167da4" alt="View your Load Balancer" width="1918" height="875" data-path="images/cloud/24.png" />
  </Frame>

* The Load Balancer will appear in the Network section with details like:
  * **Name**: The name you assigned to the load balancer.
  * **Public IPv4**: The external IP assigned to the load balancer.
  * **Private IPv4**: The internal IP assigned to the load balancer.
  * **Target Servers**: The VMs linked to the load balancer. You will see the assigned VMs listed along with their Private IPs.
  * **Status**: The status of the load balancer.

* You can manage and configure the load balancer from here, including adjusting settings or adding new target servers.
