# 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 the OpsMx support team.

\
\ <br>


---

# Agent Instructions: 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:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-delivery-shield-platform/getting-started/installing-delivery-shield/installing-delivery-shield-on-vmware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
