> For the complete documentation index, see [llms.txt](https://help.holixa.com/holixa-erp-connector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.holixa.com/holixa-erp-connector/system-requirements.md).

# System Requirements

System requirements to run the ERP Connector are basically the same as for the Autodesk Vault Professional client.

* [Autodesk Vault 2024](https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/System-requirements-for-Autodesk-Vault-2024-products.html) system requirements
* [Autodesk Vault 2023](https://knowledge.autodesk.com/support/vault-products/learn-explore/caas/sfdcarticles/sfdcarticles/System-requirements-for-Autodesk-Vault-2023-products.html) system requirements
* [Autodesk Vault 2022](https://knowledge.autodesk.com/support/vault-products/learn-explore/caas/sfdcarticles/sfdcarticles/System-requirements-for-Autodesk-Vault-2022-products.html) system requirements

On top of that, you need access to an SQL database to be able to create and send/read the data to/from the Data Interface.

Also, the [Publisher4VLT](https://help.arkance-systems.com/publisher4vlt/) license is mandatory to execute the document publishing process using the ERP Connector.

## Compatibility Matrix

| ERP Connector version | Compatible version of Autodesk Vault |
| --------------------- | ------------------------------------ |
| 27.x.x.x              | Autodesk Vault Professional 2022     |
| 28.x.x.x              | Autodesk Vault Professional 2023     |
| 29.x.x.x              | Autodesk Vault Professional 2024     |

## Licensing Requirements

* To make sure the licensing of the ERP Connector works flawlessly, whitelist the following addresses in your firewall on port 443:
  * <https://holixa.arkance-systems.com> (web portal);
  * <https://holixa-services.arkance-systems.com> (services).
* The website IP is 13.107.246.45, the service IP is 13.107.253.45.
* Also, if multiple Holixa-licensed add-ons are to be run on the same machine (this is especially valid for job servers where Publisher4VLT and ERP Connector may run side by side), it is recommended to use a separate user (Holixa) account (e-mail) for each add-on running on the machine.&#x20;


---

# 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://help.holixa.com/holixa-erp-connector/system-requirements.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.
