This guide explains how to connect to your Windows server using Remote Desktop (RDP) from any operating system.
The instructions below apply to servers with public IP addresses.
If your server is on a private network only (no public IP), you cannot connect to it directly from the internet. You need to either set up port forwarding on your router or connect through a VPN. See the article on managing the VyOS Router for instructions. Once your router is configured, follow the connection steps below as usual – using the router’s public IP and forwarded port (for port forwarding) or the server’s private IP (over VPN).
Open your server in the client portal. On the Server Details page, the Server Information section shows:
AdministratorRDP uses port 3389. Make sure your local network or firewall does not block outgoing connections to this port.
Using the built-in Remote Desktop client (mstsc):
Win + R and enter: mstscAdministrator) and password.Using Microsoft Remote Desktop
Download from the App Store: Microsoft Remote Desktop
Administrator), and password.Option 1: Remmina (GUI)
Download: remmina.org
Administrator), and password.Option 2: FreeRDP (command line)
xfreerdp /u:Administrator /p:your_password /v:ip_address
Using Microsoft Remote Desktop
Administrator), and password.If RDP does not work (forgotten password, RDP service stopped, firewall blocking the connection, network misconfiguration inside the server), you can use the browser-based VNC Console.
On the Server Details page click the Console button in the action bar. The console opens in a new tab and connects directly to the server display. No RDP client or public IP is required.
This is useful for resetting a forgotten password, restarting the RDP service, or troubleshooting network problems from inside the server.