> For the complete documentation index, see [llms.txt](https://docs.threatdefence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.threatdefence.com/appliances/syslog-forwarder/deployment.md).

# Deployment

The **TD-SYSLOG-VM** is a virtual collector appliance provided by ThreatDefence. It securely forwards system logs to the ThreatDefence platform over TLS.

***

## VMware / OVF Deployment

1. **Obtain OVF**\
   Request the OVF package from ThreatDefence Technical Support.
2. **Initial Login**\
   Log in to the VM console using the **provided credentials**.
3. **Configure Networking**\
   Follow the prompts to choose **static IP** or **DHCP**.
4. **Access Web Interface**\
   After reboot, open the web interface at:\
   `https://<VM_IP>:5000`
5. **Upload Configuration File**\
   Upload the configuration file provided by ThreatDefence Support.
6. **Confirm Onboarding**\
   Notify ThreatDefence once the VM is operational to begin log onboarding.

***

## Hyper-V Deployment

1. **Obtain VHD**\
   Request the VHD image from ThreatDefence Technical Support.
2. **Create VM**
   * Set up as a **Generation 1 VM** in Hyper-V.
   * Assign **4 vCPUs** and **4 GB RAM**.
   * Attach the provided VHDX file as the existing disk.
3. **Initial Login**\
   Log in to the VM console using the **provided credentials**.
4. **Configure Networking**\
   Follow the prompts to choose **static IP** or **DHCP**.
5. **Access Web Interface**\
   After reboot, open the web interface at:\
   `https://<VM_IP>:5000`
6. **Upload Configuration File**\
   Upload the configuration file provided by ThreatDefence Support.
7. Ensure that your sensor can reach TD servers on **port 443 (HTTPS)** at the following domains and that the following domains are exempted from any TLS/SSL inspection:

   * `tele.threatdefence.io`
   * `vle.threatdefence.io`

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>For customers using our <strong>US</strong> infrastructure please allow the below domain in place of vle.threatdefence.io.</p></div>

   * `vle.us.secops-apps.io`
8. **Confirm Onboarding**\
   Notify ThreatDefence once the VM is operational to begin log onboarding.

***


---

# 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.threatdefence.com/appliances/syslog-forwarder/deployment.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.
