# Requirements and install

We offer a dedicated and segregated instance of Meterian, which is installed and run on customer premises/private cloud and hosts exclusively the data of the customer.

The  dedicated instance is distributed using a Ansible installation script, hence the software is required. Specifics are listed below:

* python v3.8 or greater
* ansible-core: v2.12.7 or greater
* ansible: v5.3.0 or greater

## Hardware recommendation

A standard Ubuntu Linux Virtual Machine with a minimum configuration of 4 cores, 16GB of memory and 120GB of free disk space.

## Connection to the Meterian cloud database

The dedicated instance will need to be connected to the internet so that regular updates to the components databases can be performed via connection to the Meterian cloud databases. On top of this, the internet connectivity is required to enable access to public registries, public repositories and other public resources. All connections to the internet can be routed through a proxy.

## Installation

In general two packages will be provided:

* a first package containing the installation script
* a second package containing the artifacts to install

The full instructions for installation are provided inside the first package in a README file. These also include specific instructions for the provisioning of the Sysadmin account (the system administrator).&#x20;


---

# 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.meterian.io/dedicated-instance/on-premises-op/requirements-and-install.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.
