Windows Server VPS FAQ: frequently asked questions
We've gathered the most common questions asked by those who started using a VPS with Windows Server. This FAQ helps you understand remote access, security, updates, features, and basic issues.
How to access Windows VPS?
On Windows, search for Remote Desktop Connection or run:
mstsc
Enter the VPS IP, administrative user and password. See how to use Remote Desktop in the Microsoft documentation.
Which user should I inform in RDP?
In a typical installation, use the administrative user provided with the server. If a separate account was created, it needs to have permission for remote access.
Learn how to create a user for RDP access.
Why doesn't RDP connect?
The most common causes are:
- Incorrect IP or user;
- VPS disconnected or restarting;
- RDP port blocked;
- firewall without the necessary rule;
- Remote Desktop service stopped;
- expired or changed password;
- route or connectivity problem.
Use the checklist in RDP does not connect: how to solve.
How to restart Windows Server?
Open the Start menu, click the power button and choose Restart. From PowerShell as administrator:
Restart-Computer
The connection will be closed. Wait for the system to start before attempting another access.
Can I disconnect the VPS from Windows?
Yes, but confirm how the service panel treats a VPS disconnected by the operating system. For common maintenance, prefer to restart.
How to change the password?
Press Ctrl + Alt + End within the RDP session and choose Change a password. Use a long and unique password.
Never send your password in public messages or images.
How to release a port?
Create an inbound rule in Windows Firewall for only the required port and protocol. See how to free up a port in Windows Server Firewall.
It is not recommended to disable the entire firewall to resolve an application issue.
How to check CPU and memory?
Open Task Manager and go to Performance. In PowerShell:
Get-ComputerInfo | Select-Object CsTotalPhysicalMemory, OsFreePhysicalMemory
Get-Process | Sort-Object CPU -Descending | Select-Object -First 10
How to check disk space?
Open File Explorer from This Computer or run:
Get-Volume
If the plan has been allocated more space, you may need to extend the partition. See how to increase Windows Server partition.
Should I install Windows updates?
Yes. Updates fix bugs and improve stability. Plan a maintenance window, save data, and restart when prompted.
Do I need antivirus?
Windows Server includes native protection features in supported versions. The need for another solution depends on the application and security policy.
How to backup?
Keep copies of important data outside of the VPS itself. Snapshot, server image and file backup have different purposes. An isolated snapshot does not replace a tested backup strategy.
What to do before opening a ticket?
Register:
- time of the problem;
- complete error message;
- IP of origin;
- connectivity test;
- changes made before the failure;
- screenshot without passwords;
- related logs.
If you need help, open a ticket with Nice Hosting support.