# Add the API Token to Epiphany

{% hint style="warning" %}
This feature is in Early Release/BETA. Please contact your Epiphany Systems support or sales contact to learn more.
{% endhint %}

#### Step 1:

* Once all data is collected from the FortiOS dashboard, create a .zip file named **Collector\_Upload.zip** containing the data from FortiOS.

#### Step 2:

To SCP the file to the On-Premises Epiphany Collector, follow these steps:

* Navigate to your Epiphany dashboard using a web browser.
* Download the PEM file to the local device.

#### Step 3:

Once the PEM file is downloaded, it can be used to perform SCP of the compressed map folder to the Epiphany Collector. Proceed with the steps below based on the operating system in use:

{% tabs %}
{% tab title="Linux" %}

* Send the file to the ‘upload’ user using the following commands:

```
scp -i ~/.ssh/key.pem <mapfiles> upload@<Collector_IP>:~/upload
```

{% endtab %}

{% tab title="Windows 10" %}

* Enable OpenSSH Client on Windows 10 by going to **Settings** > **Apps and features** > **Optional Features.**
* Select **Add a feature**.
* Search for **OpenSSH Client.**
  * If it is already installed, continue to the next step.&#x20;
  * If it isn't installed, install **OpenSSH Client**.
* Open a command prompt and use the following command:

```
scp -i ~/.ssh/key.pem <mapfiles> upload@<Collector_IP>:~/upload
```

{% endtab %}
{% endtabs %}
