{"id":831,"date":"2022-10-12T15:10:12","date_gmt":"2022-10-12T15:10:12","guid":{"rendered":"https:\/\/black.host\/hc\/?p=831"},"modified":"2022-10-21T13:02:32","modified_gmt":"2022-10-21T13:02:32","slug":"how-to-install-virtualmin","status":"publish","type":"post","link":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/","title":{"rendered":"How to Install Virtualmin?"},"content":{"rendered":"\n<p>Virtualmin is a powerful and flexible web hosting control panel for Linux and BSD systems. Virtualmin is the cost-effective and comprehensive solution to virtual web hosting management. It&#8217;s available in an Open Source community-supported version and a more feature-filled version with premium support. <\/p>\n\n\n\n<figure class=\"wp-block-pullquote protip\"><blockquote><p>Virtualmin is the most popular and most comprehensive Open Source control panel, with over 100,000 installations worldwide.<\/p><\/blockquote><\/figure>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-flat ez-toc-counter ez-toc-black ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#Installation_Requirements\" >Installation Requirements<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#How_to_Install_Virtualmin_on_CentOS_Debian_Ubuntu\" >How to Install Virtualmin on CentOS, Debian, Ubuntu<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#First_Login_on_Virtualmin\" >First Login on Virtualmin<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\" id=\"h-installation-requirements\"><span class=\"ez-toc-section\" id=\"Installation_Requirements\"><\/span>Installation Requirements<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>A fresh and minimal installation of the supported Operating systems: CentOS 7, CentOS 8, Debian 10, Debian 11, Ubuntu 20, and Ubuntu 22.<\/li><li>The minimum required RAM is 512 MB, but this requires that you configure Virtualmin to its basic setup and sacrifice a lot of features that use RAM. This is why we recommend having 2 GB RAM for a single website and 4 GB RAM for multiple websites.<\/li><li>A Minimum of 1 GB of free disk space for the installation.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-install-virtualmin-on-centos-debian-ubuntu\"><span class=\"ez-toc-section\" id=\"How_to_Install_Virtualmin_on_CentOS_Debian_Ubuntu\"><\/span>How to Install <strong>Virtualmin <\/strong>on <strong>CentOS, Debian, Ubuntu<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>First, we need to install the latest updates (if there are any).<\/p>\n\n\n\n<p>On CentOS type in the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># yum update<\/code><\/pre>\n\n\n\n<p>On Debian and Ubuntu, you can type in the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># apt update &amp;&amp; apt upgrade<\/code><\/pre>\n\n\n\n<p>If there are Packages for Install or upgrade, you will be asked whether you want to download them. If so, type&nbsp;<strong>y<\/strong>&nbsp;and hit enter.<\/p>\n\n\n\n<p>Once all packages are updated, we need to install the\u00a0<strong>wget<\/strong>\u00a0utility by issuing the following command for CentOS:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># yum install wget<\/code><\/pre>\n\n\n\n<p>Or the following command for Debian and Ubuntu:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># apt install wget<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-pullquote protip\"><blockquote><p>Wget is a free utility for non-interactive download of files from the web.<\/p><\/blockquote><\/figure>\n\n\n\n<p>If the OS does not have it pre-installed, you will be asked to confirm the download of the updates. Type&nbsp;<strong>y<\/strong>&nbsp;for yes, and hit enter.<\/p>\n\n\n\n<p>Before starting with the Virtualmin installation, we strongly recommend that you run the Virtualmin installer in screen mode if you are doing it with&nbsp;<strong>SSH<\/strong>&nbsp;because it takes between 15 to 30 minutes to complete the installation, depending on your server resources and bandwidth speed.<\/p>\n\n\n\n<p>We need to Install&nbsp;<strong><code>screen<\/code><\/strong>&nbsp;utility so we can run the Virtualmin installation in the background, even if we are disconnected from the server for some unforeseen reason.<\/p>\n\n\n\n<p>You can install screen by issuing the following command on CentOS:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># yum install screen<\/code><\/pre>\n\n\n\n<p>Or, if you want to install\u00a0screen\u00a0on Debian or Ubuntu, you can use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># apt install screen<\/code><\/pre>\n\n\n\n<p>If the OS does not have a pre-installed&nbsp;<strong>screen<\/strong>, you will be asked to confirm the download of the updates. Type&nbsp;<strong>y<\/strong>&nbsp;for yes.<\/p>\n\n\n\n<p>When the&nbsp;<strong>screen<\/strong>&nbsp;utility is installed, you can enter the screen command to open a new screen.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># screen<\/code><\/pre>\n\n\n\n<p>On CentOS, the screen will be opened right away. But you&#8217;ll need to confirm the command on Debian and Ubuntu by hitting&nbsp;<strong>Enter<\/strong>. So now that you have opened a new screen and are prepared for the installation, installing Virtualmin is easy. We can download the Virtualmin install script file simply by entering the following line of command code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># wget http:\/\/software.virtualmin.com\/gpl\/scripts\/install.sh<\/code><\/pre>\n\n\n\n<p>Next, you need to Execute the downloaded install script using a command like the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\"># \/bin\/sh install.sh<\/code><\/pre>\n\n\n\n<p>You will be asked if you want to install the LAMP bundle. You need to type&nbsp;<strong>y<\/strong>&nbsp;and hit enter.<\/p>\n\n\n\n<p>If your hostname is not fully qualified, as in the example (srv.example.com), you will need to type in a fully qualified one and hit enter.<\/p>\n\n\n\n<p>When the installation finishes, you will see an output similar to the one below \ud83d\udc47<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"javascript\" class=\"language-javascript\">[SUCCESS] Installation Complete!\n[SUCCESS] If there were no errors above, Virtualmin should be ready\n[SUCCESS] to configure at https:\/\/srv.blackhost.guide:10000 (or https:\/\/xxx.xxx.xxx.xxx:10000).\n[SUCCESS] You'll receive a security warning in your browser on your first visit.\n<\/code><\/pre>\n\n\n\n<p>Congratulations, you&#8217;ve successfully installed Virtualmin. We&#8217;ll move on to the next section, where we&#8217;ll talk about the first Virtualmin login.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-first-login-on-virtualmin\"><span class=\"ez-toc-section\" id=\"First_Login_on_Virtualmin\"><\/span>First Login on Virtualmin<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>You can now log in to Virtualmin on a browser. Virtualmin runs on port 10000.<\/p>\n\n\n\n<p>For the first time, you can now connect to your system with an URL from your IP and the port as shown below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\">https:\/\/xxx.xxx.xxx.xxx:10000<\/code><\/pre>\n\n\n\n<p>The browser will open a page saying, &#8220;Your connection is not private&#8221;. That is because you cannot enable SSL for an IP.<\/p>\n\n\n\n<p>If you are using a Windows OS, you can simply click on the&nbsp;<strong>Advanced<\/strong>&nbsp;button and then click on the link&nbsp;<strong>Proceed to xxx.xxx.xxx.xxx (unsafe)<\/strong>. You can now see the Virtualmin login page.<\/p>\n\n\n\n<p>If you are using a Mac, you can click on the&nbsp;<strong>Advanced<\/strong>&nbsp;button and then, without clicking anywhere, just type on your keyboard the phrase&nbsp;<strong><code>thisisunsafe<\/code><\/strong>. This will tell your browser that you are aware of the danger ahead and wish to proceed. Now you can see the Virtualmin login page.<\/p>\n\n\n\n<p>The username is&nbsp;<strong>root<\/strong>. You will need to use the server&#8217;s root password as the password. The control panel&#8217;s password is tied to the server&#8217;s password. So whenever you change the root password, the Virtualmin password will also be changed.<\/p>\n\n\n\n<p>It will then walk you through a post-installation setup wizard, asking you a series of setup questions.<\/p>\n\n\n\n<p>The final step in the installation is to perform the configuration check by clicking the&nbsp;<strong>Check Configuration<\/strong>&nbsp;button at the top of the Virtualmin System Information page.<\/p>\n\n\n\n<p>When you have created your first Virtual server\/website or subserver and enabled SSL on it, then you can start using that website&#8217;s domain for the control panel login URL as the examples below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\">https:\/\/example.com:10000\nhttps:\/\/srv.example.com:10000<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Virtualmin is a powerful and flexible web hosting control panel for Linux and BSD systems. Virtualmin is the cost-effective and comprehensive solution to virtual web hosting management. It&#8217;s available in an Open Source community-supported version and a more feature-filled version with premium support. Virtualmin is the most popular and most comprehensive Open Source control panel, [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":856,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[161,7],"tags":[241,211,255,173,257],"class_list":["post-831","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-control-panels","category-vps-hosting","tag-centos","tag-debian","tag-howto","tag-ubuntu","tag-virtualmin"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install Virtualmin? - Knowledge Base | BlackHOST<\/title>\n<meta name=\"description\" content=\"%\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Virtualmin?\" \/>\n<meta property=\"og:description\" content=\"%\" \/>\n<meta property=\"og:url\" content=\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base | BlackHOST\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BlackH0ST\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-12T15:10:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-21T13:02:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Izumo Nakamura\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@_blackhost\" \/>\n<meta name=\"twitter:site\" content=\"@_blackhost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Izumo Nakamura\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/\"},\"author\":{\"name\":\"Izumo Nakamura\",\"@id\":\"https:\/\/black.host\/hc\/#\/schema\/person\/cbf350b1a4de6db8944e4738e793c15a\"},\"headline\":\"How to Install Virtualmin?\",\"datePublished\":\"2022-10-12T15:10:12+00:00\",\"dateModified\":\"2022-10-21T13:02:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/\"},\"wordCount\":861,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/black.host\/hc\/#organization\"},\"image\":{\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png\",\"keywords\":[\"centos\",\"debian\",\"howto\",\"ubuntu\",\"virtualmin\"],\"articleSection\":[\"Control Panels\",\"VPS Hosting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/\",\"url\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/\",\"name\":\"How to Install Virtualmin? - Knowledge Base | BlackHOST\",\"isPartOf\":{\"@id\":\"https:\/\/black.host\/hc\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png\",\"datePublished\":\"2022-10-12T15:10:12+00:00\",\"dateModified\":\"2022-10-21T13:02:32+00:00\",\"description\":\"%\",\"breadcrumb\":{\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#primaryimage\",\"url\":\"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png\",\"contentUrl\":\"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png\",\"width\":1200,\"height\":675},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/black.host\/hc\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Virtualmin?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/black.host\/hc\/#website\",\"url\":\"https:\/\/black.host\/hc\/\",\"name\":\"Knowledge Base | BlackHOST\",\"description\":\"Knowledge Base\",\"publisher\":{\"@id\":\"https:\/\/black.host\/hc\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/black.host\/hc\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/black.host\/hc\/#organization\",\"name\":\"BlackHOST\",\"url\":\"https:\/\/black.host\/hc\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/black.host\/hc\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2020\/05\/text.png\",\"contentUrl\":\"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2020\/05\/text.png\",\"width\":1200,\"height\":143,\"caption\":\"BlackHOST\"},\"image\":{\"@id\":\"https:\/\/black.host\/hc\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/BlackH0ST\/\",\"https:\/\/x.com\/_blackhost\",\"https:\/\/www.youtube.com\/c\/BlackHOST\",\"https:\/\/www.linkedin.com\/company\/blackhost\",\"https:\/\/www.instagram.com\/_blackhost\/\",\"https:\/\/ch.pinterest.com\/BlackH0ST\/\",\"https:\/\/mastodon.social\/@blackhost\",\"https:\/\/primal.net\/BlackHOST\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/black.host\/hc\/#\/schema\/person\/cbf350b1a4de6db8944e4738e793c15a\",\"name\":\"Izumo Nakamura\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/04148cf20a68240a1e5215299e4b302f1d511ca684ea28af983404053a2e1fda?s=96&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/04148cf20a68240a1e5215299e4b302f1d511ca684ea28af983404053a2e1fda?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/04148cf20a68240a1e5215299e4b302f1d511ca684ea28af983404053a2e1fda?s=96&r=g\",\"caption\":\"Izumo Nakamura\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install Virtualmin? - Knowledge Base | BlackHOST","description":"%","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:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Virtualmin?","og_description":"%","og_url":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/","og_site_name":"Knowledge Base | BlackHOST","article_publisher":"https:\/\/www.facebook.com\/BlackH0ST\/","article_published_time":"2022-10-12T15:10:12+00:00","article_modified_time":"2022-10-21T13:02:32+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png","type":"image\/png"}],"author":"Izumo Nakamura","twitter_card":"summary_large_image","twitter_creator":"@_blackhost","twitter_site":"@_blackhost","twitter_misc":{"Written by":"Izumo Nakamura","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#article","isPartOf":{"@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/"},"author":{"name":"Izumo Nakamura","@id":"https:\/\/black.host\/hc\/#\/schema\/person\/cbf350b1a4de6db8944e4738e793c15a"},"headline":"How to Install Virtualmin?","datePublished":"2022-10-12T15:10:12+00:00","dateModified":"2022-10-21T13:02:32+00:00","mainEntityOfPage":{"@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/"},"wordCount":861,"commentCount":0,"publisher":{"@id":"https:\/\/black.host\/hc\/#organization"},"image":{"@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#primaryimage"},"thumbnailUrl":"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png","keywords":["centos","debian","howto","ubuntu","virtualmin"],"articleSection":["Control Panels","VPS Hosting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/","url":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/","name":"How to Install Virtualmin? - Knowledge Base | BlackHOST","isPartOf":{"@id":"https:\/\/black.host\/hc\/#website"},"primaryImageOfPage":{"@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#primaryimage"},"image":{"@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#primaryimage"},"thumbnailUrl":"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png","datePublished":"2022-10-12T15:10:12+00:00","dateModified":"2022-10-21T13:02:32+00:00","description":"%","breadcrumb":{"@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#primaryimage","url":"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png","contentUrl":"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2022\/10\/855.png","width":1200,"height":675},{"@type":"BreadcrumbList","@id":"https:\/\/black.host\/hc\/vps-hosting\/how-to-install-virtualmin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/black.host\/hc\/"},{"@type":"ListItem","position":2,"name":"How to Install Virtualmin?"}]},{"@type":"WebSite","@id":"https:\/\/black.host\/hc\/#website","url":"https:\/\/black.host\/hc\/","name":"Knowledge Base | BlackHOST","description":"Knowledge Base","publisher":{"@id":"https:\/\/black.host\/hc\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/black.host\/hc\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/black.host\/hc\/#organization","name":"BlackHOST","url":"https:\/\/black.host\/hc\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/black.host\/hc\/#\/schema\/logo\/image\/","url":"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2020\/05\/text.png","contentUrl":"https:\/\/black.host\/hc\/wp-content\/uploads\/sites\/3\/2020\/05\/text.png","width":1200,"height":143,"caption":"BlackHOST"},"image":{"@id":"https:\/\/black.host\/hc\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BlackH0ST\/","https:\/\/x.com\/_blackhost","https:\/\/www.youtube.com\/c\/BlackHOST","https:\/\/www.linkedin.com\/company\/blackhost","https:\/\/www.instagram.com\/_blackhost\/","https:\/\/ch.pinterest.com\/BlackH0ST\/","https:\/\/mastodon.social\/@blackhost","https:\/\/primal.net\/BlackHOST"]},{"@type":"Person","@id":"https:\/\/black.host\/hc\/#\/schema\/person\/cbf350b1a4de6db8944e4738e793c15a","name":"Izumo Nakamura","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/04148cf20a68240a1e5215299e4b302f1d511ca684ea28af983404053a2e1fda?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/04148cf20a68240a1e5215299e4b302f1d511ca684ea28af983404053a2e1fda?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/04148cf20a68240a1e5215299e4b302f1d511ca684ea28af983404053a2e1fda?s=96&r=g","caption":"Izumo Nakamura"}}]}},"acf":[],"lang":"en","translations":{"en":831},"amp_enabled":true,"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/posts\/831","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/comments?post=831"}],"version-history":[{"count":31,"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/posts\/831\/revisions"}],"predecessor-version":[{"id":948,"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/posts\/831\/revisions\/948"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/media\/856"}],"wp:attachment":[{"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/media?parent=831"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/categories?post=831"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/black.host\/hc\/wp-json\/wp\/v2\/tags?post=831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}