Save 15% on your first purchase with code:
VPS Hosting

Windows Server VPS: RDP and first login

Connect to your Windows VPS via Remote Desktop, secure the Administrator account and pre-install tools you'll actually use.

WingNode offers Windows Server 2019 and 2022 on the VPS line. Unlike Linux, you connect via RDP (Remote Desktop Protocol), not SSH.

Connecting with Remote Desktop

Windows: press Win+R, type mstsc, enter the IP. macOS: download Microsoft Remote Desktop from the App Store. Linux: use remmina or xfreerdp.

First-login checklist

  1. Change the Administrator password to something strong.
  2. Run Windows Update — expect a reboot.
  3. Install a browser: Chrome or Firefox via winget install Google.Chrome.
  4. Enable Windows Firewall exceptions for any service you plan to run.
  5. Change the RDP port from 3389 to something random in the 49000+ range (optional but reduces bot scanning).

Creating a non-admin user for daily use

Running as Administrator is risky. Add a standard user and RDP with that account for routine work:

net user dailyuser StrongPassword123 /add\nnet localgroup "Remote Desktop Users" dailyuser /add

Windows licensing

WingNode Windows VPS includes a per-server license for the OS version you ordered. Do not swap or reactivate — this voids the license.

Performance tuning

  • Disable unused Windows services (Superfetch, Print Spooler on headless boxes).
  • Set power profile to High Performance (powercfg /s SCHEME_MIN).
  • Install BGInfo or similar for at-a-glance server info on the desktop.