{"id":8501,"date":"2024-04-27T00:08:38","date_gmt":"2024-04-27T00:08:38","guid":{"rendered":"https:\/\/www.webhi.com\/how-to\/?p=8501"},"modified":"2024-04-27T00:09:40","modified_gmt":"2024-04-27T00:09:40","slug":"install-config-hestia-control-panel-ubuntu-debian","status":"publish","type":"post","link":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/","title":{"rendered":"Install Hestia Control Panel on Ubuntu\/Debian"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2024\/04\/hestia_install_en.jpg\" alt=\"setup config Hestia Control Panel installation guide install Hestia on Ubuntu\/Debian web hosting control panel\" class=\"wp-image-8515\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2024\/04\/hestia_install_en.jpg 1200w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2024\/04\/hestia_install_en-300x169.jpg 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2024\/04\/hestia_install_en-1024x576.jpg 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2024\/04\/hestia_install_en-768x432.jpg 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2024\/04\/hestia_install_en-150x84.jpg 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p><strong>Hestia<\/strong> Control Panel is a powerful, open-source hosting control panel that simplifies the management of websites, databases, email accounts, DNS records, and more. Its user-friendly web interface and extensive features make it a popular choice among server administrators, web developers, and website owners. In this comprehensive guide, we&#8217;ll walk you through the process of installing Hestia Control Panel on your Ubuntu or Debian server, covering both regular and custom installations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"prerequisites-and-requirements\">Prerequisites and Requirements<\/h2>\n\n\n\n<p>Before proceeding with the installation, ensure that your server meets the following minimum requirements:<\/p>\n\n\n\n<ul>\n<li><strong>CPU<\/strong>: 1 core, 64-bit processor (4 cores recommended)<\/li>\n\n\n\n<li><strong>Memory<\/strong>: 1 GB RAM (4 GB RAM recommended, without SpamAssassin and ClamAV)<\/li>\n\n\n\n<li><strong>Disk<\/strong>: 10 GB HDD (40 GB SSD recommended)<\/li>\n\n\n\n<li><strong>Operating System<\/strong>: Debian 10, 11, or 12 | Ubuntu 20.04 or 22.04 LTS (latest Debian or Ubuntu LTS release recommended)<\/li>\n<\/ul>\n\n\n\n<p>Please note that Hestia Control Panel only supports 64-bit AMD64\/x86_64 and ARM64\/aarch64 processors and operating systems. It does not support 32-bit or ARM7 architectures.<\/p>\n\n\n\n<p>Additionally, it&#8217;s recommended to install Hestia Control Panel on a fresh operating system installation to ensure proper functionality. If you&#8217;re installing on a VPS or KVM with an existing admin account, you can either delete that default admin ID or use the&nbsp;<code>--force<\/code>&nbsp;option during the installation (more on this later).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"regular-installation\">Regular Installation<\/h2>\n\n\n\n<p>The regular installation process will set up Hestia Control Panel with the default software configuration. Follow these steps to perform a regular installation:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-download-the-installation-script\">Step 1: Download the Installation Script<\/h3>\n\n\n\n<p>First, download the installation script for the latest Hestia release by running the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ wget https:\/\/raw.githubusercontent.com\/hestiacp\/hestiacp\/release\/install\/hst-install.sh<\/code><\/pre>\n\n\n\n<p>If you encounter SSL validation errors during the download, ensure that you have the&nbsp;<code>ca-certificates<\/code>&nbsp;package installed on your system:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo apt-get update &amp;&amp; sudo apt-get install ca-certificates<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2-run-the-installation-script\">Step 2: Run the Installation Script<\/h3>\n\n\n\n<p>Once the script is downloaded, run it with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo bash hst-install.sh<\/code><\/pre>\n\n\n\n<p>The script will guide you through the installation process, prompting you to enter the required information, such as the administrative email address and password for Hestia Control Panel.<\/p>\n\n\n\n<p>Follow the on-screen instructions, and after the installation is complete, you will receive a welcome email at the specified address (if applicable) and on-screen instructions to log in and access your server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"custom-installation\">Custom Installation<\/h2>\n\n\n\n<p>If you want to customize the software components installed or perform an unattended installation, you&#8217;ll need to run a custom installation. This allows you to choose which packages to install, set default settings, and automate the installation process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-view-installation-options\">Step 1: View Installation Options<\/h3>\n\n\n\n<p>To see a list of available installation options, run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo bash hst-install.sh -h<\/code><\/pre>\n\n\n\n<p>This will display a list of options, including the ability to choose which components to install (e.g., Apache, PHP-FPM, MariaDB, PostgreSQL, Exim, Dovecot, ClamAV, SpamAssassin, etc.), set the default language, hostname, admin email, and password.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"list-of-installation-options\">List of Installation Options<\/h4>\n\n\n\n<p>When running a custom installation, you can provide various flags to the installation script to choose which software components to install and configure other settings. Here&#8217;s the list of available installation options:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">-a, --apache Install Apache [yes | no] default: yes\n-w, --phpfpm Install PHP-FPM [yes | no] default: yes\n-o, --multiphp Install MultiPHP [yes | no] default: no\n-v, --vsftpd Install VSFTPD [yes | no] default: yes\n-j, --proftpd Install ProFTPD [yes | no] default: no\n-k, --named Install BIND [yes | no] default: yes\n-m, --mysql Install MariaDB [yes | no] default: yes\n-M, --mysql8 Install MySQL 8 [yes | no] default: no\n-g, --postgresql Install PostgreSQL [yes | no] default: no\n-x, --exim Install Exim [yes | no] default: yes\n-z, --dovecot Install Dovecot [yes | no] default: yes\n-Z, --sieve Install Sieve [yes | no] default: no\n-c, --clamav Install ClamAV [yes | no] default: yes\n-t, --spamassassin Install SpamAssassin [yes | no] default: yes\n-i, --iptables Install Iptables [yes | no] default: yes\n-b, --fail2ban Install Fail2ban [yes | no] default: yes\n-q, --quota Filesystem Quota [yes | no] default: no\n-d, --api Activate API [yes | no] default: yes\n-r, --port Change Backend Port default: 8083\n-l, --lang Default language default: en\n-y, --interactive Interactive install [yes | no] default: yes\n-s, --hostname Set hostname\n-e, --email Set admin email\n-p, --password Set admin password\n-D, --with-debs Path to Hestia debs\n-f, --force Force installation\n-h, --help Print this help<\/code><\/pre>\n\n\n\n<p>These options allow you to customize the installation by selecting the desired components, setting the default language, hostname, admin email, and password, and more.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2-run-the-custom-installation\">Step 2: Run the Custom Installation<\/h3>\n\n\n\n<p>With the available options in hand, you can now run the custom installation by providing the desired flags to the installation script. Here&#8217;s an example command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ bash hst-install.sh \\\n    --interactive no \\\n    --hostname host.domain.tld \\\n    --email admin@example.com \\\n    --password p4ssw0rd \\\n    --lang en \\\n    --apache no \\\n    --named no \\\n    --clamav no \\\n    --spamassassin no<\/code><\/pre>\n\n\n\n<p>This command will install Hestia Control Panel with the following components:<\/p>\n\n\n\n<ul>\n<li>Nginx web server<\/li>\n\n\n\n<li>PHP-FPM application server<\/li>\n\n\n\n<li>MariaDB database server<\/li>\n\n\n\n<li>IPtables firewall + Fail2Ban intrusion prevention software<\/li>\n\n\n\n<li>Vsftpd FTP server<\/li>\n\n\n\n<li>Exim mail server<\/li>\n\n\n\n<li>Dovecot POP3\/IMAP server<\/li>\n<\/ul>\n\n\n\n<p>Adjust the options according to your preferences and requirements.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-3-force-installation-optional\">Step 3: Force Installation (Optional)<\/h3>\n\n\n\n<p>If you&#8217;re installing Hestia Control Panel on a VPS or KVM with an existing admin account, you may need to use the&nbsp;<code>--force<\/code>&nbsp;option to proceed with the installation. This option is also useful if you&#8217;re reinstalling Hestia Control Panel or encounter any issues during the installation process.<\/p>\n\n\n\n<p>To force the installation, add the&nbsp;<code>--force<\/code>&nbsp;flag to your custom installation command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ bash hst-install.sh \\\n    --interactive no \\\n    --hostname host.domain.tld \\\n    --email admin@example.com \\\n    --password p4ssw0rd \\\n    --lang en \\\n    --apache no \\\n    --named no \\\n    --clamav no \\\n    --spamassassin no \\\n    --force<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"accessing-hestia-control-panel\">Accessing Hestia Control Panel<\/h2>\n\n\n\n<p>After the installation is complete, you can access the Hestia Control Panel by navigating to&nbsp;<code>https:\/\/host.domain.tld:8083<\/code>&nbsp;or&nbsp;<code>http:\/\/your.public.ip.address:8083<\/code>&nbsp;in your web browser, replacing&nbsp;<code>host.domain.tld<\/code>&nbsp;and&nbsp;<code>your.public.ip.address<\/code>&nbsp;with your server&#8217;s hostname or public IP address, respectively.<\/p>\n\n\n\n<p>You will be prompted to log in using the administrative email address and password you specified during the installation process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p>Installing Hestia Control Panel on your Ubuntu or Debian server can greatly simplify the management of your web hosting environment. With its user-friendly interface and powerful features, Hestia Control Panel provides an efficient way to create and manage websites, databases, email accounts, DNS records, and backups, all from a single dashboard.<\/p>\n\n\n\n<p>By following the steps outlined in this comprehensive guide, you can perform either a regular installation with the default software configuration or a custom installation tailored to your specific needs. The custom installation options allow you to choose which components to install, set default settings, and automate the process.<\/p>\n\n\n\n<p>Whether you&#8217;re a web developer, system administrator, or a website owner, Hestia Control Panel offers a reliable and scalable solution for hosting multiple websites on a single server. Its simplicity and extensive documentation, combined with the active community forum, ensure that you have the resources and support needed for a smooth installation and ongoing management of your hosting environment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hestia Control Panel is a powerful, open-source hosting control panel that simplifies the management of websites, databases, email accounts, DNS records, and more. Its user-friendly web interface and extensive features make it a popular choice among server administrators, web developers, and website owners. In this comprehensive guide, we&#8217;ll walk you through the process of installing ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[69,198],"tags":[],"yoast_head":"\n<title>Install Hestia Control Panel on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations<\/title>\n<meta name=\"description\" content=\"Comprehensive step-by-step guide on installing the powerful open-source Hestia Control Panel on Ubuntu or Debian servers for easy management of websites, databases, email, DNS, and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Hestia Control Panel on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations\" \/>\n<meta property=\"og:description\" content=\"Comprehensive step-by-step guide on installing the powerful open-source Hestia Control Panel on Ubuntu or Debian servers for easy management of websites, databases, email, DNS, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/\" \/>\n<meta property=\"og:site_name\" content=\"WebHi Tutorials &amp; Documentations\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webhi.technology\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-27T00:08:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-27T00:09:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2024\/04\/hestia_install_en.jpg\" \/>\n<meta name=\"author\" content=\"webhi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@WebHiTechnology\" \/>\n<meta name=\"twitter:site\" content=\"@WebHiTechnology\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"webhi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/\"},\"author\":{\"name\":\"webhi\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54\"},\"headline\":\"Install Hestia Control Panel on Ubuntu\/Debian\",\"datePublished\":\"2024-04-27T00:08:38+00:00\",\"dateModified\":\"2024-04-27T00:09:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/\"},\"wordCount\":869,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\"},\"articleSection\":[\"Linux system administration\",\"Web hosting Panels\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/\",\"name\":\"Install Hestia Control Panel on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations\",\"isPartOf\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#website\"},\"datePublished\":\"2024-04-27T00:08:38+00:00\",\"dateModified\":\"2024-04-27T00:09:40+00:00\",\"description\":\"Comprehensive step-by-step guide on installing the powerful open-source Hestia Control Panel on Ubuntu or Debian servers for easy management of websites, databases, email, DNS, and more.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.webhi.com\/how-to\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Hestia Control Panel on Ubuntu\/Debian\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#website\",\"url\":\"https:\/\/www.webhi.com\/how-to\/\",\"name\":\"WebHi Tutorials &amp; Documentations\",\"description\":\"System administration and knowledge base\",\"publisher\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.webhi.com\/how-to\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\",\"name\":\"WebHi Technology\",\"url\":\"https:\/\/www.webhi.com\/how-to\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png\",\"contentUrl\":\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png\",\"width\":288,\"height\":95,\"caption\":\"WebHi Technology\"},\"image\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webhi.technology\",\"https:\/\/twitter.com\/WebHiTechnology\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54\",\"name\":\"webhi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1784239260\",\"contentUrl\":\"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1784239260\",\"caption\":\"webhi\"},\"sameAs\":[\"https:\/\/www.webhi.com\/how-to\"],\"url\":\"https:\/\/www.webhi.com\/how-to\/author\/webhi\/\"}]}<\/script>\n","yoast_head_json":{"title":"Install Hestia Control Panel on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations","description":"Comprehensive step-by-step guide on installing the powerful open-source Hestia Control Panel on Ubuntu or Debian servers for easy management of websites, databases, email, DNS, and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/","og_locale":"en_US","og_type":"article","og_title":"Install Hestia Control Panel on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations","og_description":"Comprehensive step-by-step guide on installing the powerful open-source Hestia Control Panel on Ubuntu or Debian servers for easy management of websites, databases, email, DNS, and more.","og_url":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/","og_site_name":"WebHi Tutorials &amp; Documentations","article_publisher":"https:\/\/www.facebook.com\/webhi.technology","article_published_time":"2024-04-27T00:08:38+00:00","article_modified_time":"2024-04-27T00:09:40+00:00","og_image":[{"url":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2024\/04\/hestia_install_en.jpg"}],"author":"webhi","twitter_card":"summary_large_image","twitter_creator":"@WebHiTechnology","twitter_site":"@WebHiTechnology","twitter_misc":{"Written by":"webhi","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/#article","isPartOf":{"@id":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/"},"author":{"name":"webhi","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54"},"headline":"Install Hestia Control Panel on Ubuntu\/Debian","datePublished":"2024-04-27T00:08:38+00:00","dateModified":"2024-04-27T00:09:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/"},"wordCount":869,"commentCount":0,"publisher":{"@id":"https:\/\/www.webhi.com\/how-to\/#organization"},"articleSection":["Linux system administration","Web hosting Panels"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/","url":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/","name":"Install Hestia Control Panel on Ubuntu\/Debian - WebHi Tutorials &amp; Documentations","isPartOf":{"@id":"https:\/\/www.webhi.com\/how-to\/#website"},"datePublished":"2024-04-27T00:08:38+00:00","dateModified":"2024-04-27T00:09:40+00:00","description":"Comprehensive step-by-step guide on installing the powerful open-source Hestia Control Panel on Ubuntu or Debian servers for easy management of websites, databases, email, DNS, and more.","breadcrumb":{"@id":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.webhi.com\/how-to\/install-config-hestia-control-panel-ubuntu-debian\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.webhi.com\/how-to\/"},{"@type":"ListItem","position":2,"name":"Install Hestia Control Panel on Ubuntu\/Debian"}]},{"@type":"WebSite","@id":"https:\/\/www.webhi.com\/how-to\/#website","url":"https:\/\/www.webhi.com\/how-to\/","name":"WebHi Tutorials &amp; Documentations","description":"System administration and knowledge base","publisher":{"@id":"https:\/\/www.webhi.com\/how-to\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.webhi.com\/how-to\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.webhi.com\/how-to\/#organization","name":"WebHi Technology","url":"https:\/\/www.webhi.com\/how-to\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/","url":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png","contentUrl":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png","width":288,"height":95,"caption":"WebHi Technology"},"image":{"@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webhi.technology","https:\/\/twitter.com\/WebHiTechnology"]},{"@type":"Person","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54","name":"webhi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/image\/","url":"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1784239260","contentUrl":"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1784239260","caption":"webhi"},"sameAs":["https:\/\/www.webhi.com\/how-to"],"url":"https:\/\/www.webhi.com\/how-to\/author\/webhi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/8501"}],"collection":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/comments?post=8501"}],"version-history":[{"count":7,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/8501\/revisions"}],"predecessor-version":[{"id":8525,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/8501\/revisions\/8525"}],"wp:attachment":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/media?parent=8501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/categories?post=8501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/tags?post=8501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}