The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Hosting
Hosting
Technical supportAPIBecome a resellerReferral program
Chosen image
Home/Hosting/Virtual Servers/Manage/Operating system/Buy a Windows server

Buy a Windows server

Note: Windows OS is available for any plan except KVM-SSD-1, KVM-SSD-2, and KVM-SSD-3.

Buy a Windows server

1. Log in to your personal account. If you do not have a personal account yet, please sign up here.

2. Click Order a service on the "Dashboard".

order_a_service.png

3. Choose VPS

order_a_vps.png

4. Then select a server data center.

server data center

5. Choose your payment period: you can pay a month, three months, six months, or a year up front. 

payment_period.png

6. Choose a server from the list below.

7. Select the server configuration. In the "Operating system" field, choose Windows Server.

windows_os_eng.png

Features of a Windows server


  1. Windows can be installed only when you order a server.

  2. If you purchase Windows 2012, you can reinstall it from the server control panel.

  3. You can switch from Windows to another operating system using templates. Important: After reinstalling the operating system (from Windows to another one) the Windows OS license cost (25 €) will continue to be charged. We recommend purchasing a new server with the required OS instead of reinstalling the operating system.

Was this article helpful?

Not a Gcore user yet?

Enhance your online presence with our virtual and dedicated servers.

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });