Zum Inhalt springen

Configuring an existing Windows Server

Diese Seite ist noch nicht in deiner Sprache verfügbar. Englische Seite aufrufen

Once your server is available - its status will change from Creating… to Active

Server list view highlighting the 'Create server' button.

At this point you can review or change additional properties as shown below.

Here you are given an overview of the current status of the server:

General information section for a server, showing Name, Status (Active), Server ID, and availability zones.

You can change the name of the server here.

The ID in Openstack that is linked to this server.

Shows the Availability Zone in which the server is hosted.

Web console

You can click on the hyperlink to open the STACKIT Web console to access your server

This overview displays the technical configuration of your server.

Machine Setup section detailing server configuration: CPU, RAM, boot volume size, and Windows Server 2025 Standard image source.

Here you can find the selected flavor and its underlying hardware specifications.

The configured performance values ​​cannot be changed via the STACKIT portal. However, you have the option of adapting them accordingly by resizing the server to a different flavor via the STACKIT IAAS CLI/API.

Please find more information in the corresponding documentation: IaaS-API Tutorials

Here you can find detailed information about the root volume, including the volume size and OS version.

In this menu you can add or remove volumes from your server and have an overview of the currently attached volumes to your server.

If you click on the Attach disk volume button, you will have the option to choose from any unattached volumes that are currently available in your project.

Disk Volume management view with an attached volume listed, highlighting the 'Attach disk volume' button.

In this case we have not created any additional volume yet apart from the root volume, where the operating system is installed on (default C: drive). Hence the button is greyed out.

To create one or more additional volumes in your project, leave the server view and navigate to Computing on the left side. Then select Disk volumes and from there in the top center screen select Create disk volume.

Disk Volumes management page in the console, highlighting the '+ Create disk volume' button and showing a list of existing volumes.

Enter the Name, Description, and select an Availability zone to define the deployment location of your resource and determine whether it should be redundantly available.

'Create Disk Volume' form for General information, showing input fields for Name and Description, and the price estimate with the 'Order fee-based' button.

Choose the preferred performance class of your volume based on your requirements.

Selection list of storage Performance classes detailing IOPS and throughput, with 'storage_premium_perf1' selected.

Specify whether a blank disk volume or volume from an image should be provided.

Press the +/- button to set the preferred volume size or enter the value directly in the corresponding field.

Source selection for a disk volume with 'Empty' chosen, and the Volume size input field set to 64 GB.

Once the volume is created, it will be available for selection in your server overview and can be attached to your server accordingly.

Afterwards you can manage this volume like any other virtual disk in Windows. Initialize, bring it online, partition, format and much more.

Shows the current network configuration of your machine.

General information overview section displaying the Network name and Private IP address details.

The default network that was assigned to your server during creation.

When the server is created, it receives a dynamic internal network IP address via DHCP. However, this address functions as a fixed IP lease until the server’s network adapter is removed, the server is deleted or recreated, or changes are made via the STACKIT IAAS API/CLI.

You can add and/or remove a public IP address to your server.

Public IPs management view showing options to 'Attach public IP' or 'Create public IP'.

Once the server is created, a default security group will be assigned, functioning similarly to a virtual firewall.

For example, to enable RDP access to your server or any server the security group is attached to, you must either modify the rules of the security group or create additional security groups.

Be sure to name them appropriately and attach them to the relevant servers.

Security Groups management view showing the default group and highlighting the '+ Attach security group' button.

Whenever possible, it is recommended to limit port exposure to the internet and use per-host CIDR notation with a /32 mask.

Example: To allow RDP access (port 3389) for a single trusted IP address, use x.x.x.x/32.

Detailed view of the RDP security rule, showing Protocol TCP, Direction ingress, and ports 3389.

Configuring additional management services for your server

Section titled “Configuring additional management services for your server”

The following management services are optional and can be enabled either during server creation or afterwards within the server configuration panel in the STACKIT portal.

Server navigation panel highlighting the 'Backup', 'Updates', and 'Commands' options.

The Server Backup Management Service provides automatic backup management for your server. For further information refer to our documentation: Server Backup

The Server Update Management Service allows for automatic management of Windows Updates on your server, ensuring that you receive the latest updates from Microsoft.

For further information refer to our documentation: Server Update Management Service

The Commands Service enables you to use the Run Command feature, allowing you to manage your server remotely without the need to be logged in.

For further information refer to our documentation: Run Command (BETA version)

Please, read our FAQs & Known Issues Windows VM section for more information.