> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources/tenable/deploy-a-site-collector-tenable.sc-only.md).

# Deploy a Site Collector (Tenable.sc only)

The deployment of a site collector happens in two parts:&#x20;

* First you will download the image and deploy it in your environment.&#x20;
* After you have completed the deployment, the collector will require an activation key.&#x20;

The steps are shown in this section and the next section.

### Download a Site Collector & Generate an Activation Key

#### Step 1:&#x20;

* Log in to your Epiphany account if you're not already logged in.&#x20;
* In the left menu, expand **Source Management** and select **Configuration**.\
  \
  ![](/files/P0sIGH1xIJx8qDxNNTUr)<br>
* Expand **Site Collectors.**
* Select **NEW COLLECTOR.**&#x20;

![](/files/LYt1pyhZmXUZBu48G1S5)

#### Step 2:&#x20;

* Enter information about the new collector:
  * **Name**: the name of the collector. You can name it anything you like.
  * **Site**: the location or address of where the data source is located.
  * **Notes**: any additional information.
* Select **Save**.

![Add New Collector.](/files/jz0cUL01x7uQsugmj9e3)

#### Step 3:&#x20;

The steps above provision a new site collector in the **Site Collectors** pane.&#x20;

* Select the **Actions** button for the site collector you just created.

![Select the Actions button. ](/files/et9Z7ZL5GUwdPJ8CWHj0)

* From the **Actions** drop-down, select **Download Image.**

![Select Download Image.](/files/qjDuZnJGAWtSuhQqTVip)

{% hint style="info" %}
The site collector image is approximately 2.6 GB. You should expect about a 20-minute download time over average business class connections. You will need to uncompress the site collector.
{% endhint %}

#### Step 4:&#x20;

* From the **Actions** drop-down, select **Get Activation Key**.&#x20;

![Select Get Activation Key.](/files/Ea6HwdXxUBSSxG1tXVVK)

{% hint style="warning" %}
The activation keys are one time use. If you close the **Activation Key** window, you will need to generate a new key.&#x20;
{% endhint %}

#### Step 5:  <a href="#step5" id="step5"></a>

The Activation Key will be generated and displayed for your site collector. Copy the key for your records. Do not close the window. &#x20;

![Activation Key.](/files/NFF4f2VJjQDYj2nKUYGT)

{% hint style="info" %}
If you did close the window, repeat Step 4 to generate a new key. Once you create a new activation key the previous one is void.&#x20;
{% endhint %}

### Activate Your Epiphany Site Collector

#### Step 6:&#x20;

Upon booting the Site Collector Image for the first time, an interactive login prompt displays.&#x20;

* Enter the default login credentials for a fresh image:&#x20;
  * **LOGIN:** config
  * **PASSWORD**: epiphany

{% hint style="info" %}
Upon entering these credentials you will be prompted to update the login credentials. Epiphany does not have access to your updated password.&#x20;
{% endhint %}

#### Step 7:&#x20;

The next step is to activate the site collector using the activation key obtained in  step 4 above.&#x20;

* Enter the key in Epiphany, exactly as shown..
* Press **Enter** when complete.&#x20;

#### Step 8:&#x20;

Once the activation key is entered, Epiphany will attempt to associate the site collector image to the Epiphany processing pipeline. If this is successful, you should see **Ready** on the main status screen for both the Network and Collector.&#x20;

* Exit the Collector Setup Menu and return to your Epiphany console.

![EIP Setup window.](/files/6zTAOviAqQDqKJwdsVTR)

#### Step 9:&#x20;

You have now completed the steps for downloading and setting up the Epiphany Site Collector. In your Epiphany console you should see ACTIVE in green in the lower-right corner of the Site Collector, the Status should be ENABLED, and the LAST CHECKIN time should be recent.

![Configured site collector showing "ACTIVE" in green in the lower-right corner.](/files/85HEbQLNu8YOLgu5sai7)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.reveald.com/technical-documentation/data-sources/tenable/deploy-a-site-collector-tenable.sc-only.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
