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.
Create a Windows Virtual Machine
Open the environment wizard
Sign in to the platform dashboard and click New Environment.
Select the Windows VM option
Open the virtual-machine or Windows section and choose the required Windows Server image available from the hosting provider.
Configure resources
Set the number of virtual CPUs, RAM, disk capacity, region, environment name, and any available networking options.
Create the VM
Review the configuration and click Create. Wait until the platform finishes provisioning and starts the Windows operating system.

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.
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
Open Remote Desktop Connection
On a Windows computer, press Windows + R, enter mstsc, and press Enter.
Enter the connection address
Enter the public IP address and the RDP port when a non-default port is used.
Authenticate
Enter the Windows administrator username and password supplied for the VM.
Confirm the session
Review the remote-computer certificate warning when shown and continue only when the connection details are correct.


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

| Action | Purpose |
|---|---|
| Start | Boots a stopped virtual machine. |
| Stop | Shuts down or powers off the VM according to the selected action. |
| Restart | Reboots the operating system. |
| Open console | Provides browser-based access when offered by the provider. |
| Monitor | Shows resource usage and VM status. |
| Delete | Removes 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.
