<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to install PegaProx in Proxmox - Proxmox help				            </title>
            <link>https://www.virtualizationhowto.com/community/proxmox-help/how-to-install-pegaprox-in-proxmox/</link>
            <description>Virtualization Howto Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 14 Jul 2026 03:41:43 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>How to install PegaProx in Proxmox</title>
                        <link>https://www.virtualizationhowto.com/community/proxmox-help/how-to-install-pegaprox-in-proxmox/#post-1533</link>
                        <pubDate>Mon, 09 Feb 2026 13:45:14 +0000</pubDate>
                        <description><![CDATA[Let&#039;s look at how to install PegaProx in your home lab. Take a look at my full write up on PegaProx here: Managing Multiple Proxmox Clusters Gets Messy When You Want Smarter Placement.
Inte...]]></description>
                        <content:encoded><![CDATA[<p><!-- wp:paragraph --></p>
<p>Let's look at how to install PegaProx in your home lab. Take a look at my full write up on PegaProx here: <a href="https://www.virtualizationhowto.com/2026/02/managing-multiple-proxmox-clusters-gets-messy-when-you-want-smarter-placement/" target="_blank" rel="noopener">Managing Multiple Proxmox Clusters Gets Messy When You Want Smarter Placement</a>.</p>
<p>Interestingly, PegaProx provides both VM and LXC container templates you can download from their mirrors that already have PegaProx installed. You can install it in a Docker container as well, but this is noted to be a <strong>dev-only</strong> type solution. When you provision these, they have a quick wizardized provisioning process to configure PegaProx in your environment.</p>
<p><!-- /wp:paragraph -->

<!-- wp:paragraph --></p>
<p>Download the images from the Pegaprox site here: <a href="https://pegaprox.com/">PegaProx</a>.</p>
<p><!-- /wp:paragraph -->

<!-- wp:image --></p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/downloading-the-provided-vm-or-lxc-container-template-1.png"><img class="wp-image-309295" src="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/downloading-the-provided-vm-or-lxc-container-template-1.png" alt="Downloading the provided vm or lxc container template" /></a>
<figcaption class="wp-element-caption">Downloading the provided vm or lxc container template</figcaption>
</figure>
<p><!-- /wp:image -->

<!-- wp:paragraph --></p>
<p>I picked the LXC container image. You download the image, and then copy this to your Proxmox host or just curl the image URL from your Proxmox host directly if you have it connected to the Internet.</p>
<p><!-- /wp:paragraph -->

<!-- wp:paragraph --></p>
<p>Once you pull down the backup image they provide, you can import it into Proxmox using the commands below for each respective image type. Be sure to change out the ID for the VM or LXC container and also what storage you want to target.</p>
<pre contenteditable="false"># For VM
qmrestore /var/lib/vz/dump/vzdump-qemu-XXX-YYYY_MM_DD-HH_MM_SS.vma.zst 100 --storage local-lvm

# For Container
pct restore 100 /var/lib/vz/dump/vzdump-lxc-XXX-YYYY_MM_DD-HH_MM_SS.tar.zst --storage local-lvm

# Replace:
#   100 = Your desired VM/CT ID
#   local-lvm = Your target storage name
#   File path = Path to your downloaded backup</pre>
<p><!-- wp:paragraph --></p>
<p>Below you can see me running the command for the downloaded image and getting this restored to my Proxmox server host.</p>
<p><!-- /wp:paragraph -->

<!-- wp:image --></p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/restoring-the-provided-lxc-container-template-downloaded-from-pegaprox-1.png"><img class="wp-image-309297" src="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/restoring-the-provided-lxc-container-template-downloaded-from-pegaprox-1.png" alt="Restoring the provided lxc container template downloaded from pegaprox" /></a>
<figcaption class="wp-element-caption">Restoring the provided lxc container template downloaded from pegaprox</figcaption>
</figure>
<p><!-- /wp:image -->

<!-- wp:paragraph --></p>
<p>I like how easy they have made this to get up and running. When you first login with the default username and password which are the below:</p>
<p><!-- /wp:paragraph -->

<!-- wp:paragraph --></p>
<p>Container:</p>
<p><!-- /wp:paragraph -->

<!-- wp:table --></p>
<figure class="wp-block-table">
<table class="has-fixed-layout">
<tbody>
<tr>
<td>Username</td>
<td><code>root</code></td>
</tr>
<tr>
<td>Password</td>
<td><code>PegaProx2026!</code></td>
</tr>
</tbody>
</table>
</figure>
<p><!-- /wp:table -->

<!-- wp:paragraph --></p>
<p>Virtual machine:</p>
<p><!-- /wp:paragraph -->

<!-- wp:table --></p>
<figure class="wp-block-table">
<table class="has-fixed-layout">
<tbody>
<tr>
<td>Username</td>
<td><code>pegaprox_admin</code></td>
</tr>
<tr>
<td>Password</td>
<td><code>PegaProx2026!</code></td>
</tr>
</tbody>
</table>
</figure>
<p><!-- /wp:table -->

<!-- wp:paragraph --></p>
<p>Then it will launch the configuration wizard you see below. You will set up your network connection and choose which port you want to run it on. It defaults to <strong>port 5000, 5001, 5002</strong>.</p>
<p><!-- /wp:paragraph -->

<!-- wp:paragraph --></p>
<p>&nbsp;</p>
<p><!-- /wp:paragraph -->

<!-- wp:image --></p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/running-the-initial-wizard-to-configure-pegaprox-1.png"><img class="wp-image-309299" src="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/running-the-initial-wizard-to-configure-pegaprox-1.png" alt="Running the initial wizard to configure pegaprox" /></a>
<figcaption class="wp-element-caption">Running the initial wizard to configure pegaprox</figcaption>
</figure>
<p><!-- /wp:image -->

<!-- wp:paragraph --></p>
<p>Setting a new password, etc.</p>
<p><!-- /wp:paragraph -->

<!-- wp:image --></p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/more-of-the-configuration-screen-on-the-lxc-container-1.png"><img class="wp-image-309301" src="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/more-of-the-configuration-screen-on-the-lxc-container-1.png" alt="More of the configuration screen on the lxc container" /></a>
<figcaption class="wp-element-caption">More of the configuration screen on the lxc container</figcaption>
</figure>
<p><!-- /wp:image -->

<!-- wp:paragraph --></p>
<p>At this point once the configuration wizard is ran, you can connect to the IP address and port configuration and login with the default password:</p>
<p><!-- /wp:paragraph -->

<!-- wp:list --></p>
<ul class="wp-block-list"><!-- wp:list-item -->
<li>user: <strong>pegaprox</strong></li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>pass: <strong>admin</strong></li>
<!-- /wp:list-item --></ul>
<p><!-- /wp:list -->

<!-- wp:image --></p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/logging-into-the-web-ui-for-pegaprox-1.png"><img class="wp-image-309303" src="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/logging-into-the-web-ui-for-pegaprox-1.png" alt="Logging into the web ui for pegaprox" /></a>
<figcaption class="wp-element-caption">Logging into the web ui for pegaprox</figcaption>
</figure>
<p><!-- /wp:image -->

<!-- wp:paragraph --></p>
<p>After you get logged in for the first time, this is what the all clusters overview screen by default looks like.</p>
<p><!-- /wp:paragraph -->

<!-- wp:image --></p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/default-dashboard-screen-with-pegaprox-1.png"><img class="wp-image-309305" src="https://www.virtualizationhowto.com/wp-content/uploads/2026/02/default-dashboard-screen-with-pegaprox-1.png" alt="Default dashboard screen with pegaprox" /></a>
<figcaption class="wp-element-caption">Default dashboard screen with pegaprox</figcaption>
</figure>
<p><!-- /wp:image --></p>
<p><!-- /wp:paragraph --></p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/proxmox-help/">Proxmox help</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/proxmox-help/how-to-install-pegaprox-in-proxmox/#post-1533</guid>
                    </item>
							        </channel>
        </rss>
		