> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/getting-started/installing-delivery-shield/installing-delivery-shield-on-vmware.md).

# Installing Delivery Shield on VMware

This page provides instructions to install the OpsMx Delivery Shield on a virtual machine hosted on VMware.

### Prerequisites

Before starting with the installation ensure that the following components are already installed in your system:

* VMware Workstation or VMware Player.
* Wget.

### Installation Instructions&#x20;

Follow the steps given below to install Delivery Shield on VMware.&#x20;

#### 1. Download OVF Files from S3 Bucket

Create a new folder and run the below commands from inside the folder to download OVF files from s3 bucket.

```
wget https://ssdvm-2025-05-03.s3.us-east-2.amazonaws.com/SSDVM-disk1.vmdk
wget https://ssdvm-2025-05-03.s3.us-east-2.amazonaws.com/SSDVM-file1.flp
wget https://ssdvm-2025-05-03.s3.us-east-2.amazonaws.com/SSDVM-file2.iso
wget https://ssdvm-2025-05-03.s3.us-east-2.amazonaws.com/SSDVM-file3.iso
wget https://ssdvm-2025-05-03.s3.us-east-2.amazonaws.com/SSDVM.mf
wget https://ssdvm-2025-05-03.s3.us-east-2.amazonaws.com/SSDVM.ovf
```

#### 2. Create VM Using VMware

* Open VMware Workstation or Player.
* Select File > Open.&#x20;
* Navigate to the downloaded path and select the SSDVM.ovf file.
* Follow the prompts to create and configure the virtual machine.

#### 3. Start and Login to the Virtual Machine

* Switch on the VM
* Log in using the credentials shared by OpsMx.&#x20;

#### 4. Run the Delivery Shield Installation Script

* Execute the bootstrap script with the required DNS and Organization name parameters:

```
./opsmxssd/bootstrap.sh <DNS_VALUE> <ORG_NAME>
```

* Replace \<DNS\_VALUE> and \<ORG\_NAME> with the appropriate values provided for your setup.

#### 5. Final Steps

* Wait for the installation to complete.
* Once finished, access the Delivery Shield dashboard in your browser using the DNS value.
* Use the following credentials to log in:
  * Username: admin
  * Password: Printed in the terminal upon script completion.

### Support

For any issues or clarifications during the installation, please contact [OpsMx support team](https://opsmx.freshdesk.com/support/login).

\
\ <br>


---

# 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.opsmx.com/getting-started/installing-delivery-shield/installing-delivery-shield-on-vmware.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.
