Windows Server 2019 Admin Access Cheat Sheet (Proxmox + RDP)
This guide is for administering your Windows Server 2019 VM hosting Sage 50, without consuming additional RDS CALs, using Proxmox and native Windows tools.
-–
1. Accessing the Server via Console Session (No RDS CAL Used)
Open Command Prompt or the Run dialog on a Windows PC.
Enter: mstsc /admin
Enter the server IP address or hostname, and connect using your admin credentials.
This connects you to Session ID 0, also called the console session, and does not consume a Remote Desktop Services CAL.
-–
2. Accessing the Server via Proxmox Console (Fallback Access)
- Log in to the Proxmox web interface.
- Select your Windows Server VM from the sidebar.
- Click the “Console” tab to access the server as if using a direct monitor/keyboard.
- This method works even if RDP is misconfigured or unavailable.
- No CALs are required for this access.
-–
3. Tips and Best Practices
- Always use
mstsc /admin
for admin access to avoid using up RDS CALs. - Do not allow standard users to use the console session — reserve it for administration only.
- Use Proxmox snapshots before applying updates or major changes to the VM.
- For file transfers, prefer SMB shares, SCP, or cloud sync instead of drag-and-drop over RDP.
- If the server becomes unresponsive, use Proxmox to reboot or access the console directly.