Skip to content
Summer 2026: 20% off 12-month terms with code ATLAS10 stacked on top
Getting startedUpdated June 2, 2026 ยท 48,210 views

Connecting to your Windows RDP for the first time

Where to find your credentials and how to connect from Windows, macOS, Linux, Android and iOS.

Your credentials

Within about four minutes of payment confirmation we email you the server IP, username (Administrator unless you asked otherwise) and password. The same details are always available in the client area under Services โ†’ your server โ†’ Access details. If the email did not arrive, check spam, then open a ticket โ€” we can resend or reset instantly.

Windows

  1. Press Win + R, type mstsc, press Enter.
  2. Enter your.server.ip (or your.server.ip:53389 if you changed the port).
  3. Click Show Options โ†’ Local Resources to enable clipboard or drive sharing if you need it.
  4. Connect, enter the username and password, and accept the certificate warning โ€” it is self-signed by default, which is expected.

macOS

Install Windows App (formerly Microsoft Remote Desktop) from the Mac App Store. Add a PC, enter the IP, add your credentials, and set the display to "Fit to window" with "Optimize for Retina displays" off if the session feels heavy.

Linux

sudo apt install freerdp2-x11
xfreerdp /v:your.server.ip /u:Administrator /p:'yourpassword' \
         /dynamic-resolution /gfx:AVC444 /clipboard /cert:ignore

Remmina is a good graphical alternative and uses the same FreeRDP backend.

Android / iOS

Use the official Windows App from Google Play or the App Store. On a phone, enable the touch pointer mode โ€” direct touch is unusable for anything with small controls.

First things to do after connecting

  1. Change the password we emailed you. It travelled by email; treat it as compromised.
  2. Run Windows Update once and reboot.
  3. Move RDP off port 3389 and restrict it to your IP โ€” see our hardening checklist.

Did this solve your problem?

If not, open a ticket and paste the command output you got. Support is 24/7 with a 12-minute median first reply, and the same engineers maintain these pages.