> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/virtual-appliances.md).

# Virtual Appliances

A virtual appliance is a pre-configured virtual machine image, ready to run on a hypervisor. TelcoBridges distributes virtual appliances having *T*ctrl (TMG-CONTROL) pre-installed.

#### Download

* [Release 2.9 Centos 7 Open Virtual Appliance (.ova)](http://download.distribution.telcobridges.com/appliances/centos7_virtual_appliance_v2-9.ova)
* [Release 2.8 Centos 7 Open Virtual Appliance (.ova)](http://download.distribution.telcobridges.com/appliances/centos7_virtual_appliance_v2-8.ova)
* [Release 2.7 Centos 5 Open Virtual Appliance (.ova)](http://download.distribution.telcobridges.com/appliances/centos5_virtual_appliance_v2-7.ova)
* [Release 2.6 Centos 5 Open Virtual Appliance (.ova)](http://download.distribution.telcobridges.com/appliances/centos5_virtual_appliance_v2-6.ova)
* [Release 2.5 Centos 5 Open Virtual Appliance (.ova)](http://download.distribution.telcobridges.com/appliances/centos5_virtual_appliance_v2-5.ova)

#### How to Use the Virtual Appliance

**Oracle VirtualBox**

1. Download and install the latest free Oracle VirtualBox from [VirtualBox.org](https://www.virtualbox.org)
2. Open the .ova file with Oracle VirtualBox (File -> Import Appliance)
3. Start the Virtual Machine

![400](https://docs.telcobridges.com/w/images/b/bc/Virtualbox_vm_start.png)

4. Login to the Virtual Machine from the VirtualBox terminal window

* login: root
* Password: P\*ssw0rd

5. Type "ifconfig" and get the IP address of your VM (only accessible from your computer)

![Virtualbox vm login](https://docs.telcobridges.com/w/images/8/87/Virtualbox_vm_login.PNG)

6. Open a browser and type in *`http://ip_address:12358`* in the address bar

![Virtualbox vm browse](https://docs.telcobridges.com/w/images/9/9f/Virtualbox_vm_browse.png)

7. Login to the web portal

* Username: root
* Password: root

**VMware Workstation Player**

1. Download and install the latest license free VMware Workstation Player from [VMware](http://www.vmware.com)
2. Open the .ova file with VMware Workstation Player
3. Start the Virtual Machine

![Vmware vm start](https://docs.telcobridges.com/w/images/7/70/Vmware_vm_start.png)

4. Login to the Virtual Machine from VMware Player terminal window

* login: root
* Password: P\*ssw0rd

5. Type "ifconfig" and get the IP address of your VM (only accessible from your computer)

![Vmware vm login](https://docs.telcobridges.com/w/images/f/fd/Vmware_vm_login.png)

6. Open a browser and type in *`http://ip_address:12358`* in the address bar

![Vmware vm browse](https://docs.telcobridges.com/w/images/8/88/Vmware_vm_browse.png)

7. Login to the web portal

* Username: root
* Password: root


---

# 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://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/virtual-appliances.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.
