{"id":77515,"date":"2020-04-11T01:42:41","date_gmt":"2020-04-10T23:42:41","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/vtiskivaem-windows-server-na-malomoshhnuyu-vps-s-pomoshhyu-windows-server-core"},"modified":"2020-04-11T01:42:41","modified_gmt":"2020-04-10T23:42:41","slug":"vtiskivaem-windows-server-na-malomoshhnuyu-vps-s-pomoshhyu-windows-server-core","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vtiskivaem-windows-server-na-malomoshhnuyu-vps-s-pomoshhyu-windows-server-core","title":{"rendered":"Fitting Windows Server on a low-powered VPS with Windows Server Core","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/ruvds\/blog\/496476\/\"><img decoding=\"async\" alt=\"Fitting Windows Server on a low-powered VPS with Windows Server Core\" src=\"\/wp-content\/uploads\/2020\/04\/409b5d824729bda2e7749f71526235b1.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/a><\/noindex><br \/>\nDue to the resource-hungry nature of Windows systems, lightweight Linux distributions like Mint, Colibri OS, Debian, or Ubuntu dominate the VPS environment. As they say, it's all about the console, no frills! And this is not an exaggeration: Debian can boot on 256 MB of RAM and a single CPU core at 1 GHz, meaning it can run on almost any old hardware. For comfortable operation, you'll need at least 512 MB and a slightly faster processor. But what if we told you that a similar setup could work on a Windows VPS? That you don't need to install the heavy Windows Server, which requires at least three to four gigabytes of RAM and a couple of cores at 1.4 GHz? Just use Windows Server Core \u2014 eliminate the GUI and some services. This is what we'll discuss in the article.<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h2>Who is this Windows Server Core?<\/h2>\n<p>\nThere is a lack of clear information on what Windows (Server) Core is, even on Microsoft's official site; in fact, it's so convoluted that it's hard to understand at first glance. However, the first mentions date back to the era of Windows Server 2008. Essentially, Windows Core is a functional core of Windows Server (surprise!), 'slimmed down' by the size of its own GUI and roughly half of its ancillary services.<\/p>\n<p>The main feature of Windows Core is its low hardware requirements and complete console management via PowerShell.<\/p>\n<p>If you check Microsoft's website for the technical requirements, you'll find that to start Windows Server 2016\/2019, you need at least 2 GB of RAM and a minimum of one CPU core at 1.4 GHz. But we all understand that with such a configuration, we can only expect the system to start, but certainly not for a comfortable operating experience. For this reason, Windows Server typically requires more memory and at least 2 cores\/4 threads from the processor, if not a dedicated expensive physical machine on a Xeon, instead of a cheap virtual machine.<\/p>\n<p>At the same time, the core of the server system requires only 512 MB of memory, and the CPU resources that were consumed by the GUI just to render on the screen and maintain its numerous services can be allocated to something more useful.<\/p>\n<p>Here's a comparison of the out-of-the-box services supported by Windows Core and a full Windows Server from Microsoft's official site:<\/p>\n<p><strong>application<\/strong><br \/>\n<strong>server core<\/strong><br \/>\n<strong>server with<\/strong><strong>desktop experience<\/strong><\/p>\n<p>Command prompt<br \/>\navailable<br \/>\navailable<\/p>\n<p>Windows PowerShell\/ Microsoft .NET<br \/>\navailable<br \/>\navailable<\/p>\n<p>Perfmon.exe<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Windbg (GUI)<br \/>\nsupported<br \/>\navailable<\/p>\n<p>Resmon.exe<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Regedit<br \/>\navailable<br \/>\navailable<\/p>\n<p>Fsutil.exe<br \/>\navailable<br \/>\navailable<\/p>\n<p>Disksnapshot.exe<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Diskpart.exe<br \/>\navailable<br \/>\navailable<\/p>\n<p>Diskmgmt.msc<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Devmgmt.msc<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Server Manager<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Mmc.exe<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Eventvwr<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Wevtutil (Event queries)<br \/>\navailable<br \/>\navailable<\/p>\n<p>Services.msc<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Control Panel<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Windows Update (GUI)<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Windows Explorer<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Taskbar<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Taskbar notifications<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Taskmgr<br \/>\navailable<br \/>\navailable<\/p>\n<p>Internet Explorer or Edge<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Built-in help system<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Windows 10 Shell<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Windows Media Player<br \/>\nnot available<br \/>\navailable<\/p>\n<p>PowerShell<br \/>\navailable<br \/>\navailable<\/p>\n<p>PowerShell ISE<br \/>\nnot available<br \/>\navailable<\/p>\n<p>PowerShell IME<br \/>\navailable<br \/>\navailable<\/p>\n<p>Mstsc.exe<br \/>\nnot available<br \/>\navailable<\/p>\n<p>Remote Desktop Services<br \/>\navailable<br \/>\navailable<\/p>\n<p>Hyper-V Manager<br \/>\nnot available<br \/>\navailable<\/p>\n<p>\nAs can be seen, a lot has been cut from Windows Core. Services and processes related to the system's GUI, as well as unnecessary 'clutter' that will definitely not be needed on our console virtual machine, such as Windows Media Player, have been removed.<\/p>\n<h2>Almost like Linux, but not quite<\/h2>\n<p>\nWindows Server Core is tempting to compare with Linux distributions, but it\u2019s not entirely correct. Yes, these systems are similar in terms of reduced resource consumption due to the absence of a GUI and many ancillary services, but in terms of operation and some approaches to assembly, it\u2019s still Windows, not a Unix system.<\/p>\n<p>The simplest example is that with a manual assembly of the Linux kernel and subsequent installation of packages and services, even the lightest Linux distribution can be transformed into something heavyweight and resembling a Swiss army knife (here I\u2019m tempted to make a humorous comment about Python and insert a picture from the 'If Programming Languages Were Weapons' series, but we won\u2019t). In Windows Core, there's much less freedom, as we are still dealing with a Microsoft product.<\/p>\n<p>Windows Server Core comes as a pre-built assembly, the default configuration of which can be assessed according to the table above. If you need anything from the unsupported list, you'll have to add the missing elements online via the console. However, remember about Feature on Demand and the ability to download components as CAB files, which can then be added to the build before installation. But this scenario doesn't work if you discover during operation that you're missing any of the cut services.<\/p>\n<p>What distinguishes the Core version from the full one is the ability to update the system and add services without stopping operations. Windows Core supports hot package deployment without rebooting. Consequently, based on practical observations: a machine running Windows Core needs to be restarted about 6 times less frequently than one running Windows Server, meaning once every six months instead of once a month.<\/p>\n<p>A nice bonus for administrators is that if the system is used as intended \u2014 through the console, without RDP \u2014 and not turned into a second Windows Server, it becomes extremely secure compared to the full version. This is because most vulnerabilities in Windows Server are related to RDP and user actions taken via RDP that should not be done. It's somewhat similar to the story of Henry Ford and his attitude towards car color: \"Any customer can have a car painted any color that he wants so long as it is <strong>black<\/strong>\". Similarly, with the system: the user can interact with the system in any way, as long as they do it through the <strong>console<\/strong>.<\/p>\n<h2>Installing and Managing Windows Server 2019 Core<\/h2>\n<p>\nEarlier, we mentioned that Windows Core is essentially Windows Server without the GUI wrapper. This means you can use almost any version of Windows Server as a core version, effectively foregoing the GUI. For the Windows Server 2019 family of products, this applies to 3 out of 4 server builds: the core mode is available for Windows Server 2019 Standard Edition, Windows Server 2019 Datacenter, and Hyper-V Server 2019, meaning that only Windows Server 2019 Essentials is excluded from this list. <\/p>\n<p>Moreover, the installation package for Windows Server Core doesn\u2019t need to be searched for specifically. In the standard installer from Microsoft, the core version is literally offered by default, whereas the version with the GUI must be selected manually:<\/p>\n<p><img decoding=\"async\" alt=\"Fitting Windows Server on a low-powered VPS with Windows Server Core\" src=\"\/wp-content\/uploads\/2020\/04\/8b2ca8401ef09ac026696a4007b615e7.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nThere are actually more ways to manage the system than just the one mentioned, PowerShell, which is proposed by the manufacturer as default. You can manage a virtual machine on Windows Server Core in at least five different ways:<\/p>\n<ul>\n<li>Remote PowerShell;<\/li>\n<li>Remote Server Administration Tools (RSAT);<\/li>\n<li>Windows Admin Center;<\/li>\n<li>Sconfig;<\/li>\n<li>Server Manager.<\/li>\n<\/ul>\n<p>\nThe first three options are of the greatest interest: standard PowerShell, RSAT, and Windows Admin Center. However, it is important to understand that while gaining the advantages of one tool, we also incur its imposed limitations.<\/p>\n<p>We will not elaborate on the capabilities of the console; PowerShell is what it is, with its obvious pros and cons. However, the situation is a bit more complex with RSAT and WAC.\u00a0<\/p>\n<p>WAC provides access to crucial system control elements such as registry editing and disk and device management. RSAT, in the first case, only operates in view mode and will not allow any changes, while for managing disks and physical devices, Remote Server Administration Tools require a GUI, which is not applicable in our case. In general, RSAT cannot work with files and, accordingly, updates, or installing\/removing programs during registry editing.<\/p>\n<h3>\u258dSystem Management<\/h3>\n<p><\/p>\n<p><code>\u00a0<br \/>\n<\/code><br \/>\n<strong>WAC<\/strong><br \/>\n<strong>RSAT<\/strong><\/p>\n<p>Component Management<br \/>\nYes<br \/>\nYes<\/p>\n<p>Registry Editor<br \/>\nYes<br \/>\nNo<\/p>\n<p>Network Management<br \/>\nYes<br \/>\nYes<\/p>\n<p>Event Viewer<br \/>\nYes<br \/>\nYes<\/p>\n<p>Shared Folders<br \/>\nYes<br \/>\nYes<\/p>\n<p>Disk Management<br \/>\nYes<br \/>\nOnly for servers with GUI<\/p>\n<p>Task Scheduler<br \/>\nYes<br \/>\nYes<\/p>\n<p>Device Management<br \/>\nYes<br \/>\nOnly for servers with GUI<\/p>\n<p>File Management<br \/>\nYes<br \/>\nNo<\/p>\n<p>User Management<br \/>\nYes<br \/>\nYes<\/p>\n<p>Group Management<br \/>\nYes<br \/>\nYes<\/p>\n<p>Certificate Management<br \/>\nYes<br \/>\nYes<\/p>\n<p>Updates<br \/>\nYes<br \/>\nNo<\/p>\n<p>Program Uninstallation<br \/>\nYes<br \/>\nNo<\/p>\n<p>System Monitor<br \/>\nYes<br \/>\nYes<\/p>\n<p>\nOn the other hand, RSAT gives us full control over roles on the machine, while Windows Admin Center literally can't do anything in this regard. Here's a comparison of RSAT and WAC capabilities for clarity:<\/p>\n<h3>\u258dRole Management<\/h3>\n<p><\/p>\n<p><code>\u00a0<br \/>\n<\/code><br \/>\n<strong>WAC<\/strong><br \/>\n<strong>RSAT<\/strong><\/p>\n<p>Advanced Thread Protection<br \/>\nPREVIEW<br \/>\nNo<\/p>\n<p>Windows Defender<br \/>\nPREVIEW<br \/>\nYes<\/p>\n<p>Containers<br \/>\nPREVIEW<br \/>\nYes<\/p>\n<p>AD Administrative Center<br \/>\nPREVIEW<br \/>\nYes<\/p>\n<p>AD Domain and Trusts<br \/>\nNo<br \/>\nYes<\/p>\n<p>AD Sites and Services<br \/>\nNo<br \/>\nYes<\/p>\n<p>DHCP<br \/>\nPREVIEW<br \/>\nYes<\/p>\n<p>DNS<br \/>\nPREVIEW<br \/>\nYes<\/p>\n<p>DFS Manager<br \/>\nNo<br \/>\nYes<\/p>\n<p>GPO Manager<br \/>\nNo<br \/>\nYes<\/p>\n<p>IIS Manager<br \/>\nNo<br \/>\nYes<\/p>\n<p>So it\u2019s already evident that abandoning the GUI and PowerShell in favor of other management elements cannot be achieved by using just a single tool: for comprehensive administration across all fronts, we will need at least a combination of RSAT and WAC. <\/p>\n<p>It should also be noted that using WAC will cost 150-180 megabytes of RAM. When connecting, Windows Admin Center creates 3-4 sessions on the server side, which do not terminate even when the tool is disconnected from the virtual machine. Additionally, WAC does not work with older versions of PowerShell, so you will need at least PowerShell 5.0. All of this contradicts our paradigm of strict resource conservation, but comfort comes at a price. In our case \u2014 RAM. <\/p>\n<p>Another option for managing Server Core is installing a GUI through third-party means, to avoid dragging the tons of garbage that come with a full build along with the interface.<\/p>\n<p>In this case, we have two options: install the original Explorer on the system or use Explorer++. As an alternative to the latter, any file manager will do: Total Commander, FAR Manager, Double Commander, and so on. The latter is preferable if saving RAM is critical for you. You can add Explorer++ or any other file manager by creating a network folder and launching it via the console or task scheduler. <\/p>\n<p>Installing a full version of Explorer will give us more capabilities when working with software equipped with a UI. For this, we <noindex><a rel=\"nofollow\" href=\"https:\/\/docs.microsoft.com\/ru-ru\/windows-server\/get-started-19\/install-fod-19\">will have to refer<\/a><\/noindex> to the Server Core App Compatibility Feature on Demand (FOD), which will bring back MMC, Eventvwr, PerfMon, Resmon, Explorer.exe, and even PowerShell ISE into the system. However, this comes at a cost, just like with WAC: we will irreversibly lose about 150-200 megabytes of RAM that will be ruthlessly consumed by explorer.exe and other services, even if there is no active user on the machine.<\/p>\n<p><img decoding=\"async\" alt=\"Fitting Windows Server on a low-powered VPS with Windows Server Core\" src=\"\/wp-content\/uploads\/2020\/04\/5b59284a6cd606b0878aea5068c45894.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<img decoding=\"async\" alt=\"Fitting Windows Server on a low-powered VPS with Windows Server Core\" src=\"\/wp-content\/uploads\/2020\/04\/03a89f4d2c99ed9fcc588774b4618d1d.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nThis is how memory consumption looks on machines with the native Explorer package and without it. <\/p>\n<p>This raises a logical question: why all these dances with PowerShell, FOD, file managers, when any step to the left or right leads to increased memory consumption? Why burden ourselves with a bunch of tools and jump back and forth just to ensure comfortable work on Windows Server Core when we could simply install Windows Server 2016\/2019 and live like a normal person?<\/p>\n<p>There are several reasons to use Server Core. The first: it has nearly half the memory consumption. If you remember, this condition was the basis of our article from the very beginning. For comparison, here\u2019s the memory consumption of Windows Server 2019; compare it with the screenshots above:<\/p>\n<p><img decoding=\"async\" alt=\"Fitting Windows Server on a low-powered VPS with Windows Server Core\" src=\"\/wp-content\/uploads\/2020\/04\/4bda19f3561e1b7c1174aeb2f4689dc4.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nAnd here it is, 1146 MB of memory consumption instead of 655 MB on Core.\u00a0<\/p>\n<p>If we assume that you will not need WAC and will be using Explorer++ instead of the original Explorer, then you <strong>will still save nearly half a gigabyte <\/strong>on each virtual machine running Windows Server. If there is only one virtual machine, the gain is insignificant, but what if there are five? In that case, having a GUI matters, especially if you don't need it.\u00a0<\/p>\n<p>Secondly, any tweaks around Windows Server Core won't resolve the main issue with Windows Server's operation \u2014 RDP and its security (or rather, the complete lack thereof). Windows Core, even with the add-ons like FOD, RSAT, and WAC, is still a server without RDP, meaning it remains unaffected by 95% of existing attacks.<\/p>\n<h2>In summary<\/h2>\n<p>\nOverall, Windows Core is just slightly 'bulkier' than any stock Linux distribution but offers far more functionality. If you need resource liberation and are willing to work with the console, WAC, and RSAT, using file managers instead of a full GUI \u2014 then Core is worth considering. Moreover, with it, you won\u2019t have to pay for a full version of Windows, allowing you to invest the saved money into upgrades, <noindex><a rel=\"nofollow\" href=\"https:\/\/ruvds.com\/ru-rub\">VPS<\/a><\/noindex>, such as adding RAM. For convenience, we have included Windows Server Core in our <noindex><a rel=\"nofollow\" href=\"https:\/\/ruvds.com\/ru-rub\/marketplace\/servercore#order\">marketplace<\/a><\/noindex>.<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/ruvds.com\/ru-rub\/#order\"><img decoding=\"async\" alt=\"Fitting Windows Server on a low-powered VPS with Windows Server Core\" src=\"\/wp-content\/uploads\/2020\/04\/51bc5f4abc6841d658b5859e4ecedc92.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/a><\/noindex><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/ruvds\/blog\/496476\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e \u043f\u0440\u0438\u0447\u0438\u043d\u0435 \u043f\u0440\u043e\u0436\u043e\u0440\u043b\u0438\u0432\u043e\u0441\u0442\u0438 Windows-\u0441\u0438\u0441\u0442\u0435\u043c \u0432 \u0441\u0440\u0435\u0434\u0435 VPS \u0434\u043e\u043c\u0438\u043d\u0438\u0440\u0443\u044e\u0442 \u043b\u0435\u0433\u043a\u0438\u0435 Linux-\u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u044b: Mint, Colibri OS, Debian \u0438\u043b\u0438 Ubuntu, \u043b\u0438\u0448\u0435\u043d\u043d\u044b\u0435 \u043d\u0435\u043d\u0443\u0436\u043d\u043e\u0433\u043e, \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u043d\u0430\u0448\u0438\u0445 \u0437\u0430\u0434\u0430\u0447, \u0442\u044f\u0436\u0435\u043b\u043e\u0432\u0435\u0441\u043d\u043e\u0433\u043e \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0441\u0442\u043e\u043b\u0430. \u041a\u0430\u043a \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0441\u044f, \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u043e\u043d\u0441\u043e\u043b\u044c, \u0442\u043e\u043b\u044c\u043a\u043e \u0445\u0430\u0440\u0434\u043a\u043e\u0440! \u0418 \u043d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435, \u044d\u0442\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u043d\u0435 \u043f\u0440\u0435\u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435: \u0442\u043e\u0442 \u0436\u0435 Debian \u0441\u0442\u0430\u0440\u0442\u0443\u0435\u0442 \u043d\u0430 256 MB \u043f\u0430\u043c\u044f\u0442\u0438 \u0438 \u043e\u0434\u043d\u043e\u043c \u044f\u0434\u0440\u0435 \u0441 \u0442\u0430\u043a\u0442\u043e\u043c 1 Ghz, [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":77516,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-77515","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vtiskivaem-windows-server-na-malomoshhnuyu-vps-s-pomoshhyu-windows-server-core\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0412\u0442\u0438\u0441\u043a\u0438\u0432\u0430\u0435\u043c Windows Server \u043d\u0430 \u043c\u0430\u043b\u043e\u043c\u043e\u0449\u043d\u0443\u044e VPS \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Windows Server Core | ProHoster\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vtiskivaem-windows-server-na-malomoshhnuyu-vps-s-pomoshhyu-windows-server-core\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-04-10T23:42:41+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-04-10T23:42:41+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Implementing Windows Server on a low-powered VPS with Windows Server Core | ProHoster","description":"","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vtiskivaem-windows-server-na-malomoshhnuyu-vps-s-pomoshhyu-windows-server-core","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0412\u0442\u0438\u0441\u043a\u0438\u0432\u0430\u0435\u043c Windows Server \u043d\u0430 \u043c\u0430\u043b\u043e\u043c\u043e\u0449\u043d\u0443\u044e VPS \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Windows Server Core | ProHoster","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vtiskivaem-windows-server-na-malomoshhnuyu-vps-s-pomoshhyu-windows-server-core","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-04-10T23:42:41+00:00","article:modified_time":"2020-04-10T23:42:41+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"77515","title":null,"description":null,"keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 17:16:23","updated":"2026-08-11 12:50:21","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/77515","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=77515"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/77515\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/77516"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=77515"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=77515"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=77515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}