Windows Server VM

Windows Virtual Machine

A Windows Virtual Machine provides a complete Windows Server environment with dedicated virtualized CPU, RAM, storage, and networking. It can be used for Windows applications, IIS websites, Microsoft services, remote administration, development, and other workloads that require full operating-system access.

Windows VM Overview

Unlike an application container, a virtual machine provides an isolated operating system that can be administered similarly to a standalone Windows server. The user can install software, configure Windows services, manage local users, use PowerShell, and connect through Remote Desktop Protocol.

Full Windows Server accessInstall and configure Windows-compatible applications and services.
Dedicated virtual resourcesUse assigned virtual CPUs, RAM, storage, and network interfaces.
Remote administrationConnect through RDP and use Windows PowerShell or other administrative tools.
Public networkingExpose approved services through the assigned public IP and firewall rules.
Lifecycle controlsStart, stop, restart, and monitor the VM from the platform dashboard.

Create a Windows Virtual Machine

1

Open the environment wizard

Sign in to the platform dashboard and click New Environment.

2

Select the Windows VM option

Open the virtual-machine or Windows section and choose the required Windows Server image available from the hosting provider.

3

Configure resources

Set the number of virtual CPUs, RAM, disk capacity, region, environment name, and any available networking options.

4

Create the VM

Review the configuration and click Create. Wait until the platform finishes provisioning and starts the Windows operating system.

Create a Windows virtual machine
Select the Windows image and configure CPU, RAM, storage, region, and networking.
i

Provider-specific availability

The available Windows Server editions, VM sizes, licensing terms, and resource limits depend on the hosting provider.

Access Credentials

After provisioning, obtain the administrator username, password, public IP address, and RDP port from the platform notification or the VM information panel.

UsernameThe Windows administrator account created for the VM.
PasswordThe initial administrator password generated or supplied during provisioning.
Public IPThe external address used for RDP and approved public services.
RDP portUsually TCP 3389 unless the platform or administrator uses another port.

Change the initial password

After the first successful login, replace the temporary administrator password with a strong unique password and store it securely.

Connect through Remote Desktop

1

Open Remote Desktop Connection

On a Windows computer, press Windows + R, enter mstsc, and press Enter.

2

Enter the connection address

Enter the public IP address and the RDP port when a non-default port is used.

3

Authenticate

Enter the Windows administrator username and password supplied for the VM.

4

Confirm the session

Review the remote-computer certificate warning when shown and continue only when the connection details are correct.

Connect to the Windows VM through Remote Desktop
Use the VM public IP and administrator credentials to open an RDP session.

Manage the Virtual Machine

Use the dashboard controls to manage the VM lifecycle and review its state.

ActionPurpose
StartBoots a stopped virtual machine.
StopShuts down or powers off the VM according to the selected action.
RestartReboots the operating system.
Open consoleProvides browser-based access when offered by the provider.
MonitorShows resource usage and VM status.
DeleteRemoves the virtual machine and may permanently remove its attached data.

Networking and Public Access

  • Use the public IP address for RDP and Internet-facing services.
  • Use private network addresses for communication with other nodes in the same environment whenever possible.
  • Open only the inbound ports required by the installed applications.
  • Restrict RDP access to trusted IP addresses when firewall controls allow it.
  • Configure DNS records when hosting a public website or service.
!

Do not expose unnecessary ports

Publicly accessible Windows services are frequent attack targets. Keep the firewall enabled and restrict management access to trusted networks.

Storage and Data

The VM uses a system disk for Windows and may support additional data disks depending on the provider. Keep application data on the appropriate persistent storage and maintain separate backups.

  • Monitor free disk space inside Windows.
  • Format and initialize new data disks before use.
  • Store business data separately from temporary files when practical.
  • Back up important databases, application files, and configuration.
  • Confirm whether deleting the VM also deletes attached disks.

Security Recommendations

  • Install Windows security updates regularly.
  • Enable and configure Microsoft Defender or another approved endpoint-security product.
  • Use strong unique administrator credentials.
  • Create separate accounts for daily administration instead of sharing one administrator login.
  • Restrict RDP with firewall rules, VPN access, or a trusted gateway.
  • Disable unused Windows roles, services, and ports.
  • Maintain tested backups before major software or operating-system changes.

Expected Result

A Windows Virtual Machine is provisioned with the selected operating-system image and virtual resources. The administrator can connect through RDP, install and manage Windows applications, configure networking and storage, and control the VM lifecycle through the platform dashboard.

Important Notes

  • Windows images and licensing depend on the hosting provider.
  • Keep the administrator credentials in a secure password manager.
  • Restrict RDP access whenever possible.
  • Install updates before placing the VM into production.
  • Create backups before resizing, upgrading, or deleting the VM.
  • Confirm the billing behavior for stopped and running VMs with the provider.

Common Issues and Solutions

RDP connection failsCheck that the VM is running, the public IP is correct, the RDP port is open, and Windows Firewall permits the connection.
Administrator password is rejectedCheck the username format, keyboard layout, password case, and whether the initial password was changed.
The VM is slowReview CPU, RAM, disk, and network usage, and increase resources when the provider supports resizing.
A public service is unreachableCheck the application listener, Windows Firewall, platform firewall, public IP, DNS, and required inbound port.
Windows does not boot correctlyUse the available console or recovery tools, review recent changes, and restore from a verified backup when required.