Skip to content

Server

STACKIT Server provides virtual machines (VMs) with configurable processor, memory, and block storage. You can choose either Windows or Linux as the operating system.

  • announcement

    STACKIT Server - Microsoft 2011 UEFI Root CA certificate expires on 24 June 2026

    Section titled “STACKIT Server - Microsoft 2011 UEFI Root CA certificate expires on 24 June 2026”

    On 24 June 2026 the Microsoft 2011 UEFI Root CA Certificate is reaching its end date. In order to operate VMs with enabled Secure Boot it is essential that a valid certificate is present. To ensure that the new certificate is present on existing VM you need to check the EFI cert store of the VM.

    For Windows VMs this is possible with the Following PowerShell snippet:

    Terminal window
    Install-Module -Name UEFIv2
    (Get-UEFISecureBootCerts db).signature

    For Linux VMs:

    Terminal window
    mokutil --sb-state # check SecureBoot State
    mokutil --db | grep -i microsoft # Search for Microsoft Certs in EFI store

    If the Windows UEFI CA 2023 is present on the System there is no further action neccessary. If the VM has enabled Secure Boot and there is only the Microsoft UEFI Cert from 2011 in place you need to take action to receive the new certificate. To get the new UEFI Root certificate the VM has to go though a short downtime though deallocation. To Deallocate a VM with STACKIT CLI:

    Terminal window
    stackit server deallocate <serverID>

    After successfull deallocation the server can be startet up again. Upon startup the new Certificate is automatically added. You can verify the presence by running the previous commands.

    If you have any questions, feel free to contact us by support ticket.

  • announcement

    STACKIT Server - End of Life for First-Generation Intel Machine Types on 01 October 2025

    Section titled “STACKIT Server - End of Life for First-Generation Intel Machine Types on 01 October 2025”

    We would like to inform you that we will be retiring our first generation of Intel machine types (t1., s1., c1., g1., m1., b1.) on 01 October 2025. This change allows us to focus on supporting and improving our newer generations of hardware, which offer significant performance and feature enhancements. Recommended Action: We encourage you to migrate your applications to our second-generation Intel machine types or newer. You can find a guide in our STACKIT Docs to simply change your machine type via the IaaS-API. These offer improved performance and access to the latest features. You can explore available machine types on the Machine Types docs page. Potential replacements for your current machine type:

    If you have any questions, please feel free to contact us via support ticket.