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

# Local Agent

# PREREQUISITES **:**

### 1) Network prerequisites:

The Local Agent must communicate with several network resources to function properly. Make sure that your local firewall rules, routes, and access control lists (ACLs) allow traffic on these three.

* [s3.eu-west-3.amazonaws.com](http://s3.eu-west-3.amazonaws.com) (port 80 and 443)
* [sqs.eu-west-3.amazonaws.com](http://sqs.eu-west-3.amazonaws.com) (port 80 and 443)
* [api.chift.eu](http://api.chift.eu) (port 80 and 443)

Test your network connection by running commands like `telnet`

```
➜  ~ telnet s3.eu-west-3.amazonaws.com 443
Trying 3.5.206.184...
Connected to s3.eu-west-3.amazonaws.com.
Escape character is '^]'.
```

### 2) Required libraries

The **.NET Framework 4.8 MUST be installed** on the server/computer where the local agent will be installed.

It can be downloaded from the [Microsoft official website:](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)

# LOCAL AGENT DOWNLOAD

After the login step, you will have two options to download and install the local agent on the same server/computer as your software instance:

1. **If you have admin access** to the server/computer where your software is installed, you can directly download the program by clicking on "Download."
2. **If your software is installed on a server/computer where you don’t have admin access**, you can send the program via email to the person or company with admin access to the server/computer where your software is installed.
