<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Front-end Installation on</title><link>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/</link><description>Recent content in Front-end Installation on</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 15 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/index.xml" rel="self" type="application/rss+xml"/><item><title>Overview</title><link>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/overview/</link><pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate><guid>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/overview/</guid><description>&lt;p&gt;&lt;a id="frontend-installation"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;OpenNebula Front-end&lt;/strong&gt; serves as the control plane for your entire cloud infrastructure. It is the central orchestrator responsible for deploying and managing the lifecycle of Cluster nodes, Virtual Machines (VMs), Virtual Networks, and storage datastores. The Front-end Hosts the core OpenNebula services and provides the interfaces — a REST API, a CLI and the Sunstone user interface — through which administrators and users interact with the cloud.&lt;/p&gt;
&lt;p&gt;The Front-end can be deployed using an on-premises server, a Virtual Machine, or bare-metal instance from an IaaS cloud provider such as AWS or Scaleway. This decision is governed by the intended cloud architecture and available resources. Ensure that the virtual or physical machine on which you intend to deploy the Front-end meets the minimum &lt;a href="https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/overview/#requirements"&gt;requirements given below&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Automatic Installation with miniONE</title><link>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/automated/</link><pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate><guid>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/automated/</guid><description>&lt;p&gt;Automatic installation of an OpenNebula Front-end can be achieved using the miniONE quick installation script. The miniONE installation script automatically configures the target server to deploy a stripped-down version of OpenNebula with the essential modules to run a cloud Cluster. After installing miniONE, you will be able to deploy Virtual Machines, provision Clusters with on-premises or cloud resources and manage your cloud using the command line, the API or the Sunstone user interface.&lt;/p&gt;</description></item><item><title>Manual Installation - Database Setup</title><link>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/database/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/database/</guid><description>&lt;p&gt;&lt;a id="database-setup"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The OpenNebula Front-end uses a database to persist the complete state of the cloud. It supports several database solutions and each option is recommended for different use cases. It’s necessary to decide carefully which solution is the best for your needs, as the migration of an existing installation to a different database type is complex or impossible (depending on the backend). The following options are available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Default embedded &lt;a href="https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/database/#sqlite-setup"&gt;SQLite&lt;/a&gt; for small workloads&lt;/li&gt;
&lt;li&gt;Recommended &lt;a href="https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/database/#mysql-setup"&gt;MySQL/MariaDB&lt;/a&gt; for production&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It’s recommended to install the database backend now. Later, while completing the &lt;a href="https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/frontend_install/"&gt;Front-end Installation&lt;/a&gt;, return back here and only update the OpenNebula configuration for specific backend based tasks (ideally) &lt;em&gt;prior&lt;/em&gt; to starting OpenNebula for the first time.&lt;/p&gt;</description></item><item><title>Manual Installation - OpenNebula Repositories for Community Edition</title><link>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration_ce/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration_ce/</guid><description>&lt;p&gt;The Community Edition of OpenNebula offers the full functionality of the Cloud Management Platform. You can configure the Community Edition repositories as follows:&lt;/p&gt;
&lt;h3 id="almalinuxrhel"&gt;
 AlmaLinux/RHEL
 &lt;a class="anchor-link" href="#almalinuxrhel" aria-label="Link to this section"&gt;
 &lt;i class="fas fa-link fa-xs"&gt;&lt;/i&gt;
 &lt;/a&gt;
&lt;/h3&gt;&lt;p&gt;Some dependencies require enabling the CodeReady Linux Builder repository:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;crb &lt;span class="nb"&gt;enable&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To add the OpenNebula repositories, execute the following commands as user &lt;code&gt;root&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;RHEL 9, 10&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;cat &amp;lt;&amp;lt; &lt;span class="s2"&gt;&amp;#34;EOT&amp;#34;&lt;/span&gt; &amp;gt; /etc/yum.repos.d/opennebula.repo
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="o"&gt;[&lt;/span&gt;opennebula&lt;span class="o"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;OpenNebula Community Edition
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;baseurl&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;https://downloads.opennebula.io/repo/7.2/RedHat/&lt;span class="nv"&gt;$releasever&lt;/span&gt;/&lt;span class="nv"&gt;$basearch&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;enabled&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;gpgkey&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;https://downloads.opennebula.io/repo/repo2.key
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;gpgcheck&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;repo_gpgcheck&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;EOT
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;yum makecache
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;AlmaLinux 9, 10&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Manual Installation - OpenNebula Repositories for Enterprise Edition</title><link>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration_ee/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration_ee/</guid><description>&lt;p&gt;OpenNebula Systems provides the OpenNebula Enterprise Edition (EE) to customers with an active support subscription. To distribute the packages of the Enterprise Edition there is a private repository accessible only to Enterprise Edition customers that contains all packages (including major, minor, and maintenance releases). You only need to change your repository configuration on your OpenNebula Front-end once per major release and you’ll have access to every package in that series. OpenNebula&amp;rsquo;s private repositories contain all OpenNebula released packages.&lt;/p&gt;</description></item><item><title>OpenNebula Repositories</title><link>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration/</guid><description>&lt;p&gt;&lt;a id="repositories"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;!--# OpenNebula Repositories --&gt;
&lt;p&gt;Before you can proceed with installation, you must configure the packaging tools on your Front-end Host to include OpenNebula repositories. OpenNebula software is provided via two distinct distribution channels depending on whether you wish to use the Community Edition or the Enterprise Edition.&lt;/p&gt;
&lt;p&gt;Choose the page matching the OpenNebula edition you intend to deploy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration_ee/"&gt;OpenNebula Repositories for Enterprise Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration_ce/"&gt;OpenNebula Repositories for Community Edition&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Manual Single Front-end Installation</title><link>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/frontend_install/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/frontend_install/</guid><description>&lt;p&gt;&lt;a id="frontend-install"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This page describes how to install a complete OpenNebula Front-end from binary packages available in the &lt;a href="https://docs.opennebula.io/7.2/software/installation_process/frontend_installation/opennebula_repository_configuration/"&gt;software repositories&lt;/a&gt; configured in the previous section. We recommend using a Host with the supported operating system as installation from packages provides the best experience and is referenced in other places of this documentation. If there are no packages for your distribution, you might consider reading the &lt;a href="https://docs.opennebula.io/7.2/software/development/compile/#compile"&gt;Building from Source Code&lt;/a&gt; guide to build OpenNebula for your chosen distribution.&lt;/p&gt;</description></item></channel></rss>