<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Roadmap | XOAP Docs</title>
	<atom:link href="https://xoap.io/docs-category/roadmap/feed/" rel="self" type="application/rss+xml" />
	<link>https://xoap.io/docs-category/roadmap/</link>
	<description>Platform for IT infrastructure and workplace automation</description>
	<lastBuildDate>Tue, 21 Jul 2026 13:25:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://xoap.io/wp-content/uploads/2023/11/cropped-favicon-32x32.png</url>
	<title>Roadmap | XOAP Docs</title>
	<link>https://xoap.io/docs-category/roadmap/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Image Management</title>
		<link>https://xoap.io/docs/roadmap-image-management/</link>
					<comments>https://xoap.io/docs/roadmap-image-management/#respond</comments>
		
		<dc:creator><![CDATA[Stella]]></dc:creator>
		<pubDate>Wed, 28 May 2025 13:07:42 +0000</pubDate>
				<guid isPermaLink="false">https://xoap.io/?post_type=docs&#038;p=23078</guid>

					<description><![CDATA[<p>XOAP Image Management has been rebuilt from the ground up. The previous generation wrapped an external, third-party build binary orchestrated from the XOAP cloud. The new generation is powered by a purpose-built, native .NET build engine that runs&#160;inside your own environment&#160;via the XOAP Connector. The result: more platforms, richer provisioning, built-in security tooling, and builds [&#8230;]</p>
<p>The post <a href="https://xoap.io/docs/roadmap-image-management/">Image Management</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-08f878cd wp-block-group-is-layout-flex">
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>XOAP Image Management has been rebuilt from the ground up. The previous generation wrapped an external, third-party build binary orchestrated from the XOAP cloud. The new generation is powered by a purpose-built, native .NET build engine that runs&nbsp;<strong>inside your own environment</strong>&nbsp;via the XOAP Connector.</p>



<p>The result: more platforms, richer provisioning, built-in security tooling, and builds that execute right next to the infrastructure they target — with the same XOAP console experience you already know.</p>
</blockquote>



<h2 class="wp-block-heading" style="font-size:38px">Old vs. new at a glance</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th></th><th><strong>Previous generation</strong></th><th><strong>New generation</strong></th></tr></thead><tbody><tr><td><strong>Build engine</strong></td><td>External third-party binary, launched as a subprocess</td><td>Native .NET engine — no third-party binary to install, patch, or version-pin</td></tr><tr><td><strong>Where builds run</strong></td><td>In the XOAP cloud</td><td><strong>On your XOAP Connector device</strong>&nbsp;— inside your network, next to your hypervisors and clouds</td></tr><tr><td><strong>Platforms</strong></td><td>5 — AWS, Azure, Google Cloud, vSphere, Nutanix</td><td><strong>15 target types</strong>&nbsp;— adds Proxmox, Hyper-V, XenServer, Oracle OCI, Docker, existing remote hosts, and&nbsp;<strong>bare-metal PXE</strong></td></tr><tr><td><strong>Provisioning steps</strong></td><td>5 provisioner types (PowerShell, Linux shell, DSC, Windows Update, Windows Restart)</td><td><strong>33 typed actions</strong>&nbsp;— package managers (apt/yum/dnf/chocolatey/winget), Ansible/Chef/Puppet/Salt, registry, firewall, systemd, file ops, validation &amp; Pester tests, and more</td></tr><tr><td><strong>Template format</strong></td><td>Per-platform JSON/HCL templates</td><td><strong>One YAML template for every platform</strong>, with inheritance (<code>extends</code>), snippet imports, and reusable action bundles</td></tr><tr><td><strong>After the build</strong></td><td>Image is stored — post-processing is your problem</td><td><strong>18 post-conversion steps</strong>, chainable: SBOM generation, vulnerability scanning (Trivy/Grype/Snyk), checksums, disk conversion, cross-cloud replication, uploads, notifications</td></tr><tr><td><strong>Secrets in logs</strong></td><td>Depends on script discipline</td><td><code>sensitive_variables</code>&nbsp;— declared secrets are&nbsp;<strong>masked in every log line</strong>, by contract</td></tr><tr><td><strong>Image versioning</strong></td><td>Manual naming conventions</td><td><strong>Built-in versioning</strong>&nbsp;with automatic retention (keep the last&nbsp;<em>N</em>, prune the rest)</td></tr><tr><td><strong>Failure behavior</strong></td><td>Orphaned build VMs were a known operational cost</td><td><strong>Automatic resource cleanup</strong>&nbsp;on failure&nbsp;<em>and</em>&nbsp;cancellation, plus enforced build timeouts</td></tr><tr><td><strong>Extensibility</strong></td><td>Fixed plugin set, pinned to the bundled engine version</td><td><strong>Signed plugin registry</strong>&nbsp;— SHA-256-verified, semver-versioned plugins, installed on demand</td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="five-things-the-new-generation-does-that-the-old-one-couldnt" style="font-size:38px">Five things the new generation does that the old one couldn&#8217;t</h2>



<h3 class="wp-block-heading" id="1-builds-run-where-your-infrastructure-lives" style="font-size:28px">1. Builds run where your infrastructure lives</h3>



<p>The old pipeline built from the XOAP cloud — which meant firewall exceptions for on-prem hypervisors and credentials leaving your perimeter. The new engine ships inside the&nbsp;<strong>XOAP Connector</strong>: builds execute on a device&nbsp;<em>you</em>&nbsp;control, on your network. Your vSphere, Proxmox, Hyper-V, and Nutanix endpoints stay private. Your cloud credentials stay local.</p>



<h3 class="wp-block-heading" id="2-one-template-every-platform-including-bare-metal" style="font-size:28px">2. One template, every platform — including bare metal</h3>



<p>Write the image definition once. The same YAML produces an Azure image, an AWS AMI, a vSphere template, a Proxmox template, a Hyper-V VHD, a Docker image — and can even provision&nbsp;<strong>physical machines over PXE</strong>, something the previous generation could not do. Identical hardening, identical agents, identical result, everywhere.</p>



<h3 class="wp-block-heading" id="3-security-is-a-pipeline-step-not-an-afterthought" style="font-size:28px">3. Security is a pipeline step, not an afterthought</h3>



<p>Every build can end with a compliance chain: generate an&nbsp;<strong>SPDX/CycloneDX SBOM</strong>, run a&nbsp;<strong>Trivy, Grype, or Snyk scan</strong>&nbsp;(and fail the build on severity), emit&nbsp;<strong>checksums and a signed manifest</strong>. What used to be a separate tooling project is now three lines of YAML.</p>



<h3 class="wp-block-heading" id="4-real-configuration-management-first-class" style="font-size:28px">4. Real configuration management, first-class</h3>



<p>Beyond scripts: native&nbsp;<strong>Ansible, Chef, Puppet, Salt, and Windows DSC</strong>&nbsp;actions, plus typed steps for package managers, Windows features and services, registry, firewall rules, and in-guest validation (including&nbsp;<strong>Pester</strong>&nbsp;test gates). Builds fail loudly on the step that broke — no more grepping one giant script log.</p>



<h3 class="wp-block-heading" id="5-clean-failure-semantics" style="font-size:28px">5. Clean failure semantics</h3>



<p>Cancelled a build? Timed out? Something broke mid-provision? The engine&nbsp;<strong>cleans up the cloud resources it created</strong>&nbsp;— instances, temporary firewall rules, key pairs — instead of leaving billable orphans behind. Timeouts are enforced per build, automatically.</p>



<h2 class="wp-block-heading" id="what-stays-the-same" style="font-size:38px">What stays the same</h2>



<ul class="wp-block-list">
<li><strong>Your console.</strong>&nbsp;Image management remains in the XOAP portal — dashboards, build history, live build progress.</li>



<li><strong>Your image definitions.</strong>&nbsp;Existing definitions are translated automatically; the migration path converts previous-generation builders and provisioners to their new-generation equivalents.</li>



<li><strong>Your pace.</strong>&nbsp;The new generation is enabled&nbsp;<strong>per workspace via a feature flag you control</strong>. Nothing changes until you flip it, and the previous generation remains available during the transition window.</li>
</ul>



<h2 class="wp-block-heading" style="font-size:38px">By the numbers</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th></th><th>Previous generation</th><th>New generation</th></tr></thead><tbody><tr><td>Platform targets</td><td>5</td><td><strong>15</strong></td></tr><tr><td>Provisioning step types</td><td>5</td><td><strong>33</strong></td></tr><tr><td>Post-build processing steps</td><td>0</td><td><strong>18</strong></td></tr><tr><td>Bare-metal support</td><td>—</td><td><strong>PXE, first-class</strong></td></tr><tr><td>Template reuse</td><td>copy &amp; paste</td><td><strong>extends / imports / bundles</strong></td></tr><tr><td>External build dependencies</td><td>engine binary + plugins</td><td><strong>none</strong></td></tr></tbody></table></figure>



<h2 class="wp-block-heading" id="the-complete-capability-reference" style="font-size:38px">The complete capability reference</h2>



<p>Everything the new generation ships, by category.</p>



<h3 class="wp-block-heading" id="platform-targets-15" style="font-size:28px">Platform targets (15)</h3>



<p>Where your images get built.</p>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Cloud</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Target</th><th>What it does</th></tr></thead><tbody><tr><td><code>azure-arm</code></td><td>Builds Azure Managed Images and Compute Gallery images via ARM, including Trusted Launch VMs</td></tr><tr><td><code>amazon-ebs</code></td><td>Builds AWS AMIs from EBS-backed EC2 instances</td></tr><tr><td><code>googlecompute</code></td><td>Builds Google Compute Engine images, with IAP tunneling for private VMs</td></tr><tr><td><code>oracle-oci</code></td><td>Builds Oracle Cloud Infrastructure custom images</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Virtualization</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Target</th><th>What it does</th></tr></thead><tbody><tr><td><code>vsphere-iso</code></td><td>Installs a VM from ISO on VMware vSphere and captures it as a template</td></tr><tr><td><code>vsphere-clone</code></td><td>Clones an existing vSphere template, customizes it, and re-captures</td></tr><tr><td><code>proxmox-iso</code></td><td>Installs a VM from ISO on Proxmox VE and converts it to a template</td></tr><tr><td><code>proxmox-clone</code></td><td>Clones an existing Proxmox VM/template, provisions, and re-templates</td></tr><tr><td><code>hyperv-iso</code></td><td>Builds a Hyper-V VM from ISO — including fully unattended Windows installs</td></tr><tr><td><code>hyperv-vmcx</code></td><td>Builds from an existing exported Hyper-V VM (VMCX)</td></tr><tr><td><code>nutanix</code></td><td>Builds images on Nutanix AHV via the Prism v3 API</td></tr><tr><td><code>xenserver</code></td><td>Builds VM templates on Citrix Hypervisor / XenServer</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Containers, bare metal, and existing hosts</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Target</th><th>What it does</th></tr></thead><tbody><tr><td><code>docker</code></td><td>Builds container images — pull-provision-commit or straight from a Dockerfile</td></tr><tr><td><code>pxe</code></td><td>Provisions&nbsp;<strong>physical machines</strong>&nbsp;over network boot (PXE) — OS install, drivers, post-install actions</td></tr><tr><td><code>remote</code></td><td>Runs the full action pipeline against any existing host you can reach over SSH/WinRM — no image artifact, just configuration</td></tr></tbody></table></figure>



<h3 class="wp-block-heading" id="actions-33" style="font-size:28px">Actions (33)</h3>



<p>The provisioning steps you compose into a build.</p>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Configuration management</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Action</th><th>What it does</th></tr></thead><tbody><tr><td><code>ansible</code></td><td>Runs Ansible playbooks — inline or from disk, with inventory and extra-vars</td></tr><tr><td><code>chef</code></td><td>Runs Chef cookbooks in solo or zero mode with a run-list</td></tr><tr><td><code>puppet</code></td><td>Applies Puppet manifests with Hiera data; supports dry-run (<code>noop</code>)</td></tr><tr><td><code>salt</code></td><td>Applies Salt states with pillar data</td></tr><tr><td><code>windows-dsc</code></td><td>Applies PowerShell DSC configurations from inline code or files</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Shell and script execution</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Action</th><th>What it does</th></tr></thead><tbody><tr><td><code>shell</code></td><td>Runs Linux shell commands or script files, with env vars and sudo wrapping</td></tr><tr><td><code>powershell</code></td><td>Runs PowerShell inline or from script files, with optional elevation</td></tr><tr><td><code>windows-shell</code></td><td>Runs classic CMD batch commands on Windows</td></tr><tr><td><code>shell-local</code></td><td>Runs a command on the&nbsp;<strong>build host</strong>&nbsp;instead of the target — for glue steps</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Package management</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Action</th><th>What it does</th></tr></thead><tbody><tr><td><code>apt</code></td><td>Installs, removes, and updates packages on Debian/Ubuntu, incl. custom repos</td></tr><tr><td><code>yum</code></td><td>Installs packages and package groups on RHEL/CentOS 7</td></tr><tr><td><code>dnf</code></td><td>Installs packages, groups, and module streams on RHEL/Rocky 8+/Fedora</td></tr><tr><td><code>chocolatey</code></td><td>Installs and upgrades Windows software via Chocolatey</td></tr><tr><td><code>winget</code></td><td>Installs Windows apps by ID via the built-in Windows Package Manager</td></tr><tr><td><code>msi-installer</code></td><td>Performs silent MSI installs with custom properties</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Windows administration</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Action</th><th>What it does</th></tr></thead><tbody><tr><td><code>windows-update</code></td><td>Installs Windows Updates, filterable by category or KB number</td></tr><tr><td><code>windows-feature</code></td><td>Adds or removes Windows features and roles, incl. management tools</td></tr><tr><td><code>windows-service</code></td><td>Configures services — state, start type, recovery options</td></tr><tr><td><code>registry</code></td><td>Sets or deletes registry values</td></tr><tr><td><code>pester</code></td><td>Runs Pester test suites so the image is&nbsp;<strong>validated before capture</strong></td></tr><tr><td><code>windows-restart</code></td><td>Restarts Windows and waits until the machine is reachable again</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Linux administration</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Action</th><th>What it does</th></tr></thead><tbody><tr><td><code>systemd</code></td><td>Enables, starts, stops, or masks systemd units</td></tr><tr><td><code>firewall</code></td><td>Configures firewalld, iptables, or ufw rules</td></tr><tr><td><code>linux-restart</code></td><td>Restarts Linux and waits until the machine is reachable again</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Cross-platform utilities</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Action</th><th>What it does</th></tr></thead><tbody><tr><td><code>file</code></td><td>Uploads files or whole directories, with permissions</td></tr><tr><td><code>git</code></td><td>Clones repositories onto the target</td></tr><tr><td><code>http-request</code></td><td>Issues HTTP/HTTPS requests — health checks, API calls, downloads</td></tr><tr><td><code>docker-exec</code></td><td>Runs commands inside a Docker container during a container build</td></tr><tr><td><code>extract</code></td><td>Unpacks zip / tar / tar.gz / tar.bz2 archives</td></tr><tr><td><code>wait</code></td><td>Pauses for a duration or until a condition is met</td></tr><tr><td><code>validate</code></td><td>Runs any command and&nbsp;<strong>fails the build</strong>&nbsp;on a non-zero exit</td></tr><tr><td><code>reboot</code></td><td>OS-agnostic restart with reconnect handling</td></tr><tr><td><code>breakpoint</code></td><td>Pauses the build for interactive debugging — inspect the machine mid-build</td></tr></tbody></table></figure>



<h3 class="wp-block-heading" id="connectors-3" style="font-size:28px">Connectors (3)</h3>



<p>How the engine talks to the machine being built.</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Connector</th><th>What it does</th></tr></thead><tbody><tr><td><code>ssh</code></td><td>Connects to Linux/Unix/macOS targets — password or private key, host-key pinning, keep-alives</td></tr><tr><td><code>winrm</code></td><td>Connects to Windows targets — HTTP or HTTPS, basic/NTLM/Kerberos authentication</td></tr><tr><td><code>docker</code></td><td>Talks straight to the local Docker socket for container builds — zero configuration</td></tr></tbody></table></figure>



<p>Connector settings can be defined once and reused across targets via&nbsp;<code>connector_profiles</code>.</p>



<h3 class="wp-block-heading" id="post-conversions-18" style="font-size:28px">Post-conversions (18)</h3>



<p>Chainable steps that run after the image is built.</p>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Image replication and distribution</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Step</th><th>What it does</th></tr></thead><tbody><tr><td><code>azure-gallery-replicate</code></td><td>Publishes the image to an Azure Compute Gallery and replicates it across regions</td></tr><tr><td><code>azure-local-replicate</code></td><td>Distributes the image to Azure Local (Stack HCI) endpoints</td></tr><tr><td><code>aws-ami-copy</code></td><td>Copies the AMI to additional AWS regions, optionally re-encrypted</td></tr><tr><td><code>aws-workspaces</code></td><td>Registers the image as an Amazon WorkSpaces bundle</td></tr><tr><td><code>gcp-image-copy</code></td><td>Copies the image across Google Cloud projects</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Cloud storage upload</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Step</th><th>What it does</th></tr></thead><tbody><tr><td><code>s3-upload</code></td><td>Uploads build artifacts to AWS S3</td></tr><tr><td><code>azure-blob-upload</code></td><td>Uploads build artifacts to Azure Blob Storage</td></tr><tr><td><code>gcs-upload</code></td><td>Uploads build artifacts to Google Cloud Storage</td></tr><tr><td><code>container-push</code></td><td>Pushes container images to any OCI registry — Docker Hub, GHCR, ACR, ECR, GCR</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Format conversion and packaging</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Step</th><th>What it does</th></tr></thead><tbody><tr><td><code>convert-disk</code></td><td>Converts disks between VMDK, VHD, VHDX, QCOW2, and RAW</td></tr><tr><td><code>ova-export</code></td><td>Exports the image as OVA/OVF with metadata — portable across hypervisors</td></tr><tr><td><code>compress</code></td><td>Compresses artifacts with gzip, bzip2, xz, or zip</td></tr><tr><td><code>manifest</code></td><td>Emits a JSON manifest describing exactly what was built, from what, and when</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Security and compliance</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Step</th><th>What it does</th></tr></thead><tbody><tr><td><code>checksum</code></td><td>Generates MD5 / SHA-256 / SHA-512 hashes for artifact integrity</td></tr><tr><td><code>sbom</code></td><td>Generates a software bill of materials in SPDX or CycloneDX format</td></tr><tr><td><code>vulnerability-scan</code></td><td>Scans the image with Trivy, Grype, or Snyk — and can&nbsp;<strong>fail the build</strong>&nbsp;above a chosen severity</td></tr></tbody></table></figure>



<h4 class="wp-block-heading" style="font-size:21px"><strong>Notifications</strong></h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Step</th><th>What it does</th></tr></thead><tbody><tr><td><code>webhook</code></td><td>POSTs the build result as JSON to any URL — CI systems, ITSM, custom integrations</td></tr><tr><td><code>teams-notification</code></td><td>Sends the build result to a Microsoft Teams channel</td></tr></tbody></table></figure>



<p><em>The new build engine is developed by XOAP and is also available standalone as a CLI and REST API.</em></p>
</div>
<p>The post <a href="https://xoap.io/docs/roadmap-image-management/">Image Management</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xoap.io/docs/roadmap-image-management/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configuration Management</title>
		<link>https://xoap.io/docs/roadmap-configuration-management/</link>
					<comments>https://xoap.io/docs/roadmap-configuration-management/#respond</comments>
		
		<dc:creator><![CDATA[Stella]]></dc:creator>
		<pubDate>Wed, 28 May 2025 13:38:03 +0000</pubDate>
				<guid isPermaLink="false">https://xoap.io/?post_type=docs&#038;p=23097</guid>

					<description><![CDATA[<p>In development New optimized GUI flows and features Multiple areas of the configuration management will benefit from streamlined interface flows and enhanced feature accessibility. From reduced click paths to contextual actions and improved form logic, these updates are designed to make day-to-day tasks faster, more intuitive, and consistent across the XOAP platform. New upload configuration [&#8230;]</p>
<p>The post <a href="https://xoap.io/docs/roadmap-configuration-management/">Configuration Management</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">In development</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">New optimized GUI flows and features</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Multiple areas of the configuration management will benefit from streamlined interface flows and enhanced feature accessibility. From reduced click paths to contextual actions and improved form logic, these updates are designed to make day-to-day tasks faster, more intuitive, and consistent across the XOAP platform.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">New upload configuration flow</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Support for uploading multiple configurations at once, aligned with all other upload flows inside the XOAP platform.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-1-1024x777.png" alt="New upload configuration flow" class="wp-image-23099"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Redesigned Configuration wizard</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The Configuration Wizard will be completely restructured to provide a more guided and user-friendly setup experience. With clearer step-by-step navigation, contextual help, and improved validation, configuring systems and policies is now faster, more reliable, and accessible even for less experienced users.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading"><em>Simpler views</em></h4>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-2-1024x783.png" alt="Simpler views in Configuration Wizard" class="wp-image-23101"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading"><em>Improved Configuration flows</em></h4>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="795" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-3-1024x795.png" alt="Improved configuration flow" class="wp-image-23103" srcset="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-3-1024x795.png 1024w, https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-3-300x233.webp 300w, https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-3-768x596.png 768w, https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-3-15x12.png 15w, https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-3.webp 1080w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading"><em>Reduced options, hiding advanced options that are not mandatory</em></h4>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-4-1024x786.png" alt="Reduced options, hiding advanced options that are not mandatory" class="wp-image-23104"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading"><em>Improved Group Policy Settings flow</em></h4>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-5-1024x999.png" alt="Improved Group Policy Settings flow" class="wp-image-23105"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading"><em>Improved Configuration details</em></h4>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-6-1013x1024.png" alt="Improved Configuration details" class="wp-image-23107"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Planned</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">New nodes view options</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Add the capability to move nodes between configuration groups easier, also as bulk action.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-full"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-7.png" alt="New nodes view options" class="wp-image-23108"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">New Policy details view</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>We are adding more information to the policy details view.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-8-883x1024.png" alt="New Policy details view" class="wp-image-23109"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">New Configuration details view</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>We are adding more information to the configuration details view.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-configuration-management-9-939x1024.png" alt="New Configuration details view" class="wp-image-23110"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Backlog</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Implement better configuration compilation error and success messages</li>



<li>Implement support with DSC v3 (will be based on XOAP Agent integration)</li>
</ul>
<p>The post <a href="https://xoap.io/docs/roadmap-configuration-management/">Configuration Management</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xoap.io/docs/roadmap-configuration-management/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Application Management</title>
		<link>https://xoap.io/docs/roadmap-application-management/</link>
					<comments>https://xoap.io/docs/roadmap-application-management/#respond</comments>
		
		<dc:creator><![CDATA[Stella]]></dc:creator>
		<pubDate>Thu, 29 May 2025 10:44:25 +0000</pubDate>
				<guid isPermaLink="false">https://xoap.io/?post_type=docs&#038;p=23151</guid>

					<description><![CDATA[<p>In development Updated Application roles UI The Application Roles interface will be redesigned to improve clarity and usability. Role definitions, assigned applications, and group associations are now easier to view and manage, helping administrators assign applications with greater precision and confidence. Planned Package Wizard A guided Package Wizard will be introduced to simplify the creation [&#8230;]</p>
<p>The post <a href="https://xoap.io/docs/roadmap-application-management/">Application Management</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">In development</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Updated Application roles UI</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The Application Roles interface will be redesigned to improve clarity and usability. Role definitions, assigned applications, and group associations are now easier to view and manage, helping administrators assign applications with greater precision and confidence.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-1-1003x1024.png" alt="" class="wp-image-23153"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h1 class="wp-block-heading">Planned</h1>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Package Wizard</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A guided Package Wizard will be introduced to simplify the creation and configuration of application packages. It walks users through key steps like metadata input, script assignment, detection rules, and deployment settings, ensuring consistency and reducing errors during package creation.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" width="1003" height="1024" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-1-1003x1024.webp" alt="Status filtering" class="wp-image-23153" srcset="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-1-1003x1024.webp 1003w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-1-294x300.webp 294w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-1-768x784.webp 768w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-1-12x12.webp 12w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-1.webp 1027w" sizes="(max-width: 1003px) 100vw, 1003px" /></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-2-1024x833.png" alt="Package Wizard, package" class="wp-image-23157"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="958" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-3-1024x958.webp" alt="Package Wizard, parameters" class="wp-image-23156" srcset="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-3-1024x958.webp 1024w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-3-300x281.webp 300w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-3-768x719.webp 768w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-3-13x12.webp 13w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-3.webp 1199w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="908" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-4-1024x908.webp" alt="Package Wizard, installation" class="wp-image-23155" srcset="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-4-1024x908.webp 1024w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-4-300x266.webp 300w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-4-768x681.webp 768w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-4-14x12.webp 14w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-4.webp 1298w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="925" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-5-1024x925.webp" alt="Package Wizard, overview" class="wp-image-23154" srcset="https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-5-1024x925.webp 1024w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-5-300x271.webp 300w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-5-768x694.webp 768w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-5-13x12.webp 13w, https://xoap.io/wp-content/uploads/2025/05/roadmap-application-management-5.webp 1127w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Support for PSADT v4</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>XOAP will offer full compatibility with PowerShell App Deployment Toolkit (PSADT) version 4. This includes support for updated command structures, extended logging, enhanced exit code handling, and modernized scripting capabilities, allowing teams to leverage the latest PSADT improvements in their deployment workflows.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h1 class="wp-block-heading">Backlog</h1>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Intune import support</li>



<li>Implement Winget Support</li>



<li>Integrate Chocolatey support</li>



<li>Re-deploy an application when parameters are changed</li>



<li>Integrate AppAttach conversion capability</li>
</ul>
<p>The post <a href="https://xoap.io/docs/roadmap-application-management/">Application Management</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xoap.io/docs/roadmap-application-management/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Platform Management</title>
		<link>https://xoap.io/docs/roadmap-platform-management/</link>
					<comments>https://xoap.io/docs/roadmap-platform-management/#respond</comments>
		
		<dc:creator><![CDATA[Stella]]></dc:creator>
		<pubDate>Thu, 29 May 2025 10:30:05 +0000</pubDate>
				<guid isPermaLink="false">https://xoap.io/?post_type=docs&#038;p=23146</guid>

					<description><![CDATA[<p>In development Enable Citrix Cloud support via SDK We will integrate Citrix Cloud through its official SDK, enabling automated management of Citrix resources directly within the platform. This includes support for image deployment, delivery group interaction, and streamlined provisioning, expanding XOAP&#8217;s reach into hybrid and cloud-hosted virtual app and desktop environments. Planned Implement the Stacks [&#8230;]</p>
<p>The post <a href="https://xoap.io/docs/roadmap-platform-management/">Platform Management</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">In development</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Enable Citrix Cloud support via SDK</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>We will integrate Citrix Cloud through its official SDK, enabling automated management of Citrix resources directly within the platform. This includes support for image deployment, delivery group interaction, and streamlined provisioning, expanding XOAP&#8217;s reach into hybrid and cloud-hosted virtual app and desktop environments.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-platform-management-1-571x1024.png" alt="Citrix provider support" class="wp-image-23148"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h1 class="wp-block-heading">Planned</h1>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Implement the Stacks area</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A new <strong>Stacks</strong> section will be introduced to group and orchestrate related scripts into reusable deployment bundles. This allows teams to define complete environments as modular, version-controlled stacks, enabling faster, consistent rollouts across systems and workspaces.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Add Bicep support for Scripted Actions</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Scripted Actions will support the execution of Bicep templates, enabling infrastructure as code (IaC) scenarios directly within XOAP. This allows teams to provision and manage Azure resources using native Bicep syntax, enhancing automation workflows and aligning with modern cloud deployment practices.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Run Scripted Actions on premises via XOAP Agent</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Scripted Actions will support execution directly on on-premises infrastructure using XOAP Agent. This enables secure execution of automation tasks behind the firewall—ideal for environments without direct external access or requiring local execution control.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Add MS Graph module to container runtime</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The Microsoft Graph PowerShell SDK will be pre-integrated into the XOAP container runtime for Scripted Actions. This allows scripts to natively interact with Microsoft 365, Entra ID, Intune, and other Microsoft services — without requiring manual module installation or external dependencies.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Add VMware CLI support for on premises deployments</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>XOAP will include native support for VMware CLI tools within the container runtime, enabling automation and scripted deployments directly to vSphere and ESXi environments. This enhancement streamlines on-premises provisioning tasks, such as VM creation, configuration, and image handling, through secure and scriptable workflows.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Add Nutanix nCLI support for on premises deployments</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>XOAP will support the Nutanix nCLI command-line interface within the container runtime, enabling scripted automation of tasks such as image registration, VM lifecycle management, and cluster operations in AHV environments. This integration empowers on-premises Nutanix deployments with greater flexibility and DevOps-driven control.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h1 class="wp-block-heading">Backlog</h1>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Integrate Parameter sets for Stacks</li>
</ul>
<p>The post <a href="https://xoap.io/docs/roadmap-platform-management/">Platform Management</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xoap.io/docs/roadmap-platform-management/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Insights</title>
		<link>https://xoap.io/docs/roadmap-insights/</link>
					<comments>https://xoap.io/docs/roadmap-insights/#respond</comments>
		
		<dc:creator><![CDATA[Stella]]></dc:creator>
		<pubDate>Thu, 29 May 2025 10:50:18 +0000</pubDate>
				<guid isPermaLink="false">https://xoap.io/?post_type=docs&#038;p=23163</guid>

					<description><![CDATA[<p>In development New Insights module A powerful new Insights module will be introduced to provide centralized visibility into platform activity, configuration compliance, deployment metrics, and usage patterns. With interactive dashboards and historical trends, teams can make informed decisions and optimize operations across their XOAP environment. Planned Application Management Hardware Operating System (Windows) Users Configuration Management [&#8230;]</p>
<p>The post <a href="https://xoap.io/docs/roadmap-insights/">Insights</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">In development</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">New Insights module</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A powerful new <strong>Insights</strong> module will be introduced to provide centralized visibility into platform activity, configuration compliance, deployment metrics, and usage patterns. With interactive dashboards and historical trends, teams can make informed decisions and optimize operations across their XOAP environment.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-insights-1-1024x808.png" alt="Reports in Insights" class="wp-image-23166"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-insights-2-1015x1024.png" alt="Failed reports in Insights" class="wp-image-23165"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Planned</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Application Management</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Installed Applications per Version</li>



<li>Failed Application installations</li>



<li>Unassigned Applications</li>



<li>Unassigned Groups</li>



<li>Unassigned Roles</li>
</ul>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Hardware</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Manufacturers</li>



<li>BIOS</li>



<li>CPU</li>



<li>Disk Space</li>
</ul>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Operating System (Windows)</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Windows Versions</li>



<li>Windows Features</li>



<li>Services</li>



<li>Scheduled Tasks</li>



<li>Devices</li>



<li>Updates</li>
</ul>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Users</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Last User Logins</li>



<li>Users with Devices and Ips</li>
</ul>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Configuration Management</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Average Configuration Execution Times</li>



<li>Failed Resources per Configuration</li>
</ul>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">XOAP Agent</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Agent Versions</li>
</ul>
<p>The post <a href="https://xoap.io/docs/roadmap-insights/">Insights</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xoap.io/docs/roadmap-insights/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Inventory</title>
		<link>https://xoap.io/docs/roadmap-inventory/</link>
					<comments>https://xoap.io/docs/roadmap-inventory/#respond</comments>
		
		<dc:creator><![CDATA[Stella]]></dc:creator>
		<pubDate>Thu, 29 May 2025 11:03:20 +0000</pubDate>
				<guid isPermaLink="false">https://xoap.io/?post_type=docs&#038;p=23170</guid>

					<description><![CDATA[<p>In development XOAP Agent This agent, deployed on Windows, macOS, and Linux systems, serves as a key component for managing and automating tasks in on-premises and secure cloud environments. The agents are equipped with the necessary capabilities to securely and efficiently communicate with the XOAP platform and perform assigned operations. Key functionality Implement a new [&#8230;]</p>
<p>The post <a href="https://xoap.io/docs/roadmap-inventory/">Inventory</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">In development</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">XOAP Agent</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>This agent, deployed on Windows, macOS, and Linux systems, serves as a key component for managing and automating tasks in on-premises and secure cloud environments. The agents are equipped with the necessary capabilities to securely and efficiently communicate with the XOAP platform and perform assigned operations.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Key functionality</h4>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Implement task execution via PowerShell (Windows) and Bash (Linux/macOS).</li>



<li>Enable secure file transfers between the XOAP backend and agents.</li>



<li>Provide centralized logging and reporting capabilities.</li>



<li>Support OS imaging for both on-premises and cloud environments.</li>



<li>Ensure secure, real-time communication with the XOAP backend.</li>



<li>Automate agent updates via GitHub repositories.</li>



<li>Integrate with Windows Event Log for system-level insights.</li>



<li>Execute queries against</li>



<li>Run image builds on-premises</li>



<li>Run Scripted Actions on-premises</li>
</ul>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Implement a new central Inventory area</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The Inventory Module in XOAP provides a centralized system for managing registered XOAP Agents. It offers a structured approach to organizing and monitoring nodes through Nodes and Collections, facilitating efficient automation, configuration management, and application deployment. The module integrates with XOAP components like Configuration Management and Application Management, enabling seamless configuration and software assignment.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Devices</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>This area shows all connected devices that have a XOAP Agent installed. This enables the XOAP platform to implement and trigger extended functionality against those devices.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-inventory-1-1024x534.png" alt="XOAP Agent devices" class="wp-image-23171"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Key functionality</h4>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Run command (PowerShell Core, PowerShell, Bash/Shell, CMD)</li>



<li>Run Script (PowerShell)</li>



<li>Run query (SQL based)</li>
</ul>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2025/05/roadmap-inventory-2-1024x534.png" alt="Command output" class="wp-image-23172"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Queries area</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Define and save queries for usage with XOAP Agent. Queries can be edited in the same way we implemented in in our central Resources area, including versioning and versioning messages.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Install applications action</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Assign both Application groups and Application roles directly to target devices.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Live logging</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A new live logging feature provides real-time feedback for ongoing actions such as deployments, image builds, or script executions. This gives administrators immediate visibility into task progress, success/failure states, and detailed output — reducing the need for manual log retrieval and accelerating troubleshooting.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading"><strong>Planned</strong></h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Collections</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Collections will group multiple Devices to enable configuration of those. The same actions from the Devices area will be available here, as well as sub-collections.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Policies</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Policies will enable different configuration settings for communication intervals, data gathering options and XOAP Agent settings.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Device details view</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The updated device details view provides a comprehensive overview of each managed endpoint, including hardware information, assigned applications, applied configurations, logs, and recent activity. This centralized view will improve the&nbsp; diagnostics, auditability, and day-to-day operational efficiency.</p>
<p>The post <a href="https://xoap.io/docs/roadmap-inventory/">Inventory</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xoap.io/docs/roadmap-inventory/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>my.xoap.io</title>
		<link>https://xoap.io/docs/roadmap-my-xoap-platform/</link>
					<comments>https://xoap.io/docs/roadmap-my-xoap-platform/#respond</comments>
		
		<dc:creator><![CDATA[Mario]]></dc:creator>
		<pubDate>Thu, 21 Mar 2024 06:55:47 +0000</pubDate>
				<guid isPermaLink="false">https://xoap.io/?post_type=docs&#038;p=9504</guid>

					<description><![CDATA[<p>Planned Implement updated UI and flows of the portal The XOAP portal has been redesigned with a refreshed interface and streamlined user flows. Navigation, layout, and component behavior have been optimized for clarity, responsiveness, and faster task execution, delivering a more modern and cohesive experience across all modules. Backlog</p>
<p>The post <a href="https://xoap.io/docs/roadmap-my-xoap-platform/">my.xoap.io</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Planned</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Implement updated UI and flows of the portal</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The XOAP portal has been redesigned with a refreshed interface and streamlined user flows. Navigation, layout, and component behavior have been optimized for clarity, responsiveness, and faster task execution, delivering a more modern and cohesive experience across all modules.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="728" src="https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-1-1024x728.png" alt="Welcome to XOAP screen" class="wp-image-23136" srcset="https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-1-1024x728.png 1024w, https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-1-300x213.png 300w, https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-1-768x546.png 768w, https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-1-18x12.png 18w, https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-1.png 1121w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="988" height="1024" src="https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-3-988x1024.png" alt="Account details dropdown menu" class="wp-image-23134" srcset="https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-3-988x1024.png 988w, https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-3-290x300.png 290w, https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-3-768x796.png 768w, https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-3-12x12.png 12w, https://xoap.io/wp-content/uploads/2024/03/roadmap-my-xoap-platform-3.png 994w" sizes="(max-width: 988px) 100vw, 988px" /></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h1 class="wp-block-heading">Backlog</h1>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Extend authentication capabilities
<ul class="wp-block-list">
<li>Enable Passkeys</li>



<li>Enable Fido options and Yunikeys</li>



<li>Enable Entra ID integration</li>
</ul>
</li>



<li>Implement new role capabilities</li>



<li>Enable the option to leave a Workspace as a user</li>



<li>Remove invited users&#8217; capabilities for Workspace owners and admins</li>



<li>Assign Workspace ownership to other users</li>



<li>Implement Workspace templates</li>
</ul>
<p>The post <a href="https://xoap.io/docs/roadmap-my-xoap-platform/">my.xoap.io</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xoap.io/docs/roadmap-my-xoap-platform/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>app.xoap.io</title>
		<link>https://xoap.io/docs/roadmap-app-xoap-workspace/</link>
					<comments>https://xoap.io/docs/roadmap-app-xoap-workspace/#respond</comments>
		
		<dc:creator><![CDATA[Mario]]></dc:creator>
		<pubDate>Thu, 21 Mar 2024 06:59:33 +0000</pubDate>
				<guid isPermaLink="false">https://xoap.io/?post_type=docs&#038;p=9508</guid>

					<description><![CDATA[<p>In development Dashboard redesign The main dashboard will be completely redesigned to provide a cleaner layout, smarter data grouping, and improved visual hierarchy. Key metrics, tasks, and alerts are now more accessible, enabling users to get a quick, actionable overview of their environment at a glance. Notification area A centralized notification area will be introduced [&#8230;]</p>
<p>The post <a href="https://xoap.io/docs/roadmap-app-xoap-workspace/">app.xoap.io</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">In development</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Dashboard redesign</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The main dashboard will be completely redesigned to provide a cleaner layout, smarter data grouping, and improved visual hierarchy. Key metrics, tasks, and alerts are now more accessible, enabling users to get a quick, actionable overview of their environment at a glance.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2024/03/roadmap-app-xoap-workspace-1-1024x623.png" alt="Dashboard redesign" class="wp-image-23124"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2024/03/roadmap-app-xoap-workspace-2-1024x566.png" alt="Dashboard redesign filtering option" class="wp-image-23125"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Notification area</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A centralized notification area will be introduced to consolidate all system messages, alerts, and toasts. Users can track important updates such as task completions, errors, and changes in real time, with options to view detailed logs or suppress successful processes.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img decoding="async" src="https://xoap.io/wp-content/uploads/2024/03/roadmap-app-xoap-workspace-3-1024x908.png" alt="Notification area" class="wp-image-23129"/></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">API Keys (Preview)</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A new interface for managing API Keys has been introduced, allowing users to generate, view, and revoke tokens for secure third-party integration. Each key is scoped with specific permissions, giving fine-grained control over external access to the XOAP platform. API Keys will be made available with the preview of the new inventory area.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h1 class="wp-block-heading">Planned</h1>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Getting started and use cases area</h3>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A dedicated onboarding and use case section will be added to help new and existing users explore the platform more effectively. It includes guided steps, real-world examples, and best practices for common tasks — accelerating adoption and maximizing value from XOAP features.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h1 class="wp-block-heading">Backlog</h1>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list">
<li>Implement central search</li>



<li>Add import and export functionality of data inside a Workspace</li>



<li>Implement highlighting of differences in the Monaco editor</li>



<li>Provide a XOAP PowerShell module for API access and automation capability enhancements</li>



<li>Implement Workspace switching</li>



<li>Check the existing item in the input fields while typing</li>



<li>Redefine deletion flows for the different central areas and modules</li>



<li>Adjust module access to support new plans and additional RBAC</li>
</ul>
<p>The post <a href="https://xoap.io/docs/roadmap-app-xoap-workspace/">app.xoap.io</a> appeared first on <a href="https://xoap.io">XOAP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xoap.io/docs/roadmap-app-xoap-workspace/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
