# Proxmox VPS

## Introduction

This module is one of our most extensive ones and allows selling of KVM or LXC from your proxmox environment.

## Installation

### Host configuration

{% hint style="info" %}
This module supports host management. In order to use it for any products, you have to create at least one [host](/hosting/hosts.md) assigned to this module.
{% endhint %}

Configuration of the host:

{% tabs %}
{% tab title="Hostname" %}
The "Hostname" field is used to establish the API connection. Please enter either the FQDN or the IP, depending on how you access your PVE panel.
{% endtab %}

{% tab title="Name" %}
The "Name" field of the host should reflect the exact name of the host in PVE.
{% endtab %}

{% tab title="Username" %}
Enter the username you use to log in to the Proxmox Panel. If you are not using the "Linux PAM" realm, enter the realm separated by an @ after the username. For example, "user\@pve" or just "user" for the pam realm.
{% endtab %}

{% tab title="Password" %}
Enter the password you use to log in to the Proxmox Panel.
{% endtab %}
{% endtabs %}

### Hostgroup configuration

After creating at least one host with the Proxmox module, additional settings appear on the host group editing page. Here you can adjust the storage locations and other global settings for all hosts in the group.


---

# 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.hostware.io/modules/hosting-provisioning/proxmox-vps.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.
